• #12
    Open

    Deployment in Proxied Environment

    Jul 04, 2023

    How to deploy the Appliance in a proxied environment?
    The deployment fails because the setup script is trying to download components from docker.io.

    Can i provide a proxy? Or can i use already existing components inside the ova?

    Output is like:

    Creating cluster "kind" ...
    ✗ Ensuring node image (kindest/node:v1.25.3) 🖼
    ERROR: failed to create cluster: failed to pull image "kindest/node:v1.25.3@sha256:xxxx": command "docker pull kindest/node:v1.25.3@sha256:xxxx" failed with error: exit status 1
    Command Output: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host

  • Jul 11, 2023

    The appliance should not require any downloading. Let us take a look at this.

  • Aug 28, 2023

    With version 1.0.2 this problem has been fixed.