Kdu documentation for helm v3
All threads resolved!
All threads resolved!
Compare changes
Files
2- Sebastian Rojas authored
Signed-off-by:
Sebastian-RG <srojas@whitestack.com>
+ 5
− 2
@@ -620,11 +620,11 @@ git clone --recursive https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages
First, explore the folder `openldap_knf`, in particular, the file `openldap_vnfd.yaml`. This is the CNF descriptor, which models a single KDU (Kubernetes Deployment Unit) with the specified helm chart (`stable/openldap` here), a single connection point (`mgmt-ext`) where all Kubernetes services of this helm-chart will be exposed, and certain k8s-cluster requirements (in this case, it must have at least one network to expose services).
By default, it is assumed that the helm version for the helm charts is `v3`. If the helm chart is based on `v2`, the descriptor should add the line `helm-version: v2` in the kdu section. This setting also sets the name for the folder where the helm charts are expected to be if you are using a local helm chart instead of a repo. For `v2`, `helm-charts` is expected. For `v3`, `helm-chart-v3s` is expected.
@@ -766,6 +766,9 @@ helm fetch stable/openldap