-
Notifications
You must be signed in to change notification settings - Fork 43
Updated Quay Operator deployment per PROJQUAY-334 #56
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
Conversation
|
In line 764 of proc_deploy-quay-openshift-operator.adoc, |
|
|
||
| . Document all configuration related to your current deployment. | ||
| . Copy your CR and modify any configuration values as needed. | ||
| . Remove your current deployment using `oc delete -f deployment.yaml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does deployment.yaml contain? @kurtismullins could you help clarify, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. I don't know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that's the deployment.yaml file generated during the backup, now it was used to remove the deployment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, so this assumes that you created a "deployment.yaml" at some point, but this procedure does not show that file being created. Kurtis is on vacation at the moment. I'll have to check with him to find out what he meant. I'll leave this open for the moment.
* Updated Quay Operator deployment per PROJQUAY-113 * Included more QE comments per PR #56, PROJQUAY-334 * Editing pass for typos
* Updated Quay Operator deployment per PROJQUAY-113 * Included more QE comments per PR #56, PROJQUAY-334
* Updated Quay Operator deployment per PROJQUAY-113 * Included more QE comments per PR #56, PROJQUAY-334 * Editing pass for typos
Updated the guide for deploying Red Hat Quay on OpenShift using the "Quay Operator" (formerly the Quay Setup Operator). This update included the addition of descriptions for doing post-deployment Quay updates using either the Quay Config Tool or the Quay Operator itself. This update also includes an extensive upgrade description.