Created
February 5, 2021 13:56
-
-
Save spjmurray/f32ac2d79a72603f18af5a68d9751830 to your computer and use it in GitHub Desktop.
Pro-mode Kind (availability zones)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
kind create cluster --config ~/kind/3-node.yaml | |
kubectl label node kind-control-plane failure-domain.beta.kubernetes.io/zone=twilight | |
kubectl label node kind-worker failure-domain.beta.kubernetes.io/zone=end | |
kubectl label node kind-worker2 failure-domain.beta.kubernetes.io/zone=danger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment