mirror of https://github.com/kubernetes/kops.git
30 lines
609 B
Plaintext
30 lines
609 B
Plaintext
CAs: {}
|
|
FileAssets:
|
|
- content: user,token
|
|
name: tokens
|
|
path: /kube/tokens.csv
|
|
Hooks:
|
|
- - manifest: |-
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/systemctl start apply-to-all.service
|
|
name: apply-to-all.service
|
|
- null
|
|
KeypairIDs: {}
|
|
KubeProxy:
|
|
cpuLimit: 30m
|
|
cpuRequest: 30m
|
|
featureGates:
|
|
AdvancedAuditing: "true"
|
|
memoryLimit: 30Mi
|
|
memoryRequest: 30Mi
|
|
KubeletConfig:
|
|
kubeconfigPath: /etc/kubernetes/igconfig.txt
|
|
KubernetesVersion: 1.20.0
|
|
Networking:
|
|
nonMasqueradeCIDR: 10.100.0.0/16
|
|
UpdatePolicy: automatic
|
|
containerdConfig:
|
|
logLevel: info
|
|
usesLegacyGossip: false
|
|
usesNoneDNS: false
|