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

chore(docs): update install instructions #178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pboyd
Copy link

@pboyd pboyd commented Jan 8, 2025

Description

  • Fix serverless operator install instructions
  • Bump versions for authorino, servicemeshoperator, opendatahub-operator

How Has This Been Tested?

Ran through instructions.

Merge criteria:

  • The commits and have meaningful messages; the author will squash them after approval or will ask to merge with squash.
  • 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

@rareddy
Copy link
Contributor

rareddy commented Jan 9, 2025

@pboyd congrats on your first PR for the project.

The changes look good to me. If you want to finalize them after the ODH operator's new version with DEFAULT-CERT fix, we can merge this.

@pboyd pboyd force-pushed the install-doc-updates branch 2 times, most recently from 1b7c95f to cd17641 Compare January 9, 2025 20:46
@pboyd
Copy link
Author

pboyd commented Jan 9, 2025

I pushed an update to switch back to the "Technical Preview" version of Authorino (which, as @dhirajsb found out, works fine on OpenShift 4.16).

There is still an outstanding issue in the install docs with ODH 2.22.0, which can be avoided with @Al-Pragliola's workaround. I didn't include that in the docs as I hope it will be resolved soon.

@pboyd pboyd marked this pull request as ready for review January 9, 2025 20:53
docs/install.md Outdated
@@ -464,24 +469,24 @@ oc patch odhdashboardconfig.opendatahub.io odh-dashboard-config -n opendatahub -
Model Registry uses service mesh and opens a Gateway for external clients to reach. Execute following to find the URL where Model Registry is available.

```
URL=`echo "https://$(oc get routes -n istio-system -l app.kubernetes.io/name=modelregistry-public -o json | jq '.items[].status.ingress[].host | select(contains("-rest"))')" | tr -d '"'`
echo "https://$(oc get routes -n istio-system -l app.kubernetes.io/name=modelregistry-public -o json | jq '.items[].status.ingress[].host | select(contains("-rest"))')" | tr -d '"'
Copy link
Contributor

Choose a reason for hiding this comment

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

don't we need the URL variable in line 480?

Copy link
Author

Choose a reason for hiding this comment

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

I overlooked that. It's back to how it was originally, thanks for the catch.

- Fix serverless operator install instructions
- Bump versions for authorino, servicemeshoperator, opendatahub-operator
@pboyd pboyd force-pushed the install-doc-updates branch from cd17641 to 5d515b8 Compare January 10, 2025 11:49
Copy link
Contributor

@dhirajsb dhirajsb left a comment

Choose a reason for hiding this comment

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

/lgtm

@dhirajsb
Copy link
Contributor

Hold off on merging this as @rareddy has advised to rollback to Authorino v1beta2 as there are customer issues in updating to stable channel. I'm creating a PR to do the rollback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants