Attention

You are viewing an older version of the documentation. The latest version is v3.3.

Hardware and Software Requirements for Edge Conductor

Edge Conductor - Hardware Requirements

The host should meet the following minimal hardware requirements:

  • CPU: Two or more cores

  • Memory: 2 gigabytes (GB) or greater

  • Storage: 10 GB or greater available storage is required to build and run the Day-0 environment

  • Internet connection: Internet connectivity is necessary to download and use some features

Note: For each KIND node, you need to add two CPU cores and 2 gigabytes (GB) memory.

Edge Conductor - OS and System Requirements

  • Ubuntu 18.04+

  • make 4.1+

  • DockerCE

    • 18.09.11+ (for DockerCE v18)

    • 19.03.13+ (for DockerCE v19)

  • git 2.33.0+

Note: After you install DockerCE, configure a user group so that you can use Docker without the sudo command. For details, follow the Docker steps: Post-installation steps for Linux.

Edge Conductor - Additional Software

Install kubectl (v1.20.0) to interact with the clusters created with Edge Conductor. For details, follow the Kubernetes steps: Install and Set Up kubectl on Linux.

Edge Conductor - Proxy Setup

  • Set your proxies correctly. Some environments require network proxies for Docker operations (for example, docker pull, docker push, docker run, and so on).

  • For http_proxy/HTTP_PROXY and https_proxy/HTTPS_PROXY, test whether proxies are actually working. Also, note that the no_proxy/NO_PROXY list MUST NOT contain spaces between the addresses.