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

feat: add priorityClass to stabilize important apps #37

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

agaudreault
Copy link
Member

  • Add custom priority classes and assign them to cluster applications to prevents pods like argocd-controller, cert-manager, external-dns, etc to be evicted by demo apps or cron workflow.
  • The cluster node should be able to scale up to a limit, but this take times and makes the different demo applications unresponsive during that time.
  • Update the bootstrap instructions.
k get pc

NAME                      VALUE        GLOBAL-DEFAULT   AGE
cluster-critical          99999999     false            41s
cluster-low               10000000     false            41s
cluster-medium            50000000     false            41s
gmp-critical              1000000000   false            18d
system-cluster-critical   2000000000   false            18d
system-node-critical      2000001000   false            18d
workflow-controller       1000000      false            17d

Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant