WIP: OCPBUGS-64574: FOR TESTING ONLY#1136
Conversation
Signed-off-by: Todd Short <todd.short@me.com>
|
@tmshort: This pull request references Jira Issue OCPBUGS-64574, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@tmshort: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
It does not work 1, build payload
build openshift/operator-framework-olm#1136,4.21
https://prow.ci.openshift.org/view/gs/test-platform-results/logs/release-openshift-origin-installer-launch-aws-modern/1985859257991434240
2, build cluster with payload
https://jenkins-csb-openshift-qe-mastern.dno.corp.redhat.com/job/ocp-common/job/Flexy-install/361027/artifact/workdir/install-dir/hypershift_361027/
3, create custom catalogsource on hosted cluster
kuiwang@kuiwang-mac openshift-tests-private % oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.21.0-0-2025-11-05-002712-test-ci-ln-w52sd8k-latest True False 162m Cluster version is 4.21.0-0-2025-11-05-002712-test-ci-ln-w52sd8k-latest
kuiwang@kuiwang-mac openshift-tests-private % oc get node
NAME STATUS ROLES AGE VERSION
ip-10-0-131-209.us-east-2.compute.internal Ready worker 166m v1.34.1
ip-10-0-158-43.us-east-2.compute.internal Ready worker 167m v1.34.1
ip-10-0-169-12.us-east-2.compute.internal Ready worker 167m v1.34.1
kuiwang@kuiwang-mac openshift-tests-private % cat hypershift-cata.json
{
"kind": "List",
"apiVersion": "v1",
"metadata": {},
"items": [
{
"apiVersion": "operators.coreos.com/v1alpha1",
"kind": "CatalogSource",
"metadata": {
"name": "olm-catalog",
"namespace": "test-hcp-catalog"
},
"spec": {
"displayName": "\"OLM 1933 v8 Operator Catalog\"",
"grpcPodConfig": {
"extractContent": {
"cacheDir": "/tmp/cache",
"catalogDir": "/configs"
}
},
"icon": {
"base64data": "",
"mediatype": ""
},
"image": "quay.io/olmqe/olm-dep:v12",
"publisher": "\"QE\"",
"secrets": [
""
],
"sourceType": "grpc",
"updateStrategy": {
"registryPoll": {
"interval": "10m0s"
}
}
}
}
]
}
kuiwang@kuiwang-mac openshift-tests-private % oc create ns test-hcp-catalog
namespace/test-hcp-catalog created
kuiwang@kuiwang-mac openshift-tests-private % oc apply -f hypershift-cata.json
catalogsource.operators.coreos.com/olm-catalog created
kuiwang@kuiwang-mac openshift-tests-private % oc -n test-hcp-catalog get catsrc olm-catalog -o yaml
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"operators.coreos.com/v1alpha1","kind":"CatalogSource","metadata":{"annotations":{},"name":"olm-catalog","namespace":"test-hcp-catalog"},"spec":{"displayName":"\"OLM 1933 v8 Operator Catalog\"","grpcPodConfig":{"extractContent":{"cacheDir":"/tmp/cache","catalogDir":"/configs"}},"icon":{"base64data":"","mediatype":""},"image":"quay.io/olmqe/olm-dep:v12","publisher":"\"QE\"","secrets":[""],"sourceType":"grpc","updateStrategy":{"registryPoll":{"interval":"10m0s"}}}}
creationTimestamp: "2025-11-05T04:49:31Z"
generation: 1
name: olm-catalog
namespace: test-hcp-catalog
resourceVersion: "56173"
uid: d744115a-71d7-4993-ab68-d956c3a7db89
spec:
displayName: '"OLM 1933 v8 Operator Catalog"'
grpcPodConfig:
extractContent:
cacheDir: /tmp/cache
catalogDir: /configs
icon:
base64data: ""
mediatype: ""
image: quay.io/olmqe/olm-dep:v12
publisher: '"QE"'
secrets:
- ""
sourceType: grpc
updateStrategy:
registryPoll:
interval: 10m0s
status:
connectionState:
address: olm-catalog.test-hcp-catalog.svc:50051
lastConnect: "2025-11-05T04:49:34Z"
lastObservedState: TRANSIENT_FAILURE
registryService:
createdAt: "2025-11-05T04:49:32Z"
port: "50051"
protocol: grpc
serviceName: olm-catalog
serviceNamespace: test-hcp-catalog
kuiwang@kuiwang-mac openshift-tests-private % oc -n test-hcp-catalog get pod
NAME READY STATUS RESTARTS AGE
olm-catalog-nzwf9 1/1 Running 0 92s
|
|
@tmshort: This pull request references Jira Issue OCPBUGS-64574. The bug has been updated to no longer refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Checks if reverting back to the original (now deprecated) mechanism works.