Bug 1929345
| Summary: | subctl join --image-override submariner-operator : All pods failed, except operator pod | ||
|---|---|---|---|
| Product: | Red Hat Advanced Cluster Management for Kubernetes | Reporter: | Noam Manos <nmanos> |
| Component: | Submariner | Assignee: | Steve Mattar <smattar> |
| Status: | CLOSED ERRATA | QA Contact: | Noam Manos <nmanos> |
| Severity: | high | Docs Contact: | Christopher Dawson <cdawson> |
| Priority: | unspecified | ||
| Version: | rhacm-2.2 | CC: | smattar, tfreger |
| Target Milestone: | --- | Flags: | smattar:
rhacm-2.2.z+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-04 19:31:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Noam Manos
2021-02-16 17:28:22 UTC
Comparing the images pull process, for example between the operator image, and the globalnet image.
### Operator image succeeded:
$ oc import-image -n submariner-operator submariner-rhel8-operator:v0.8.1 --from=brew.registry.redhat.io/rh-osbs/rhacm2-tech-preview-submariner-rhel8-operator:v0.8.1 --confirm
imagestream.image.openshift.io/submariner-rhel8-operator imported
Name: submariner-rhel8-operator
Namespace: submariner-operator
Created: Less than a second ago
Labels: <none>
Image Repository: image-registry.openshift-image-registry.svc:5000/submariner-operator/submariner-rhel8-operator
v0.8.1
tagged from brew.registry.redhat.io/rh-osbs/rhacm2-tech-preview-submariner-rhel8-operator:v0.8.1
Image Name: submariner-rhel8-operator:v0.8.1
Docker Image: brew.registry.redhat.io/rh-osbs/rhacm2-tech-preview-submariner-rhel8-operator@sha256:614a364389e70e1bd0122b7355d2ee04bad3f1ca17c7fef9f6b23d34f99a9ac9
Created: Less than a second ago
Image Size: 53.81MB in 3 layers
Image Created: 3 days ago
Entrypoint: /usr/local/bin/submariner-operator
Working Dir: <none>
User: 1001010000
### Pod submariner-operator-647c7495fc-8h7wp in Namespace submariner-operator ###
Name: submariner-operator-647c7495fc-8h7wp
Namespace: submariner-operator
Status: Running
IP: 10.253.2.12
Controlled By: ReplicaSet/submariner-operator-647c7495fc
Containers:
submariner-operator:
Container ID: cri-o://1f38a2f3872f614388f7ff209324bab07db4138d90b7b93908d786f8b63d3147
Image: registry.redhat.io/rhacm2-tech-preview/submariner-rhel8-operator:v0.8.1
Image ID: registry.redhat.io/rhacm2-tech-preview/submariner-rhel8-operator@sha256:614a364389e70e1bd0122b7355d2ee04bad3f1ca17c7fef9f6b23d34f99a9ac9
### But Globalnet image failed:
# Note the difference in "Entrypoint" script, and in the Pod container "Image", and empty "Image ID":
oc import-image -n submariner-operator submariner-gateway-rhel8:v0.8.1 --from=brew.registry.redhat.io/rh-osbs/rhacm2-tech-preview-submariner-gateway-rhel8:v0.8.1 --confirm
imagestream.image.openshift.io/submariner-gateway-rhel8 imported
Name: submariner-gateway-rhel8
Namespace: submariner-operator
Created: Less than a second ago
Labels: <none>
Image Repository: image-registry.openshift-image-registry.svc:5000/submariner-operator/submariner-gateway-rhel8
v0.8.1
tagged from brew.registry.redhat.io/rh-osbs/rhacm2-tech-preview-submariner-gateway-rhel8:v0.8.1
Image Name: submariner-gateway-rhel8:v0.8.1
Docker Image: brew.registry.redhat.io/rh-osbs/rhacm2-tech-preview-submariner-gateway-rhel8@sha256:c8dc48bf44179e4ded7c50188926c349b2e302f5290f038aca959129c1fe834e
Created: Less than a second ago
Image Size: 105MB in 3 layers
Image Created: 5 days ago
Entrypoint: /usr/local/bin/submariner.sh
Working Dir: <none>
User: <none>
### Pod submariner-gateway-sw542 in Namespace submariner-operator ###
Name: submariner-gateway-sw542
Namespace: submariner-operator
Status: Pending
IP: 10.166.103.128
Controlled By: DaemonSet/submariner-gateway
Containers:
submariner:
Container ID:
Image: registry.redhat.io/rhacm2-tech-preview/submariner-rhel8-operator/submariner-gateway-rhel8:v0.8.1
Image ID:
^ Comparing operator image pull and GATEWAY image pull (not Globalnet) The problem was related to the operator image url parsing during the join command This issue happens only when working with subctl fixed on the u/s https://github.com/submariner-io/submariner-operator/pull/1094 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (RHEA: Submariner 0.8 - bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2021:1500 |