Add cmk addon helm chart 39/120039/2
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 23 Feb 2021 17:28:48 +0000 (09:28 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Thu, 29 Apr 2021 15:45:07 +0000 (08:45 -0700)
commit7d5f991538b2cf784645e7f1de71ff72800f8160
tree4c72762d46d4f4a54a871db2577462206ec462e1
parenta53172e77dc15728a11d888dc2be718b25529fc0
Add cmk addon helm chart

The chart follows the instructions laid out in the CMK operator
manual, with the following notes:
- The nodes are prepared by running each CMK subcommand as a Pod
  instead of running cmk cluster-init.  The first reason for this is
  that the existing addon only deploys CMK to the worker nodes in the
  cluster.  This is not possible using cluster-init without explicitly
  providing the list of worker nodes to cluster-init, and this list is
  unknown by helm.  Instead it is sufficient to rely on the
  node-role.kubernetes.io/master:NoSchedule taint.  The second reason
  is that cluster-init creates resources which are unknown to helm,
  thus uninstall does not behave as expected.
- The v1.4.1 version of CMK is chosen.  In v1.5.2, the description key
  of the cmk-nodereport resource is not correct.
- All values listed as possibly requiring modification are exposed in
  values.yaml

Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ibc75462de3729cd88edeb4b15602d57fe12791ca
kud/deployment_infra/helm/cpu-manager/.helmignore [new file with mode: 0644]
kud/deployment_infra/helm/cpu-manager/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cpu-manager/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/cpu-manager/templates/clusterrole.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cpu-manager/templates/clusterrolebinding.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cpu-manager/templates/daemonset.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cpu-manager/templates/serviceaccount.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cpu-manager/values.yaml [new file with mode: 0644]