We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi All
I just deployed application via kubectl apply -f but loop
How can I stop deployment?
Thanks for your support
The text was updated successfully, but these errors were encountered:
Hello, this question is not specific to the AWX project. Please check the kubernetes documentation https://kubernetes.io/docs/home/.
Sorry, something went wrong.
@bskou57 Sidenote, to uninstall, you can run:
make undeploy
or to stop a specific deployment:
kubectl scale deployment <deployment-name> --replicas 0
More details in the k8s docs linked above
No branches or pull requests
Please confirm the following
Feature Summary
Hi All
I just deployed application via kubectl apply -f but loop
How can I stop deployment?
Thanks for your support
The text was updated successfully, but these errors were encountered: