Skip to content

Commit e5c294e

Browse files
authored
Merge pull request #483 from wireapp/arianvp-patch-7
Fix sft ansible inventory to be compatible with newer kubespray
2 parents a658f28 + 11e9aba commit e5c294e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offline/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ you used at previous steps.
314314
If you want to restrict SFT to certain nodes, make sure that in your inventory
315315
you have annotated all the nodes that are able to run sftd workloads correctly.
316316
```
317-
kubenode3 node_labels="wire.com/role=sftd" node_annotations="{'wire.com/external-ip': 'XXXX'}"
317+
kubenode3 node_labels="{'wire.com/role': 'sftd'}" node_annotations="{'wire.com/external-ip': 'XXXX'}"
318318
```
319319
320320
If these weren't already set; you should rerun :

0 commit comments

Comments
 (0)