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

how can I stop deployment ? #1650

Closed
3 tasks done
bskou57 opened this issue Nov 27, 2023 · 2 comments
Closed
3 tasks done

how can I stop deployment ? #1650

bskou57 opened this issue Nov 27, 2023 · 2 comments

Comments

@bskou57
Copy link

bskou57 commented Nov 27, 2023

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX Operator is open source software provided for free and that I might not receive a timely response.

Feature Summary

Hi All

I just deployed application via kubectl apply -f but loop

How can I stop deployment?

Thanks for your support

@jessicamack
Copy link
Member

Hello, this question is not specific to the AWX project. Please check the kubernetes documentation https://kubernetes.io/docs/home/.

@rooftopcellist
Copy link
Member

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants