Versions Compared

Key

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

...

1. Open Cloudaware Github repo with Kubernetes files. Clone the repo to your Github using the following command:

Code Block
git clone https://github.com/cloudaware/breeze-tools.git

2. Log in to Cloudaware account. Select Admin under your username in the upper right corner.

...

5. Untar the Breeze installer and copy the extracted files (./breeze-agent folder) into kubernetes/daemonset folder of the cloned repo:

Code Block
cd breeze-tools/kubernetes/daemonset && tar xvzfxzvf <DOWNLOADS_PATH>/breeze-agent.example.version.0.x86_64.linux.tgz

WHERE

...

breeze-agent.example.version.0.x86_64 should be replaced by the name of the dowloaded installer file.

Code Block
docker build -t ca-breeze-ds .

...