Commit 7837ef27 authored by pedrocjdpereira's avatar pedrocjdpereira
Browse files

Feature 10991 documentation

parent c2a0511a
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1753,6 +1753,18 @@ Check in the cluster that pods are properly created:
- The pods associated to ldap should be using version `openldap:1.2.1` and have 1 replica
- The pods associated to ldap2 should be using version `openldap:1.2.1` and have 2 replicas

Check that the pods have the correct labels. Each deployed pod should have the following labels:

```bash
managed-by=osm.etsi.org
osm.etsi.org/kdu-id=<kdu-id>
osm.etsi.org/kdu-name=<kdu-name>
osm.etsi.org/ns-id=<ns-id>
osm.etsi.org/nsd-id=<nsd-id>
osm.etsi.org/vnf-id=<vnf-id>
osm.etsi.org/vnfd-id=<vnfd-id>
```

Now you can upgrade both NS instances:

```bash