Score:0

Why is k3d Node 'k3d-gitops-playground-server-0'restarting for more than a minute now?

in flag

I a trying to reproduce gitops playground

After

bash <(curl -s \
  https://raw.githubusercontent.com/cloudogu/gitops-playground/main/scripts/init-cluster.sh) \
  && sleep 2 && docker run --rm -it --pull=always -u $(id -u) \
    -v ~/.k3d/kubeconfig-gitops-playground.yaml:/home/.kube/config \
    --net=host \
    ghcr.io/cloudogu/gitops-playground --yes --argocd --fluxv2
Initializing k3d-cluster 'gitops-playground'
Cluster 'gitops-playground' already exists. Do you want to recreate the cluster?
 [y/N] 
y

I got warning

WARN[0158] Node 'k3d-gitops-playground-server-0' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.

let's check cluster

k3d cluster list
NAME                SERVERS   AGENTS   LOADBALANCER
first               1/1       0/0      true
gitops-playground   1/1       0/0      false

But .kube/conifg is unchanged. I am not having a valid Kubernetes environment to go on. Why?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.