Skip to content

Commit

Permalink
Merge pull request #483 from wireapp/arianvp-patch-7
Browse files Browse the repository at this point in the history
Fix sft ansible inventory to be compatible with newer kubespray
  • Loading branch information
arianvp authored Jul 16, 2021
2 parents a658f28 + 11e9aba commit e5c294e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offline/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ you used at previous steps.
If you want to restrict SFT to certain nodes, make sure that in your inventory
you have annotated all the nodes that are able to run sftd workloads correctly.
```
kubenode3 node_labels="wire.com/role=sftd" node_annotations="{'wire.com/external-ip': 'XXXX'}"
kubenode3 node_labels="{'wire.com/role': 'sftd'}" node_annotations="{'wire.com/external-ip': 'XXXX'}"
```
If these weren't already set; you should rerun :
Expand Down

0 comments on commit e5c294e

Please sign in to comment.