-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
Hypershift Sprint 257, Hypershift Sprint 258, Hypershift Sprint 259, Hypershift Sprint 260, Hypershift Sprint 261, Hypershift Sprint 262
-
0
-
0
-
0
User Story:
As a user of HyperShift, I want to be able to:
- to pull the api server network proxy image from the release image
so that I can achieve
- the HCCO will be using the image from the release image the HC is using.
Acceptance Criteria:
Description of criteria:
- The api server network proxy image is no longer hardcoded.
- All required tests are passing on the PR.
Out of Scope:
N/A
Engineering Details:
- This is hard coded herehttps://github.com/openshift/hypershift/blob/e0efbbc4889fe6e62f7c2ebd91c8933f927418fd/control-plane-operator/hostedclusterconfigoperator/cmd.go#L54.
- It's then consumed here.]
- I believe this is the image we want to pull from the release image:
% oc adm release info quay.io/openshift-release-dev/ocp-release:4.14.33-multi -a ~/all-the-pull-secrets.json --pullspecs | grep apiserver apiserver-network-proxy
This does not require a design proposal.
This does not require a feature gate.