<@U04SE163WC8> After building the docker image for...
# ask-ai
d
@kapa.ai After building the docker image for the soruce-salesforce connector, while trying to load it into abctl, the
kind load
command fails with
Copy code
$>  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?
u
New message text here
d
@kapa.ai This folder should be created by kind, but it is not - perhaps I need a specific version of kind?
u
A message from kapa.ai
u
The version of
kind
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:
Copy code
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`:
Copy code
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.