Versions Compared

Key

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

...

Field

Description

Manager URL

Run the following command from CLI to get the Manager URL.
Replace the <CR name> and <CR namespace> before running the command.

Code Block
languagebash
oc get DpodCloudAgent <CR name> -n <CR namespace> -o jsonpath='{.status.endpoints[?(@.name=="managerApi")].url}'

Credentials

Run the following command from CLI to get the credentials.
Replace the <CR name> and <CR namespace> before running the command.

Code Block
languagebash
oc get secret <CR name>-com-enc -n <CR namespace> -o=jsonpath='{.data.encryption\.key}'

...