crossplane-contrib/provider-kubernetes

installation instructions in README.md are out of date

charlesmelby opened this issue · 3 comments

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

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 😊
crossplane-contrib/provider-helm#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.

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

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 crossplane-contrib/provider-helm#220), but the main problem has been addressed now! 🙇