Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

host integration_azure
    Hostname staging-1-onap.francecentral.cloudapp.azure.com
    User cloud
    IdentityFile <YOUR PRIVATE KEY>


Please note that you will reach a shared lab with admin rights...so be careful..


ssh integration_azure 
Last login: Wed Jan 26 22:07:01 2022 from 168.127.185.116
cloud@nfs01-onap-staging-1:~$ kubectl get deployment -n onap

kubectl get deployment -n onap

NAME                               READY   UP-TO-DATE   AVAILABLE   AGE

cds-cds-mockserver                 1/1     1            1           7d17h

onap-aaf-cass                      1/1     1            1           96d

onap-aaf-cm                        1/1     1            1           96d

...

onap-cds-ui                        1/1     1            1           96d

onap-chartmuseum                   1/1     1            1           96d

onap-cli                           1/1     1            1           96d

....

...

Then, configure your web browser to use a SOCKS proxy:

- ip: 127.0.0.1
- port: 8080
- type: SOCKS 5

Pay attention to only set SOCKS proxy configuration and not setting HTTP proxy.
For example, in Firefox, Proxy HTTP/SSL/FTP configuration GUI lines should be left empty.

...