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
In this we learned scheduling
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this we learned scheduling
Assigning pod to a specifc node with a specific label.
Assing a pod to node-01, rockstar, image=nginx, without using nodeSelector
Create two pods name=nginx, image=nginx and name=demo, image=redis, they should comeup on the same node and you cannot use nodeselector or nodename.
Create a deployment with 2 replicas and both should end on different node
Create two pods name=nginx, image=nginx and name=demo, image=redis, they should comeup on the same node and you cannot use nodeselector or nodename.
The text was updated successfully, but these errors were encountered: