Skip to content

Commit 6adcccd

Browse files
authored
Merge pull request #162 from cliveseldon/ephemeral_containers
add ephemeral containers feature gate to kind config
2 parents 9c6f911 + 24374c9 commit 6adcccd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/playbooks/files/kind_config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
kind: Cluster
22
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
38
nodes:
49
- role: control-plane
510
- role: worker

0 commit comments

Comments
 (0)