Alexander Renn
Alexander Renn
Yes, it looks similar, indeed. But I performed the CRDs upgrade to the latest version **right before** upgrading the karpenter.. So it's happening with the latest CRDs. So it looks...
I tried upgrading CRDs once again after the karpenter upgrade and now got this error while upgrading CRDs: ``` $ kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.37.0/pkg/apis/crds/karpenter.sh_nodepools.yaml The CustomResourceDefinition "nodepools.karpenter.sh" is invalid: status.storedVersions[1]:...
I fixed all nodeClaims manually with a script populating the missing "reason" and "message" fields. But still, there is smth wrong with the CRD upgrade. I wonder whether we should...
Hi @metheu You can use the `kubectl edit nodeclaim mynodeclaim --subresource='status'` But here is the ChatGPT-generated script to fix all of them: ``` from kubernetes import client, config from kubernetes.client.rest...
I have the same issue on Debian running XFCE Desktop, so it must be specific to XScreenSaver. Is it just skipping typed characters if something CPU-intensive is running during the...