How to Schedule a Pod in different Node in GKE #134382
Unanswered
MohdRashid01
asked this question in
Programming Help
Replies: 1 comment 1 reply
-
Thanks for posting in the GitHub Community, @MohdRashid01 ! We’ve moved your post to our Programming Help 🧑💻 category, which is more appropriate for this type of discussion. Please review our guidelines about the Programming Help category for more information. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I have cluster running in gke standard mode
Here is the details
PROD Env GKE Standard Cluster running with 2 Node Pool and 9 Nodes
default-pool 1.28.3-gke.1286000 5 (1 - 2 per zone) e2-standard-2
xxxxxx-node-pool 1.28.11-gke.1019001 4 (2 per zone) e2-highcpu-4
Problem is im using 2 PODs in different node it was running but now when developer push code its not taking new changes code due to its running old-date tag and with latest it deploy im using CI/CD github action
how can i achive using automatically deployment in github action but that 2 pod should deploy only this is node-pool i.e., xxxxxxx-node-pool
here is my yaml file
And these are the 2 nodes which i want to deploy my 2 pods in these 2 nodes
i dont know very much of nodeAffinity or nodeSelector
I have off Autoscaling on both node-pool
I just want deployment to deploy automatically without any issues
This is Github Action deployment into PROD ENV
Error Message
Beta Was this translation helpful? Give feedback.
All reactions