Apigee Hyrbid Helm Installation failing due to operator release error

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

2 4 264
4 REPLIES 4

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