I understand that the metrics-deployer component has become deprecated. However, with the latest v3.6.0-alpha.1 release of OSO, the deployer image has become unavailable, which breaks the oc cluster up --metrics feature with this release.
Version
oc v3.6.0-alpha.1+46942ad
kubernetes v1.5.2+43a9be4
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://127.0.0.1:8443
openshift v3.6.0-alpha.1+46942ad
kubernetes v1.5.2+43a9be4
Steps To Reproduce
Current Result
$ oc get pods
NAME READY STATUS RESTARTS AGE
metrics-deployer-pod-3fpvm 0/1 ImagePullBackOff 0 29s
$ oc logs -f metrics-deployer-pod-3fpvm
Error from server (BadRequest): container "deployer" in pod "metrics-deployer-pod-3fpvm" is waiting to start: trying and failing to pull image
A look at https://hub.docker.com/r/openshift/origin-metrics-deployer/tags/ reveals that openshift/origin-metrics-deployer:v3.6.0-alpha.1 is unavailable.
I understand that the
metrics-deployercomponent has become deprecated. However, with the latestv3.6.0-alpha.1release of OSO, the deployer image has become unavailable, which breaks theoc cluster up --metricsfeature with this release.Version
Steps To Reproduce
Current Result
A look at https://hub.docker.com/r/openshift/origin-metrics-deployer/tags/ reveals that
openshift/origin-metrics-deployer:v3.6.0-alpha.1is unavailable.