crossplane-contrib / provider-kubernetes

Crossplane provider to provision and manage Kubernetes objects on (remote) Kubernetes clusters.
Apache License 2.0
136 stars 80 forks source link

installation instructions in README.md are out of date #233

Open charlesmelby opened 2 months ago

charlesmelby commented 2 months ago

What happened?

The posted installation instructions don't work. I used https://marketplace.upbound.io/providers/crossplane-contrib/provider-kubernetes/v0.13.0 instead.

How can we reproduce it?

What environment did it happen in?

Crossplane version: 1.15.2 Kubernetes: 1.24 Distribution: RKE2

jbw976 commented 2 months ago

Ah good point @charlesmelby, thanks for taking the time to call that out! This looks very similar to a recent update we made to provider-helm to fix a very similarly outdated README.md 😊 https://github.com/crossplane-contrib/provider-helm/pull/220

Do you have any interest in taking that on for this repo too? Always happy for community contributions. The local development steps are more tricky, so a phased approach could be to just start by updating the basic install step(s) in the README - that will provide the most relief by itself.

charlesmelby commented 2 months ago

@jbw976 Sure why not, I'll do that in a bit when I'm free

jbw976 commented 1 month ago

The most critical part of these README installation instructions has been updated by @scubbo in #239. There is still some more work to update the rest of the readme, e.g. the local development instructions and streamlined set up of in-cluster config (similar to https://github.com/crossplane-contrib/provider-helm/pull/220), but the main problem has been addressed now! 🙇