WIP: start working on tests #1
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
kind create cluster \
|
kind create cluster \
|
||||||
--kubeconfig $KUBECONFIG \
|
--kubeconfig $KUBECONFIG \
|
||||||
--config=./kind-config.yaml
|
--config=./kind/kind-config-ci.yaml
|
||||||
|
|
||||||
kubectl config set-cluster kind-kind --server=https://kind-control-plane:6443
|
kubectl config set-cluster kind-kind --server=https://kind-control-plane:6443
|
||||||
kubectl apply -f manifests/example.yaml --validate=false
|
kubectl apply -f manifests/example.yaml --validate=false
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
kind: Cluster
|
||||||
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||||||
|
networking:
|
||||||
|
apiServerAddress: "127.0.0.1"
|
||||||
|
apiServerPort: 6443
|
Loading…
Reference in New Issue