Questions tagged [k3s]
47 questions
0
votes
1 answer
Unable to get k3s server running on ubuntu 18.04
I installed K3S on Ubuntu 18.04 as below:
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x ./kubectl
sudo mv…

learner
- 101
- 1
- 4
0
votes
1 answer
What does KubeProxyIncorrectIPVersion mean?
I keep seeing the following in kubectl get events:
7m53s Warning KubeProxyIncorrectIPVersion service/kubernetes fd93:5638:de0e::b90 in endpoints has incorrect IP version
7m52s Warning KubeProxyIncorrectIPVersion …

Roger Lipscombe
- 2,177
- 6
- 24
- 37