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
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
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 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 nameddefault
. It might make the guide easier to follow if the droplet example providerConfigRef is set toexample
Also, getting this error while trying the create the example droplet w/ user data:
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
The text was updated successfully, but these errors were encountered: