Versions Compared

Key

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

...

Field

Description

Manager URL

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

The value can be retrieved from the Cloud Agent CR (1):

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

Credentials

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

The value can be retrieved from the Cloud Agent CR (1):

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

(1) Run the commands from CLI of a server that supports kubectl command and is connected to the K8s environment.
Replace the <CR name> and <CR namespace> placeholders before running the command.

...