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

Instructions fail on the install/upgrade step due to missing pod. #1072

Open
JimBarrows opened this issue Feb 23, 2023 · 0 comments
Open

Instructions fail on the install/upgrade step due to missing pod. #1072

JimBarrows opened this issue Feb 23, 2023 · 0 comments

Comments

@JimBarrows
Copy link

Error is:
helm upgrade --install \ --atomic --create-namespace --namespace activiti \ -f values.yaml \ activiti charts/activiti-cloud-full-example Release "activiti" does not exist. Installing it now. coalesce.go:220: warning: cannot overwrite table with non table for activiti-cloud-identity.postgresql.ldap.tls (map[]) Error: release activiti failed, and has been uninstalled due to atomic being set: client rate limiter Wait returned an error: rate: Wait(n=1) would exceed context deadline

Adding debug gets me to this:
Deployment is not ready: activiti/activiti-activiti-cloud-connector. 0 out of 1 expected pods are ready
Clearly, there are too many 'activiti' there.
Removing the activiti in the requirements.yaml file fixes the problem.
Where there is: alias: "activiti-, just remove that "activiti-".

@JimBarrows JimBarrows changed the title Instructions fail on the install/upgrade step. Instructions fail on the install/upgrade step due to missing pod. Feb 23, 2023
JimBarrows added a commit to JimBarrows/activiti-cloud-full-chart that referenced this issue Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant