Implement linting process
[kuberef.git] / sw_config / bmra / all.yml
index a1140d3..45300e3 100644 (file)
@@ -10,12 +10,12 @@ nfd_sleep_interval: 30s
 # Intel CPU Manager for Kubernetes
 cmk_enabled: false
 cmk_namespace: kube-system
-cmk_use_all_hosts: false # 'true' will deploy CMK on the master nodes too
-cmk_hosts_list: node1,node2 # allows to control where CMK nodes will run, leave this option commented out to deploy on all K8s nodes
-cmk_shared_num_cores: 2 # number of CPU cores to be assigned to the "shared" pool on each of the nodes
-cmk_exclusive_num_cores: 2 # number of CPU cores to be assigned to the "exclusive" pool on each of the nodes
-#cmk_shared_mode: packed # choose between: packed, spread, default: packed
-#cmk_exclusive_mode: packed # choose between: packed, spread, default: packed
+cmk_use_all_hosts: false  # 'true' will deploy CMK on the master nodes too
+cmk_hosts_list: node1,node2  # allows to control where CMK nodes will run, leave this option commented out to deploy on all K8s nodes
+cmk_shared_num_cores: 2  # number of CPU cores to be assigned to the "shared" pool on each of the nodes
+cmk_exclusive_num_cores: 2  # number of CPU cores to be assigned to the "exclusive" pool on each of the nodes
+# cmk_shared_mode: packed  # choose between: packed, spread, default: packed
+# cmk_exclusive_mode: packed  # choose between: packed, spread, default: packed
 
 # Intel SRIOV Network Device Plugin
 sriov_net_dp_enabled: false
@@ -65,11 +65,11 @@ example_net_attach_defs:
   sriov_net_dp: false
 
 ## Proxy configuration ##
-#http_proxy: "http://proxy.example.com:1080"
-#https_proxy: "http://proxy.example.com:1080"
-#additional_no_proxy: ".example.com"
+# http_proxy: "http://proxy.example.com:1080"
+# https_proxy: "http://proxy.example.com:1080"
+# additional_no_proxy: ".example.com"
 
-#Topology Manager flags
+# Topology Manager flags
 kubelet_node_custom_flags:
   - "--feature-gates=TopologyManager=true"
   - "--topology-manager-policy=none"