Skip to content

Instantly share code, notes, and snippets.

@p0rkjello
Created November 12, 2020 14:19
Show Gist options
  • Save p0rkjello/772ba1549c8bb19ea058df8c9fdb2d6f to your computer and use it in GitHub Desktop.
Save p0rkjello/772ba1549c8bb19ea058df8c9fdb2d6f to your computer and use it in GitHub Desktop.
k3s lab setup
# k3s server
export K3S_KUBECONFIG_MODE="644"
export INSTALL_K3S_EXEC=" --no-deploy servicelb --no-deploy traefik"
# k3s agent
export K3S_KUBECONFIG_MODE="644"
export K3S_URL="https://<SERVER>:6443"
export K3S_TOKEN="<TOKEN>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment