“Instal K3s” Kode Jawaban

Instal K3s

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

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

Instal K3s di 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

Jawaban yang mirip dengan “Instal K3s”

Pertanyaan yang mirip dengan “Instal K3s”

Lebih banyak jawaban terkait untuk “Instal K3s” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya