“Instalar K3S” Código de respuesta

Instalar K3S

curl -sfL https://get.k3s.io | sh -

### without traefik
curl -sfL https://get.k3s.io | sh -s - --no-deploy=traefik
Glorious Grivet

Instale K3s en Ubuntu


sudo k3s server &
# Kubeconfig is written to /etc/rancher/k3s/k3s.yaml
sudo k3s kubectl get node

# On a different node run the below. NODE_TOKEN comes from /var/lib/rancher/k3s/server/node-token
# on your server
sudo k3s agent --server https://myserver:6443 --token ${NODE_TOKEN}

      
Graceful Goat

Respuestas similares a “Instalar K3S”

Preguntas similares a “Instalar K3S”

Más respuestas relacionadas con “Instalar K3S” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código