Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

setup k3s cluster arch linux

Glamorous Gaur answered on May 18, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • install k3s
  • install k3s without traefik
  • k3s config
  • k3s cluster
  • install k3s on ubuntu
  • Monitor your K8s cluster
  • Creating a Cluster: Creating S3 Bucket and Installing kops

  • setup k3s cluster arch linux

    0

    yay -Sy --needed k3s-bin kubectl \

    && sudo systemctl enable k3s \

    && sudo systemctl start k3s \

    && mkdir -p "${HOME}/.kube" \

    && sudo cp /etc/rancher/k3s/k3s.yaml "${HOME}/.kube/config" \

    && sudo chown $(id -u):$(id -g) "${HOME}/.kube/config"

    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: willhaley.com
    Link to this answer
    Share Copy Link
    Contributed on May 18 2023
    Glamorous Gaur
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.