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

CrashLoopBackOff error while installing ASO2 #122

Open
Sanket-ST opened this issue Aug 26, 2024 · 0 comments
Open

CrashLoopBackOff error while installing ASO2 #122

Sanket-ST opened this issue Aug 26, 2024 · 0 comments

Comments

@Sanket-ST
Copy link

  1. When we try install the Azure Service Operator using the command provided in the document, the pods deployed in the OpenShift console are not being successfully deployed:

Install the ASO.

helm upgrade --install --devel aso2 aso2/azure-service-operator
--create-namespace
--namespace=azureserviceoperator-system
--set azureSubscriptionID=$AZURE_SUBSCRIPTION_ID
--set azureTenantID=$AZ_TENANT_ID
--set azureClientID=$SERVICE_PRINCIPAL_CLIENT_ID
--set azureClientSecret=$SERVICE_PRINCIPAL_CLIENT_SECRET

Pod crash loop back-off
back-off 5m0s restarting failed container=manager pod=azureserviceoperator-controller-manager-79ff657445-rzkkk_azureserviceoperator-system(e340c746-45b3-47e2-847d-043eb014e942)
CrashLoopBackOff indicates that the application within the container is failing to start properly.
To troubleshoot, view logs and events, then debug in terminal.

Snag_f4a6e8b Snag_f4ab78a
  1. Since the Azure Service Operator (ASO) is not being installed as expected and the pod in the OpenShift console is failing to successfully deploy, when we try to deploy the application, we’re not seeing the expected results as provided in the document and the application isn’t running as expected.
Snag_f4af6b6 Snag_f4b8078 Snag_f4ba1ea
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

2 participants
@Sanket-ST and others