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:
@ -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
|
||||
|
Reference in New Issue
Block a user