Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODH Release 1.9 for operator v2.1.0 #465

Merged

Conversation

VaishnaviHire
Copy link
Member

@VaishnaviHire VaishnaviHire commented Aug 23, 2023

Release PR for manifests version 1.9

Also Fixes #428

Description

Dev Catalog: quay.io/vhire/opendatahub-operator-catalog:v2.1.0

How Has This Been Tested?

Merge criteria:

  • The commits are squashed in a cohesive manner and have meaningful messages.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

@VaishnaviHire VaishnaviHire requested a review from LaVLaS August 23, 2023 12:52
@openshift-ci openshift-ci bot requested a review from etirelli August 23, 2023 12:52
@VaishnaviHire
Copy link
Member Author

With dev catalog, all pods are deployed successfully except mcad-controller

✗ oc get po -n opendatahub 
NAME                                                              READY   STATUS             RESTARTS      AGE
data-science-pipelines-operator-controller-manager-79f6489kz8f7   1/1     Running            0             12m
etcd-74f9649477-hrt68                                             1/1     Running            0             12m
instascale-instascale-7f4d7f5bf5-kpbnz                            1/1     Running            0             12m
kuberay-operator-6ff867bb84-s7j8x                                 1/1     Running            0             12m
mcad-controller-mcad-77dcb5b9c-8dcf8                              0/1     CrashLoopBackOff   9 (22s ago)   12m
modelmesh-controller-77d95f9ccf-ht6pw                             1/1     Running            0             12m
modelmesh-controller-77d95f9ccf-rm6jf                             1/1     Running            0             12m
modelmesh-controller-77d95f9ccf-sp2tg                             1/1     Running            0             12m
notebook-controller-deployment-599f95d8fd-rbz7b                   1/1     Running            0             12m
odh-dashboard-995f8bc9d-8l57q                                     2/2     Running            0             12m
odh-dashboard-995f8bc9d-lsdhr                                     2/2     Running            0             12m
odh-model-controller-8d7cf5dc9-6jckh                              1/1     Running            0             12m
odh-model-controller-8d7cf5dc9-r972q                              1/1     Running            0             12m
odh-model-controller-8d7cf5dc9-ww4sx                              1/1     Running            0             12m
odh-notebook-controller-manager-75f677c77f-sdpdf                  1/1     Running            0             12m

@VaishnaviHire
Copy link
Member Author

mcad controller fails with following error

I0823 13:36:50.416941       1 reflector.go:255] Listing and watching *v1.Pod from go/pkg/mod/k8s.io/client-go@v0.20.0/tools/cache/reflector.go:167
E0823 13:36:50.418339       1 reflector.go:138] go/pkg/mod/k8s.io/client-go@v0.20.0/tools/cache/reflector.go:167: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:opendatahub:mcad-controller-mcad" cannot list resource "pods" in API group "" at the cluster scope
I0823 13:36:51.346651       1 reflector.go:255] Listing and watching *v1beta1.AppWrapper from go/pkg/mod/k8s.io/client-go@v0.20.0/tools/cache/reflector.go:167
E0823 13:36:51.348861       1 reflector.go:138] go/pkg/mod/k8s.io/client-go@v0.20.0/tools/cache/reflector.go:167: Failed to watch *v1beta1.AppWrapper: failed to list *v1beta1.AppWrapper: appwrappers.mcad.ibm.com is forbidden: User "system:serviceaccount:opendatahub:mcad-controller-mcad" cannot list resource "appwrappers" in API group "mcad.ibm.com" at the cluster scope

Copy link
Member

@zdtsw zdtsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@zdtsw
Copy link
Member

zdtsw commented Aug 23, 2023

did a local build based on "main" branch, as quay.io/wenzhou/opendatahub-operator-catalog:v2.8.23-0
installed it and enabled all components except kserve,
could not see issue of codeflare
Screenshot from 2023-08-23 16-22-21

@zdtsw
Copy link
Member

zdtsw commented Aug 23, 2023

looks fine with use v1.9 as MANIFEST_RELEASE too

@VaishnaviHire
Copy link
Member Author

What is the mcad-controller image being used? Can you add logs. I rebase and still see the error

#465 (comment)

@VaishnaviHire
Copy link
Member Author

Seemed like an outdated cluster role issue, worked fine after clean install

Copy link
Contributor

@LaVLaS LaVLaS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/unhold

@openshift-ci
Copy link

openshift-ci bot commented Aug 23, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: LaVLaS, zdtsw

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit fdf754e into opendatahub-io:main Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent default DSCs for different methods of creation
4 participants