This repository was archived by the owner on Jan 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ kubectl get node <node-name> -o json | jq .spec.taints
323
323
` ` `
324
324
Example output :
325
325
` ` ` sh
326
- kubectl get node cmk-02-zzwt7w -o json | jq .metadata.annotations
326
+ kubectl get node cmk-02-zzwt7w -o json | jq .spec.taints
327
327
[
328
328
{
329
329
"effect": "NoSchedule",
@@ -375,7 +375,7 @@ spec:
375
375
env:
376
376
- name: CMK_PROC_FS
377
377
value: "/host/proc"
378
- image: cmk
378
+ image: cmk:v1.2.0-rc1
379
379
imagePullPolicy: "Never"
380
380
name: cmk-isolate-infra
381
381
volumeMounts:
@@ -451,4 +451,4 @@ can help to fine-grain the deletion for specific node.
451
451
[Custom Resource Definitions] : https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/
452
452
[Third Party Resource] : https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-third-party-resource/
453
453
[migrate] : https://kubernetes.io/docs/tasks/access-kubernetes-api/migrate-third-party-resource/
454
- [Taints] : https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
454
+ [Taints] : https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
You can’t perform that action at this time.
0 commit comments