Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d922a90

Browse files
Update README.md
1 parent c4dc0fc commit d922a90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ kubectl delete services mongodb-service;
2121
kubectl delete pods all --grace-period=0 --force;
2222
```
2323

24+
# Watch out, your stateful sets aren't guaranteed to be assigned the same node on restart
25+
This can lead to an issue when restarting clusters for an update (i.e: new kube version). I will create an automated fix for this when I have more time but for now you can just kill your other pods so they get assigned to the right things. what lol
26+
27+
2428

2529
The majority of the yaml is based on:
2630
https://pauldone.blogspot.com/2017/06/deploying-mongodb-on-kubernetes-gke25.html

0 commit comments

Comments
 (0)