Skip to content

Commit

Permalink
Merge pull request #162 from cliveseldon/ephemeral_containers
Browse files Browse the repository at this point in the history
add ephemeral containers feature gate to kind config
  • Loading branch information
ukclivecox authored Jul 9, 2021
2 parents 9c6f911 + 24374c9 commit 6adcccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/playbooks/files/kind_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
featureGates:
# any feature gate can be enabled here with "Name": true
# or disabled here with "Name": false
# not all feature gates are tested, however
"EphemeralContainers": true
nodes:
- role: control-plane
- role: worker
Expand Down

0 comments on commit 6adcccd

Please sign in to comment.