Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit e2a665f

Browse files
squall0gdSzymon Scharmach
authored and
Szymon Scharmach
committed
Update operator.md (#179)
* Update operator.md
1 parent 9837332 commit e2a665f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/operator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ kubectl get node <node-name> -o json | jq .spec.taints
323323
```
324324
Example output:
325325
```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
327327
[
328328
{
329329
"effect": "NoSchedule",
@@ -375,7 +375,7 @@ spec:
375375
env:
376376
- name: CMK_PROC_FS
377377
value: "/host/proc"
378-
image: cmk
378+
image: cmk:v1.2.0-rc1
379379
imagePullPolicy: "Never"
380380
name: cmk-isolate-infra
381381
volumeMounts:
@@ -451,4 +451,4 @@ can help to fine-grain the deletion for specific node.
451451
[Custom Resource Definitions]: https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/
452452
[Third Party Resource]: https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-third-party-resource/
453453
[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/

0 commit comments

Comments
 (0)