Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release resource does not reconcile when deleting helm release. #100

Open
mcbenjemaa opened this issue Jul 16, 2021 · 1 comment
Open

Release resource does not reconcile when deleting helm release. #100

mcbenjemaa opened this issue Jul 16, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@mcbenjemaa
Copy link

What happened?

Release Does not reconcile after manually deleting helm release using helm cli

How can we reproduce it?

Install helm-provider:master and use providerconfig in-cluster.
Install release resource.
then delete the helm release using helm cli.
at least there's to much downtime after manually deleting the helm release(sometime the Release Object recreate the helm release)
But mostly, the release Object does not reconcile!

What environment did it happen in?

Crossplane version: 1.3.0
Kubernetes version: v1.21.1
Kind Cluster.

k get releases.helm.crossplane.io
NAME         CHART           VERSION   SYNCED   READY   STATE      REVISION   DESCRIPTION        AGE
opendistro   opendistro-es   1.13.3    True     True    deployed   1          Install complete   15m
Status:
  At Provider:
    Release Description:  Install complete
    Revision:             1
    State:                deployed
  Conditions:
    Last Transition Time:  2021-07-16T15:32:46Z
    Reason:                Available
    Status:                True
    Type:                  Ready
    Last Transition Time:  2021-07-16T15:32:45Z
    Reason:                ReconcileSuccess
    Status:                True
    Type:                  Synced
  Synced:                  true
Events:
  Type    Reason                   Age    From                                Message
  ----    ------                   ----   ----                                -------
  Normal  UpdatedExternalResource  16m    managed/release.helm.crossplane.io  Successfully requested update of external resource
  Normal  CreatedExternalResource  6m18s  managed/release.helm.crossplane.io  Successfully requested creation of external resource
@mcbenjemaa mcbenjemaa added the bug Something isn't working label Jul 16, 2021
@fsniper
Copy link

fsniper commented May 8, 2024

I also reproduced this same issue.

If you go and annotate the release resource with anything provider-helm redeploys the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants