-
Notifications
You must be signed in to change notification settings - Fork 15
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
Install and upgrade csi-powemax with reverse proxy secret #1423
Install and upgrade csi-powemax with reverse proxy secret #1423
Conversation
- csireverseproxy.secretName is changed in favor of csireverseproxy.useSecret and global.defaultCredentialsSecret to match operator install implementation. - default value for global.defaultCredentialsSecret changed to "powermax-config" to match operator implementation
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.
I have reviewed this. No edits are needed.
- Changing wording in upgrade instructions. - Rearranging examples and details for the secret creation. - Fixed installation step numbering.
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.
I have reviewed this. No edits required.
```bash | ||
cd ../dell-csi-helm-installer && ./csi-install.sh --namespace powermax --values ./my-powermax-settings.yaml --upgrade --helm-charts-version <version> | ||
kubectl create secret generic powermax-config --namespace powermax --from-file=config=samples/secret/secret.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.
I would think the user knows that the directory to be in is the csi-powermax directory but in other places we indicate to work in the repo directory.
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.
The reason I added it is because we offer the 'copy' option for these bash examples. I'm of the opinion, as the user follows along, they should be able to copy and paste the commands into their terminal and it should work, nearly all the time, with as little editing as possible.
I agree, most users will know where they are in the directory tree, so it is a bit redundant, but this removes any ambiguity and simplifies the install process.
But thanks for mentioning this. I was able to improve the flow of the upgrade instructions with this feedback!
- add a few bash examples to allow easier copy-pasting of commands during upgrade
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.
I have reviewed this. No grammatical edits are needed.
Description
Updating install and upgrade documentation to guide users through the process of installing and upgrading csi-powermax using the reverse proxy secret.
GitHub Issues
Checklist:
Have you added high-resolution images?Not applicable