Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere committed Nov 16, 2023
1 parent f6fba95 commit 38a30ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You can find more configuration examples [here](https://github.com/giantswarm/se
### Tainting nodes
In order to make node startup smooth, we introduced an experimental feature to our Linkerd CNI App which looks for the `node.giantswarm.io/mesh-not-ready` taint on the node and remove it once the agent is ready.
To ensure a smooth node startup, we have introduced an experimental feature to our Linkerd CNI App. This feature checks for the presence of the `node.giantswarm.io/mesh-not-ready` taint on the node and removes it once the agent is ready.

To enable this feature, add the following ConfigMap to your Service Mesh Bundle App definition:

Expand All @@ -114,7 +114,7 @@ metadata:
namespace: <your-cluster-id>
```
Afterwards, configure your nodepool with the taint at startup as described here:
Afterwards, configure your node pools with a taint at startup as described here:
```

Check failure on line 119 in src/content/advanced/connectivity/service-mesh/getting-started/index.md

View workflow job for this annotation

GitHub Actions / markdownlint problems

markdownlint problem

MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
- key: node.giantswarm.io/mesh-not-ready
Expand Down

0 comments on commit 38a30ad

Please sign in to comment.