diff options
Diffstat (limited to 'docs/sections/services/tcagen2-docker')
-rw-r--r-- | docs/sections/services/tcagen2-docker/installation.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/sections/services/tcagen2-docker/installation.rst b/docs/sections/services/tcagen2-docker/installation.rst index 77b6554a..450c7037 100644 --- a/docs/sections/services/tcagen2-docker/installation.rst +++ b/docs/sections/services/tcagen2-docker/installation.rst @@ -23,6 +23,12 @@ Following are steps if manual deployment/undeployment is required. Steps to dep Enter the Cloudify Manager kuberenetes pod + .. note:: + For doing this, follow the below steps + + * First get the bootstrap pod name by running run this: kubectl get pods -n onap | grep bootstrap + * Then login to bootstrap pod by running this: kubectl exec -it <bootstrap pod> bash -n onap + - Tca-gen2 blueprint directory (/blueprints/k8s-tcagen2.yaml). The blueprint is also maintained in gerrit and can be downloaded from https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-tcagen2.yaml - Create input file required for deployment @@ -70,4 +76,4 @@ To undeploy TCA-gen2, steps are shown below .. code-block:: bash cfy blueprints delete tcagen2 -
\ No newline at end of file + |