Matt Palmer
11/17/2022, 1:31 PMDusty Shapiro
11/17/2022, 7:04 PMwhile true; do sleep 30; done;
2. Set an environment variable for your AIRBYTE_URL
to be pointed at your web svc. In my case, it’s http://airbyte-airbyte-webapp-svc:80.
3. Exec into the container to run your octavia cli commands against your deployed Airbyte service.
4. Because of my limitations, all files that I either apply, or retrieve, have to be done using the container as a conduit, so I have kubectl commands to copy files from local to container and vice versa.
Hopefully that helps.lucien
11/18/2022, 8:35 AMMatt Palmer
11/18/2022, 2:00 PMDusty Shapiro
11/18/2022, 2:01 PMMatt Palmer
11/18/2022, 2:04 PMVincent Koc
11/23/2022, 9:22 PMVincent Koc
11/23/2022, 9:22 PMMatt Palmer
11/28/2022, 1:17 PMVincent Koc
11/28/2022, 8:06 PM