summaryrefslogtreecommitdiffstats
path: root/sw_config/bmra/patched_k8s.yml
diff options
context:
space:
mode:
authorxudan16 <xudan16@huawei.com>2023-02-14 12:26:02 +0800
committerDan Xu <xudan16@huawei.com>2023-02-14 06:45:11 +0000
commit99fb7f7e6c0d23c390924593e1b9e93cceab1ba4 (patch)
tree1efd2d371fbfd82ebc5babd91df6f551c19c4fe2 /sw_config/bmra/patched_k8s.yml
parentf845220cd17f89c8e1c68aecb3f0c7e82a56aa03 (diff)
Fix the Doc lint, shellcheck and doc links Errors
Signed-off-by: xudan16 <xudan16@huawei.com> Change-Id: I15b4cd15a17782999af30234b459f8aacf45e768 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/73867 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Diffstat (limited to 'sw_config/bmra/patched_k8s.yml')
-rw-r--r--sw_config/bmra/patched_k8s.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw_config/bmra/patched_k8s.yml b/sw_config/bmra/patched_k8s.yml
index fb0d43a..89aba6f 100644
--- a/sw_config/bmra/patched_k8s.yml
+++ b/sw_config/bmra/patched_k8s.yml
@@ -7,7 +7,7 @@
connection: local
tasks: []
roles:
- - { role: kubespray_install }
+ - {role: kubespray_install}
environment: "{{ proxy_env | d({}) }}"
any_errors_fatal: true
@@ -77,7 +77,7 @@
kubelet_node_custom_flags: "{{ kubelet_node_custom_flags_prepare | from_yaml }}"
kube_api_anonymous_auth: true
kube_feature_gates:
- - CPUManager=true # feature gate can be enabled by default, default policy is none in Kubernetes
+ - CPUManager=true # feature gate can be enabled by default, default policy is none in Kubernetes
- TopologyManager={{ topology_manager_enabled | default(true) }}
- RotateKubeletServerCertificate=true
# Kubernetes cluster hardening