音が流れない場合、再生を一時停止してもう一度再生してみて下さい。
ツール 
画像
Shabrinath Motamary
116回再生
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

コメント