You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefacing my bug with, I'm quite new to crossplane, and can only reply back what i experience by running the given examples, as I'm in a discovery face if this tool could fit my needs.
What happened?
After creating a brand new cluster given the examples/kubernetes/k8s-cluster.yaml, the following error keeps persisting even tho there have been no changes to the DOKubernetesCluster resource.
Warning CannotObserveExternalResource 9m6s managed/dokubernetescluster cannot update managed DOKubernetesCluster resource: Operation cannot be fulfilled on dokubernetesclusters.kubernetes.do.crossplane.io "crossplane-managed": the object has been modified; please apply your changes to the latest version and try again
The cluster resources are created in DO and is reachable via kubectl.
To add to this bug I'm seeing that the provider is also hanging i assume in finalizer on deletion of the cluster again, getting the following recurring event:
Normal DeletedExternalResource 23s (x17 over 6m) managed/dokubernetescluster Successfully requested deletion of external resource
I assume this happens because it can't observe the resource in DigitalOcean and then keeps trying to delete something? Not sure if this is related?
The resource is never deleted, and was manually deleted, and the dokubernetescluster resource forcefully removed.
Prefacing my bug with, I'm quite new to crossplane, and can only reply back what i experience by running the given examples, as I'm in a discovery face if this tool could fit my needs.
What happened?
After creating a brand new cluster given the
examples/kubernetes/k8s-cluster.yaml
, the following error keeps persisting even tho there have been no changes to theDOKubernetesCluster
resource.The cluster resources are created in DO and is reachable via kubectl.
How can we reproduce it?
Expected result
No warnings in events when running:
Also expected cluster would report
READY
What environment did it happen in?
Crossplane version: 1.10.1 (latest as of writing)
Kubectl client version: 1.26.0
Kube server version: 1.25.3+k3s1 (crossplane control plane)
Kubernetes distrobution: Rancher k3s
The text was updated successfully, but these errors were encountered: