Diego Rodrigues Ferreira
10/21/2024, 7:26 PMkind load
command fails with
$> kind load docker-image airbyte/source-salesforce:dev -n airbyte-abctl
Image: "airbyte/source-salesforce:dev" with ID "sha256:965d70f21801cfd744a35c8c73257c2b1f5bd7e6ae3446a6cc8b19d831296904" not yet present on node "airbyte-abctl-control-plane", loading...
ERROR: command "docker save -o /tmp/images-tar1683286048/images.tar airbyte/source-salesforce:dev" failed with error: exit status 1
Command Output: failed to save image: invalid output path: directory "/tmp/images-tar1683286048" does not exist
What am I missing?user
10/21/2024, 7:26 PMDiego Rodrigues Ferreira
10/21/2024, 7:32 PMuser
10/21/2024, 7:32 PMuser
10/21/2024, 7:33 PMkind
could indeed be a factor. However, the knowledge sources provided do not specify a particular version of kind
to use with Airbyte. You can check your kind
version with the following command: bash kind version
If you suspect that the version might be the issue, you could try updating kind
to the latest version. Here is the command to update `kind`: bash GO111MODULE="on" go get <http://sigs.k8s.io/kind@v0.11.1|sigs.k8s.io/kind@v0.11.1>
Please replace v0.11.1
with the latest version available at the time. If the issue persists, it would be best to raise this issue in the [Airbyte Github repository](https://github.com/airbytehq/airbyte/issues) for further assistance.