[bot] [release-0.11] Automated version update (#2153)
* [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>
This commit is contained in:
11
.github/workflows/kind/config.yml
vendored
11
.github/workflows/kind/config.yml
vendored
@@ -1,6 +1,15 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
networking:
|
||||
disableDefaultCNI: true
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user