The registry component enables configuration of the registry from which the
installation images will be pulled.
cluster:
  registry:
    password: "password"
    url: "https://index.docker.io/v1/"
    username: "username"
| 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 |