* [bot] [release-0.11] Automated version update * ci: Fixes bootstrapping KinD (#2174) --------- Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com> Co-authored-by: Philip Gough <philip.p.gough@gmail.com>
16 lines
395 B
YAML
16 lines
395 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
networking:
|
|
podSubnet: "10.10.0.0/16"
|
|
serviceSubnet: "10.11.0.0/16"
|
|
nodes:
|
|
- role: control-plane
|
|
extraMounts:
|
|
- hostPath: /home/runner/work/kube-prometheus/kube-prometheus/.github/workflows/kind/patches
|
|
containerPath: /patches
|
|
kubeadmConfigPatches:
|
|
- |
|
|
kind: InitConfiguration
|
|
patches:
|
|
directory: /patches
|