Questions tagged [k0s]

22 questions
0
votes
0 answers

Node fails to schedule pod with taint error

I have a k0s cluster where I need to setup a persistent volume claim but its failing - as well as the associated deployment. I am getting error below when I run ks describe pod mssql-depl-86c86b5f44-ldj49 : Name:…
0
votes
2 answers

File not found error when copying kubeconfig file to jenkins context

I am trying to access a k0s cluster with Jenkins in order to deploy from Jenkins pipeline. In order to copy/paste cluster credentials in the kubeconfig file I tried to access with "~/.kube/config" command but there is an error saying "No such file…
Golide
  • 835
  • 3
  • 13
  • 36
0
votes
1 answer

K0s in LXC and ZFS issues

I'm trying to get K0s working in LXC (LXD) containers on Ubuntu 20.04 using ZFS and I've managed to get past the apparmor challenges (for now at least) but stuck on overlayfs issues during the install phase. kernel: [1617529.987422] overlayfs:…
Matt
  • 75
  • 7
0
votes
1 answer

How to reconfigure the IP of a k8s node

I created a k8s installed by k0s on the aws ec2 instance. In order to make delivery new cluster faster, I try to make an AMI for it. However, I started a new ec2 instance, the internal IP changed and the node become…
qrtt1
  • 7,746
  • 8
  • 42
  • 62
0
votes
1 answer

Helm Charts: How to install a package in a K0s cluster?

I am aiming to install a helm package in a k0s cluster throught the use of the following command: helm install name . --kube-apiserver=x.x.x.x:xxx But I get the following output: Kubernetes cluster unreachable:…
McLan
  • 2,552
  • 9
  • 51
  • 85
0
votes
0 answers

"sudo: k0s: command not found": even though its script is executable and its location is in the path

What I am trying to do is: To play with K0s. So, first I download the K0s scrips and make it executable: $ curl -sSLf https://get.k0s.sh | sudo sh .. and here is the terminal output: > Downloading k0s from URL: >…
McLan
  • 2,552
  • 9
  • 51
  • 85
0
votes
0 answers

does k0s support docker out of the box

As far I know, current dockershim has been deprecated by Kubernetes maintainers. As a result Mirantis has taken over support of Kubernetes dockershim, the github repo seems to be in https://github.com/Mirantis/cri-dockerd which minikube seems to…
Ahmad Ismail
  • 11,636
  • 6
  • 52
  • 87
1
2