Hello @folks
I'm trying to do Apigee Hybrid setup on EKS via Helm chart but it's failing in the final steps of installing apigee operator/controller with the error
Release "operator" does not exist. Installing it now.
Error: release operator failed, and has been uninstalled due to atomic being set: context deadline exceeded
Please help me with this. I'm following this doc https://cloud.google.com/apigee/docs/hybrid/v1.11/helm-install-helm-charts
Any suggestion would be of great help.
Thanks is advance
Abhishek
Hey Abhishek,
Try including nodeSelector stanza with appropriate values in the overrides file and run the operator installation command
Thanks for solution @DineshMannam
I tried but it's failing with the same error mentioned above
can you capture and post the output with the help of below command:
kubectl get pods -n apigee-system
Run this after you executed the helm command
Hello,
After running the helm command it's failing with same error of:
"Release "operator" does not exist. Installing it now.
Error: release operator failed, and has been uninstalled due to atomic being set: client rate limiter Wait returned an error: context deadline exceeded"
and command you ask to run returns:
"No resources found in apigee-system namespace."
Thanks
HI Folks -
I'm facing the same issue as above. Can you help me with resolution
Thanks
Hi!
Can you post this as a new question, but also include additional details? What version of hybrid are you installing, where are you installing it, what step is failing? If you are getting the "Release "operator" does not exist. Installing it now.", then show the helm command that you executed and the output of that command so that we can confirm if that step was or was not installed successfully.