Master's README doesn't work with the latest KIND image, kubernetes v1.16, due to api changes. Let's explictly declare kind to run as 1.15 or update the manifests accordingly and then set the version

This commit is contained in:
Ryan Hartje
2020-01-22 11:58:54 -06:00
parent a2d5d5565c
commit e584391ff5

View File

@ -2,7 +2,9 @@ kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
image: kindest/node:v1.15.7
- role: worker
image: kindest/node:v1.15.7
extraPortMappings:
- containerPort: 5900
hostPort: 5900