...
Code Block | ||
---|---|---|
| ||
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
...