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

Fix Suspend/Resume jobs #129

Open
easokol opened this issue Jun 9, 2021 · 1 comment
Open

Fix Suspend/Resume jobs #129

easokol opened this issue Jun 9, 2021 · 1 comment
Assignees
Labels
feature New feature or request gcp nearest release

Comments

@easokol
Copy link
Contributor

easokol commented Jun 9, 2021

As for now Suspend and Resume GKE cluster jobs works only if all nodes are in "main" node-pool
It should work for other node-pools also

@easokol easokol self-assigned this Jun 9, 2021
@easokol
Copy link
Contributor Author

easokol commented Jun 9, 2021

Work is in branch https://github.com/odahu/odahu-automation/compare/feat/suspend-resume-gke
Current functionality expanded to other node-pools from profile.
At present unresolved issue is that while performing "resume" at gcloud beta container clusters resize stage, the double number of nodes are creating. For example, if executing command

gcloud beta container clusters resize --num-nodes 3

6 nodes will be created from zero-node state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request gcp nearest release
Projects
None yet
Development

No branches or pull requests

2 participants