📜  当 Replication 控制器进行负载平衡时如何调试特定的 pod - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:15.608000             🧑  作者: Mango

代码示例1
kunectl label pod  type-

# This will remove the label from the pod and Replication controller will
# stop redirecting traffic to this pod.
# now you can start using this pod for debug purpose.