Skip to content

Commit

Permalink
Merge "Change over to static kubelet config"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 5, 2019
2 parents f6cd109 + 63f14a7 commit 064185e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 2 additions & 0 deletions global/schemas/promenade/Kubelet/v1.yaml
Expand Up @@ -26,6 +26,8 @@ data:
type: array
items:
type: string
config_file_overrides:
type: object
required:
- images
additionalProperties: false
19 changes: 12 additions & 7 deletions global/software/config/Kubelet.yaml
Expand Up @@ -19,17 +19,22 @@ metadata:
name: seccomp-default
path: .seccompDirPath
dest:
path: .arguments[9]
path: .arguments
pattern: SECCOMP_PROFILE_ROOT
recurse:
depth: 1
data:
arguments:
- --cni-bin-dir=/opt/cni/bin
- --cni-conf-dir=/etc/cni/net.d
- --eviction-max-pod-grace-period=-1
- --network-plugin=cni
- --node-status-update-frequency=5s
- --max-pods=200
- --kube-api-burst=40
- --kube-api-qps=20
- --seccomp-profile-root=SECCOMP_PROFILE_ROOT
- --feature-gates=PodShareProcessNamespace=true
config_file_overrides:
evictionMaxPodGracePeriod: -1
featureGates:
PodShareProcessNamespace: true
TaintBasedEvictions: false
kubeAPIBurst: 40
kubeAPIQPS: 20
maxPods: 200
nodeStatusUpdateFrequency: "5s"

0 comments on commit 064185e

Please sign in to comment.