Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
6いいね 113 views回再生

Kubernetes #devops #kubernetes

📝 Explanation:
• The node is tainted with key=value:NoSchedule, meaning no pod can be scheduled unless it has a matching toleration.
• The Pod has:
• key: key
• value: value
• effect: NoSchedule
• This is an exact match, so the scheduler allows it on the tainted node.

#devops #kubernetes #interview #quiz #k8s

コメント