Skip to content

Instantly share code, notes, and snippets.

@spjmurray
Created February 5, 2021 13:56
Show Gist options
  • Save spjmurray/f32ac2d79a72603f18af5a68d9751830 to your computer and use it in GitHub Desktop.
Save spjmurray/f32ac2d79a72603f18af5a68d9751830 to your computer and use it in GitHub Desktop.
Pro-mode Kind (availability zones)
#!/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