Skip to content

Commit 5070934

Browse files
authored
Update tags docs (#36)
* fix: tag syntax for taints
1 parent 2c24578 commit 5070934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ The Scaleway CCM will also sync the tags of the Scaleway Instance to Kubernetes
77
## Labels
88

99
In order for a tag to be synced to a label, it needs to be of the form `foo=bar`.
10-
In this case, the Kuebrnetes nodes will have the label `k8s.scaleway.com/foo=bar`.
10+
In this case, the Kubernetes nodes will have the label `k8s.scaleway.com/foo=bar`.
1111

1212
Once the tag is removed from the instance, it will also be removed as a label on the node.
1313

1414
## Taints
1515

16-
In order for a tag to be synced to a taint, it needs to be of the form `taint=foo:bar:Effect`, where `Effect` is one of `NoExecute`, `NoSchedule` or `PreferNoSchedule`.
17-
In this case, the Kubernetes nodes will have the tain `k8s.scaleway.com/foo=bar` with the effect `Effect`.
16+
In order for a tag to be synced to a taint, it needs to be of the form `taint=foo=bar:Effect`, where `Effect` is one of `NoExecute`, `NoSchedule` or `PreferNoSchedule`.
17+
In this case, the Kubernetes nodes will have the taint `k8s.scaleway.com/foo=bar` with the effect `Effect`.
1818

1919
Once the tag is removed from the instance, it will also be removed as a taint on the node.
2020

0 commit comments

Comments
 (0)