mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 16:57:29 +00:00
add kind config to disable kind-net
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
This commit is contained in:
parent
d651777122
commit
378f118d51
1 changed files with 5 additions and 0 deletions
5
.github/workflows/e2e_kind_config.yaml
vendored
Normal file
5
.github/workflows/e2e_kind_config.yaml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
networking:
|
||||
disableDefaultCNI: true # disable kindnet
|
||||
podSubnet: 192.168.0.0/16 # set to Calico's default subnet
|
||||
Loading…
Reference in a new issue