tacker/releasenotes/notes/support-helmchart-scale-with-helmcli-4595b262801b24a7.yaml
Ayumu Ueha 7e36af6c37 Change to use Helm cli during scale with helm
Change scale operation of CNF that is instantiated with Helm chart to
perform using Helm cli by specifying replica count parameters for each
aspect_id at instantiation in advance.

And this patch includes some refactoring of helm_client.

Implements: blueprint helmchart-k8s-vim

Change-Id: I12ca7966d61f4894f50d3e1fc46bc89d69af832d
2022-03-01 00:09:11 +00:00

10 lines
410 B
YAML

---
upgrade:
- |
Change scale operation of CNF that is instantiated with Helm chart to
perform using Helm cli by specifying replica count parameters for each
aspect_id at instantiation in advance.
This change makes that upgrading the Helm values (e.g. nodeSelector or
tolerations) directly in Kubernetes VIM after a scale operation from Tacker
does not change the number of replicas.