GKE 노드 테인트

1 개요[ | ]

GKE 노드 테인트
$ kubectl get no -l cloud.google.com/gke-nodepool=pool1 -ojsonpath='{range .items[*]}{@.metadata.name}{"   "}{@.spec.taints}{"\n"}{end}'
gke-cluster1-pool1-f61e6500-23jr   [{"effect":"NoSchedule","key":"zzzconsole1","value":"zzzconsole1"}]
gke-cluster1-pool1-f61e6500-hkwk   [{"effect":"NoSchedule","key":"zzzconsole1","value":"zzzconsole1"},{"effect":"NoSchedule","key":"zzzkubectl1","value":"zzzkubectl1"}]
$ kubectl get no -l cloud.google.com/gke-nodepool=pool1 -ojsonpath='{range .items[*]}{@.metadata.name}{"   "}{@.spec.taints}{"\n"}{end}'
gke-cluster1-pool1-f61e6500-23jr   [{"effect":"NoSchedule","key":"zzzconsole1","value":"zzzconsole1"},{"effect":"NoSchedule","key":"zzzconsole2","value":"zzzconsole2"}]
gke-cluster1-pool1-f61e6500-hkwk   [{"effect":"NoSchedule","key":"zzzconsole1","value":"zzzconsole1"},{"effect":"NoSchedule","key":"zzzconsole2","value":"zzzconsole2"},{"effect":"NoSchedule","key":"zzzkubectl1","value":"zzzkubectl1"}]
$ kubectl get no -l cloud.google.com/gke-nodepool=pool1 -ojsonpath='{range .items[*]}{@.metadata.name}{"   "}{@.spec.taints}{"\n"}{end}'
gke-cluster1-pool1-f61e6500-23jr   [{"effect":"NoSchedule","key":"zzzconsole2","value":"zzzconsole2"}]
gke-cluster1-pool1-f61e6500-hkwk   [{"effect":"NoSchedule","key":"zzzconsole2","value":"zzzconsole2"},{"effect":"NoSchedule","key":"zzzkubectl1","value":"zzzkubectl1"}]

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}