Skip to content

oc cluster up --metrics fails to deploy hawkular-metrics with v3.6.0-alpha.1  #13777

@metmajer

Description

@metmajer

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
oc cluster up --metrics
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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions