@@ -41,9 +41,9 @@ This API allows you to manage Kubernetes Kapsule and Kosmos clusters.
4141 - [ Remove a label from a Pool] ( #remove-a-label-from-a-pool )
4242 - [ Remove a startup taint from a Pool] ( #remove-a-startup-taint-from-a-pool )
4343 - [ Remove a taint from a Pool] ( #remove-a-taint-from-a-pool )
44- - [ Add or edit a taint to a Pool] ( #add-or-edit-a-taint -to-a-pool )
45- - [ Add or edit a startup taint to a Pool] ( #add-or-edit -a-startup-taint-to-a-pool )
46- - [ Add or edit a taint to a Pool] ( #add-or-edit -a-taint-to-a-pool )
44+ - [ Apply a label to a Pool] ( #apply-a-label -to-a-pool )
45+ - [ Apply a startup taint to a Pool] ( #apply -a-startup-taint-to-a-pool )
46+ - [ Apply a taint to a Pool] ( #apply -a-taint-to-a-pool )
4747 - [ Update a Pool in a Cluster] ( #update-a-pool-in-a-cluster )
4848 - [ Upgrade a Pool in a Cluster] ( #upgrade-a-pool-in-a-cluster )
4949 - [ Wait for a pool to reach a stable state] ( #wait-for-a-pool-to-reach-a-stable-state )
@@ -1259,7 +1259,7 @@ scw k8s pool remove-taint 11111111-1111-1111-1111-111111111111 key=foo
12591259
12601260
12611261
1262- ### Add or edit a taint to a Pool
1262+ ### Apply a label to a Pool
12631263
12641264Apply a label to all nodes of the pool which will be periodically reconciled by scaleway.
12651265
@@ -1296,7 +1296,7 @@ scw k8s pool set-label 11111111-1111-1111-1111-111111111111 key=organization.exa
12961296
12971297
12981298
1299- ### Add or edit a startup taint to a Pool
1299+ ### Apply a startup taint to a Pool
13001300
13011301Apply a taint at node creation but does not reconcile after.
13021302
@@ -1334,7 +1334,7 @@ scw k8s pool set-startup-taint 11111111-1111-1111-1111-111111111111 key=organiza
13341334
13351335
13361336
1337- ### Add or edit a taint to a Pool
1337+ ### Apply a taint to a Pool
13381338
13391339Apply a taint to all nodes of the pool which will be periodically reconciled by scaleway.
13401340
0 commit comments