We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c6f911 + 24374c9 commit 6adcccdCopy full SHA for 6adcccd
ansible/playbooks/files/kind_config.yaml
@@ -1,5 +1,10 @@
1
kind: Cluster
2
apiVersion: kind.x-k8s.io/v1alpha4
3
+featureGates:
4
+ # any feature gate can be enabled here with "Name": true
5
+ # or disabled here with "Name": false
6
+ # not all feature gates are tested, however
7
+ "EphemeralContainers": true
8
nodes:
9
- role: control-plane
10
- role: worker
0 commit comments