69bb03fcbe
Add a label to prefix all container image use by magnum: * kubernetes components * coredns * node-exporter * kubernetes-dashboard Using this label all containers will be pulled from the specified registry and group in the registry. TODO: * grafana * prometheus Closes-Bug: #1712810 Change-Id: Iefe02f5ebc97787ee80431e0f16f73ae8444bdc0
12 lines
539 B
YAML
12 lines
539 B
YAML
---
|
|
features:
|
|
- |
|
|
Prefix of all container images used in the cluster (kubernetes components,
|
|
coredns, kubernetes-dashboard, node-exporter). For example,
|
|
kubernetes-apiserver is pulled from
|
|
docker.io/openstackmagnum/kubernetes-apiserver, with this label it can be
|
|
changed to myregistry.example.com/mycloud/kubernetes-apiserver. Similarly,
|
|
all other components used in the cluster will be prefixed with this label,
|
|
which assumes an operator has cloned all expected images in
|
|
myregistry.example.com/mycloud.
|