Versions Compared

Key

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

...

Code Block
languagebash
kubectl get dpodcloudagent <CR Name> -n <CR Namespace> -o yaml --style="double" | yq w - "metadata.annotations.\"integration.ibm.com/pause\"" "true" --style="double" | kubectl replace -f -

As long as this annotation is set in DpodCloudAgent CR, Cloud Agent Operator will not perform any action on Cloud Agent components. It is

...