provider-digitalocean
provider-digitalocean copied to clipboard
Install guide issues
What happened?
I was following the install guide and noticed some bugs. The example ProviderConfig creates a ProviderConfig named example
but the example droplet expects the provider to be named default
. It might make the guide easier to follow if the droplet example providerConfigRef is set to example
Also, getting this error while trying the create the example droplet w/ user data:
N47F5F4VWQ-M:provider-digitalocean culpepperje$ kubectl apply -f examples/compute/droplet-user-data.yaml
Error from server (BadRequest): error when creating "examples/compute/droplet-user-data.yaml": Droplet in version "v1alpha1" cannot be handled as a Droplet: strict decoding error: unknown field "spec.forProvider.userData"
Anyone know what could be the issue here?
How can we reproduce it?
Follow the install guide for the DO provider documented here.
What environment did it happen in?
Crossplane version: 1.13.2 Kubernetes version: 1.27.2
Running a kind cluster on Mac