From a53172e77dc15728a11d888dc2be718b25529fc0 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Mon, 22 Feb 2021 13:19:41 -0800 Subject: Remove unused cmk kud vars Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary Change-Id: I0c1d43de8506233eb62bde52641bb7fc95b422fc --- kud/deployment_infra/playbooks/kud-vars.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kud/deployment_infra/playbooks/kud-vars.yml') diff --git a/kud/deployment_infra/playbooks/kud-vars.yml b/kud/deployment_infra/playbooks/kud-vars.yml index 51607020..c430b46f 100644 --- a/kud/deployment_infra/playbooks/kud-vars.yml +++ b/kud/deployment_infra/playbooks/kud-vars.yml @@ -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 -- cgit 1.2.3-korg