Skip to content

Conversation

@cbenz
Copy link
Contributor

@cbenz cbenz commented Oct 18, 2020

I tried to use the tags on a pool to add a taint to all the nodes of that pool, as described in tags.md.

I added the tag taint=foo:bar:NoExecute to the pool. After waiting for a couple of minutes, the node in that pool received the taint k8s.scaleway.com/foobar:NoExecute instead of k8s.scaleway.com/foo=bar:NoExecute.

After reading sync_test.go I noticed that the expected syntax for the tags of pools is taint=foo=bar:Effect.

I tried it and it worked: my node has now the taint k8s.scaleway.com/foo=bar:NoExecute.

I fixed the docs according to this.

Also I fixed a typo...

@cbenz cbenz changed the title Fix typo Update tags docs Oct 18, 2020
@cbenz cbenz marked this pull request as ready for review October 18, 2020 10:54
Copy link
Contributor

@Sh4d1 Sh4d1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks 😄
LGTM

@Sh4d1 Sh4d1 merged commit 5070934 into scaleway:master Oct 18, 2020
@cbenz cbenz deleted the patch-1 branch October 18, 2020 11:02
@cbenz
Copy link
Contributor Author

cbenz commented Oct 18, 2020

By the way, is this feature documented somewhere? Is there a user documentation about Kapsule?

@Sh4d1
Copy link
Contributor

Sh4d1 commented Oct 18, 2020

Nop it's only here 😅 we miss a central place for documentation about the product :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants