David Noland
David Noland
@kakkoyun I'm running a v1.21.9 RKE cluster on SLES 15 SP3 nodes on AWS. I've tried two other distributions - K3s and RKE2 and experienced the same problem. However, if...
Thanks so much! If you need more information or anything I can do to help, please let me know.
Might be same as or related to https://github.com/rancher/rancher/issues/36229
@kakkoyun I tried again, but could not get far. After running: ``` kubectl create namespace parca kubectl apply -f https://github.com/parca-dev/parca/releases/download/v0.13.0/kubernetes-manifest.yaml ``` The parca pod was crashing: ```$ kubectl get pods...
Hit this problem, fixed using: ``` > ALTER TABLE kine MODIFY COLUMN id BIGINT UNSIGNED AUTO_INCREMENT NOT NULL UNIQUE, MODIFY COLUMN create_revision BIGINT UNSIGNED, MODIFY COLUMN prev_revision BIGINT UNSIGNED; Query...
Are calls being made to a cluster one at a time? If so, maybe making parallel calls would speed up the overall process. Caching may introduce consistency issues.
@Gallardo994 If moving all clusters over, you can do a Rancher backup and restore. This will even work if moving from different types of clusters (RKE, K3S, AKS, EKS, GKE,...
This still does not work in v2.9.1. What I see in 2.9.1: 
@rawmind0 Could you try this in your environment: ``` curl --header 'Host: rancher.my.org' http://172.17.0.5/ping ``` and let me know the results. It appears if you use https, `pong` is returned,...
@amolkharche13 can you check if https://github.com/rancher/fleet/pull/3531 looks correct? I believe the stackstate annotations need to ultimately land on the pod spec and not directly on the deployment spec. Can you...