Remove unused cmk kud vars 38/120038/2
authorTodd Malsbary <todd.malsbary@intel.com>
Mon, 22 Feb 2021 21:19:41 +0000 (13:19 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Thu, 29 Apr 2021 15:45:07 +0000 (08:45 -0700)
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I0c1d43de8506233eb62bde52641bb7fc95b422fc

kud/deployment_infra/playbooks/kud-vars.yml

index 5160702..c430b46 100644 (file)
@@ -41,10 +41,8 @@ istio_version: 1.0.3
 istio_url: "https://github.com/istio/istio/releases/download/{{ istio_version }}/istio-{{ istio_version }}-linux.tar.gz"
 
 # Intel CPU Manager for Kubernetes
-cmk_enabled: true
 cmk_namespace: kube-system
 cmk_use_all_hosts: false # 'true' will deploy CMK on the master nodes too
-cmk_untaint_nodes: [compute01, compute02]
 cmk_shared_num_cores: 1 # 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_git_url: "https://github.com/intel/CPU-Manager-for-Kubernetes.git"
@@ -53,8 +51,6 @@ cmk_dir: "/tmp/cmk"
 registry_local_address: "localhost:5000"
 cmk_pkgs: make,jq
 cmk_untaint_required: true
-#cmk_shared_mode: packed # choose between: packed, spread, default: packed
-#cmk_exclusive_mode: packed # choose between: packed, spread, default: packed
 
 go_version: '1.12.5'
 kubespray_version: 2.14.1