provider-helm
provider-helm copied to clipboard
Crossplane Helm Provider
### What happened? I am trying to specify a kubeconfig file in spec.credentials to connect to my remote GKE cluster using either a Filesystem or Environment as my spec.credentials.source. When...
### What problem are you facing? GKE is moving to a dedicated `gke-gcloud-auth-plugin` for cluster authentication. From the [announcement](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke): > This new binary, gke-gcloud-auth-plugin, uses the [Kubernetes Client-go Credential Plugin](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins)...
### What happened? I have setup a local registry based on the instructions here - https://kind.sigs.k8s.io/docs/user/local-registry/ When setting the helm chart properties, using oci (the registry was loaded with the...
### Description of your changes This PR updates a few resources in this `provider-helm` repository, mainly the README.md, as a result of trying out the steps for installing and local...
### Description of your changes Skips login in helm if no credentials are provided: ``` failed to login to registry: error storing credentials - err: no credentials username ``` Fixes...
### What happened? When I try to rollback a feature the provider will detect that that status is out of sync from Helm and try to update the release to...
### What problem are you facing? When debugging a composition I was getting the following error. ```cannot compose resources: cannot apply composed resource "spotinstance-controller": failed to create typed patch object...
### What problem are you facing? We are running the crossplane in the aws eks environment. We want to keep our helm charts in aws s3 and pull and install...
### What problem are you facing? I do not want to rely on an external helm repository or an external server url providing the helm chart. ### How could Crossplane...
### What happened? We have a GKE management cluster with crossplane 1.15.0 and we are writing a composition to provision managed GKE clusters along with addons services. To achieve this,...