Skip to content

Commit

Permalink
[cherry-pick] Update repository config (#597) (#605)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Jan 29, 2021
1 parent a018c4f commit e330a64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hack/kubernetes/kind.yaml
Expand Up @@ -2,5 +2,14 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
metadata:
name: config
apiServer:
extraArgs:
enable-admission-plugins: "NodeRestriction,OwnerReferencesPermissionEnforcement"
- role: worker
- role: worker

0 comments on commit e330a64

Please sign in to comment.