Skip to content

Commit

Permalink
kind config: enable all built-in APIs and some feature gates
Browse files Browse the repository at this point in the history
  • Loading branch information
phosae committed Jul 4, 2023
1 parent 7328432 commit a0e515d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/setup-kind-with-registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:${reg_port}"]
endpoint = ["http://${reg_name}:5000"]
featureGates:
"ValidatingAdmissionPolicy": true # alpha v1.26
"UserNamespacesStatelessPodsSupport": true # alpha v1.25
runtimeConfig:
"api/all": true # enable all built-in APIs
nodes:
- role: control-plane
image: $IMAGE
Expand Down

0 comments on commit a0e515d

Please sign in to comment.