7e36af6c37
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
10 lines
410 B
YAML
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.
|