Versions Compared

Key

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

...

Enter the following information:

...

Field

...

Description

...

Manager URL

...

*Run the below commands from CLI of a server that supports '

...

kubectl' command and is connected to the K8s environment.
Replace the <CR name> and <CR namespace> before running the command.

Field

Description

Command Example*

Manager URL

The URL used by DPOD to interact with the Cloud Agent.

Code Block
languagebash
ockubectl 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.
Run it from CLI of a server that supports ‘oc’ command and is connected to the K8s environment.
Replace the <CR name> and <CR namespace> before running the command.

Base64 encoded authentication string generated by the Cloud Agent’s Operator.

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

...