Skip to content

Instantly share code, notes, and snippets.

@hhoover
Created July 31, 2019 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hhoover/81842249879f0ee163b23d2add825cd3 to your computer and use it in GitHub Desktop.
Save hhoover/81842249879f0ee163b23d2add825cd3 to your computer and use it in GitHub Desktop.
kind configs
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
- role: worker
- role: worker
# Credit: https://projectcontour.io/kindly-running-contour/
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
- role: worker
extraPortMappings:
- containerPort: 80
hostPort: 80
listenAddress: "0.0.0.0"
- containerPort: 443
hostPort: 443
listenAddress: "0.0.0.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment