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

Document helm rollbacks #181

Merged
merged 1 commit into from Mar 27, 2023
Merged

Document helm rollbacks #181

merged 1 commit into from Mar 27, 2023

Conversation

michaeljguarino
Copy link
Member

Summary

We should automate this in the cli, but for now this is a decent band-aid

Test Plan

n/a

Checklist

  • If required, I have updated the Plural documentation accordingly.
  • I have added tests to cover my changes.
  • I have added a meaningful title and summary to convey the impact of this PR to a user.
  • I have added relevant labels to this PR to help with categorization for release notes.

We should automate this in the cli, but for now this is a decent band-aid
@michaeljguarino michaeljguarino added the new-content For new docs content. label Mar 25, 2023
@michaeljguarino michaeljguarino requested a review from a team as a code owner March 25, 2023 15:32
@netlify
Copy link

netlify bot commented Mar 25, 2023

Deploy Preview for pluraldocs ready!

Name Link
🔨 Latest commit 91e09db
🔍 Latest deploy log https://app.netlify.com/sites/pluraldocs/deploys/641f1400a77b000008ea6372
😎 Deploy Preview https://deploy-preview-181--pluraldocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@@ -6,6 +6,20 @@ description: >-
general, just hop into our Discord for help.
---

## Helm Errors

Helm can be tempermental at times, here are some errors that will ocassionally pop up
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Helm can be tempermental at times, here are some errors that will ocassionally pop up
Helm can be temperamental at times, so here are some errors that may pop up during your deployments:


Helm can be tempermental at times, here are some errors that will ocassionally pop up

### another operation (install/upgrade/rollback) is in progress
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
### another operation (install/upgrade/rollback) is in progress
### Another operation (install/upgrade/rollback) is in progress

### another operation (install/upgrade/rollback) is in progress
`helm upgrade --install --skip-crds --namespace APP APP /path/to/chart 2023/03/23 02:02:15 another operation (install/upgrade/rollback) is in progress`

In this case you need to roll back your helm release to the last successful version. You can do this by running:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
In this case you need to roll back your helm release to the last successful version. You can do this by running:
In this case you need to roll back your Helm release to the last successful version. You can do this by running these two commands:

@michaeljguarino michaeljguarino merged commit d1357de into main Mar 27, 2023
10 checks passed
@michaeljguarino michaeljguarino deleted the helm-rollback branch March 27, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-content For new docs content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants