Try to apply the /examples/cluster
It seems there is a "Version drift" between the crossplane and the Civo Kubernetes version (or something similar. Firewalls gets created, but clusters wont anymore.
I tried to reapply my (already working) manifests, and stuck at this error: (never saw that before):
CannotCreateExternalResource DatabaseKubernetesClusterInvalidVersionError: The Kubernetes cluster could not be created with a Civo deprecated k3s version
My Crosplane Providers, config etc. are the ones from the examples.
Did Civo changed something?
The only thing I did differently was using a manifest instead of kubectl crossplane install provider crossplane/provider-civo:main
my manifest
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: provider-civo
annotations:
argocd.argoproj.io/sync-wave: "-46"
spec:
package: "crossplane/provider-civo:main"
Try to apply the /examples/cluster
It seems there is a "Version drift" between the crossplane and the Civo Kubernetes version (or something similar. Firewalls gets created, but clusters wont anymore.
I tried to reapply my (already working) manifests, and stuck at this error: (never saw that before):
My Crosplane Providers, config etc. are the ones from the examples.
Did Civo changed something?
The only thing I did differently was using a manifest instead of
kubectl crossplane install provider crossplane/provider-civo:mainmy manifest