-
Notifications
You must be signed in to change notification settings - Fork 7
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
[KRV-2878][KRV-2833]Update readme with install/uninstall operator without OLM steps #32
Conversation
README.md
Outdated
#### Generate operator.yaml manifest required for Operator installation | ||
|
||
The installation of Operator without OLM uses an operator.yaml manifest that creates the objects for the Operator. To generate the operator.yaml manifest use the following make recipe: | ||
1. Copy the CRDs to deploy folder by running the command `make static-crd` |
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.
make cmds should be internal or developer use only
customer should run kubectl create -f xxx to install operator , typicall one file that creates everything needed
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.
Make recipe related documentation were made in README to address your review comment in #19. Agree that this is not of use to the customer and they should be using only the install script to install the operator
README.md
Outdated
@@ -131,6 +133,13 @@ Run the command `make docker-build BUNDLE_IMG=<local/private/public docker regis | |||
|
|||
The above command will also push the images to the specified registry. | |||
|
|||
#### Generate operator.yaml manifest required for Operator installation |
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.
this topic on generate Operatoy.yaml is internal / developer only
please remove .
customer runs kubectl create -f on one or two readymade yamls --this is the only thing we document , mandatory
we also provide shell scritpts -this is a bonus / optional
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.
Done, removed the steps to generate operator.yaml.
d8d6f22
b31a6fe
to
d8d6f22
Compare
d8d6f22
to
d8a08f9
Compare
This will go in csm-docs repo. Hence closing the PR |
Description
This PR updates the steps to install/uninstall operator and also steps to create operator.yaml manifest in Readme.
Checklist: