...
1. Download the Breeze agent. Log in to Cloudaware account → Admin → Breeze → 1 Configured → Linux* Agent version.
...
*This integration is for Linux only.
...
Code Block |
---|
# docker tag breeze-agent-init:latest CONTAINER_REGISTRY_HOSTNAMEURI/breeze-agent-init:latest |
Code Block |
---|
# docker push breeze-agent-init:latest CONTAINER_REGISTRY_HOSTNAMEURI/breeze-agent-init:latest |
Code Block |
---|
# docker tag breeze-agent:latest CONTAINER_REGISTRY_HOSTNAMEURL/breeze-agent:latest |
Code Block |
---|
# docker push breeze-agent:latest CONTAINER_REGISTRY_HOSTNAMEURI/breeze-agent:latest |
- where CONTAINER_REGISTRY_HOSTNAMEURI
- the fully qualified path to the private registry with the repositories
...
7. Open file breeze-agent-deployment.yaml in the text editor and replace the following placeholders with proper values:
CONTAINER_REGISTRY_HOSTNAMEURI
- same as in the previous stepIMAGE_PULL_SECRETSSECRET_NAME
- name of the Kubernetes secret containing auth data of the private registry
...