Skip to content

Commit

Permalink
Update repository config (#1219)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored Oct 7, 2020
1 parent d8ccdd2 commit d2e8633
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
34 changes: 0 additions & 34 deletions hack/kubernetes/kind.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,6 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
# the control plane node
- role: control-plane
extraMounts:
- containerPath: /opt/local-path-provisioner
hostPath: /mnt
readOnly: false
- role: worker
extraMounts:
- containerPath: /opt/local-path-provisioner
hostPath: /mnt
readOnly: false
- role: worker
extraMounts:
- containerPath: /opt/local-path-provisioner
hostPath: /mnt
readOnly: false
kubeadmConfigPatches:
- |
kind: MasterConfiguration
apiServerExtraArgs:
"feature-gates": "DynamicProvisioningScheduling=true"
controllerManagerExtraArgs:
"feature-gates": "DynamicProvisioningScheduling=true"
schedulerExtraArgs:
"feature-gates": "DynamicProvisioningScheduling=true"
nodeRegistration:
kubeletExtraArgs:
"feature-gates": "DynamicProvisioningScheduling=true"
kubeProxy:
config:
featureGates:
DynamicProvisioningScheduling: true
- |
kind: NodeConfiguration
nodeRegistration:
kubeletExtraArgs:
"feature-gates": "DynamicProvisioningScheduling=true"
9 changes: 0 additions & 9 deletions hack/kubernetes/storageclass/standard.yaml

This file was deleted.

0 comments on commit d2e8633

Please sign in to comment.