jsalgado78

Results 17 comments of jsalgado78

Backup was made some minutes earlier to restoring process. I was probing if restore process works fine but it doesn't

I've probed to deploy an empty new cluster with same results after reset and restore from backup. I've made a backup running command: `./k0sctl backup -c k0s-des-airgap.yml --disable-telemetry --disable-upgrade-check` I've...

This issue is like https://github.com/k0sproject/k0sctl/issues/178 I've three master nodes and two workers nodes. There's a F5 load balancer to get HA like is documented in https://docs.k0sproject.io/v1.23.3+k0s.1/high-availability/ A new cluster installed...

I've created a new token in a master node and I've installed k0s in worker nodes [root@s504des196k0s ~]# /usr/local/bin/k0s token create --role worker --expiry 20m0s ... I've copied the new...

Thanks. I use etcdctl for etcd maintenance but k0s etcd subcommand is very limited and it would be interesting to implement subcommands for etcd database maintenance

Network policy is included in this file [https://github.com/k0sproject/k0s/files/9775557/complete-stack-example.txt](url) This file includes complete yaml needed to probe this issue. Copy and paste from previous file: apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name:...

I can see these errors in kube-router logs but these messages were generated some hours before cronjob fail: E1013 06:26:38.176086 1 network_policy_controller.go:283] Failed to cleanup stale ipsets: failed to delete...

I agree. I've tried to upgrade my K0s cluster from 1.28.4 to 1.29.2 and kubelet failed because of I use this featureGates deprecated option: ``` spec: workerProfiles: - name: myprofile...

I'm using an F5 load balancer and I get "duplicate server" from the `konnectivity-agent` logs sometimes but I can't reproduce it. May it be resolved upgrading apiserver-network-proxy-agent image to a...

It appears to be rare because I've detected this issue in recent K0s versions, maybe from 1.24.2. It worked fine in previous K0s versions and I can't reproduce this issue...