registry

registry

The registry component enables configuration of the registry from which the installation images will be pulled.

Example Usage

cluster:
  registry:
    password: "password"
    url: "https://index.docker.io/v1/"
    username: "username"

Settings

Setting Type Default Description
password String None Password for logging in to the registry
url String https://index.docker.io/v1/ URL for the registry
username String None Username for logging in to the registry