[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:
PromOperatorBot
2023-07-27 13:10:25 +02:00
committed by GitHub
parent e3066575dc
commit 725b8bd3ac
6 changed files with 431 additions and 444 deletions

View File

@@ -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