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

[self-hosted] Prepare release of 0.7.0 #3099

Merged
merged 6 commits into from
Feb 4, 2021
Merged

[self-hosted] Prepare release of 0.7.0 #3099

merged 6 commits into from
Feb 4, 2021

Conversation

geropl
Copy link
Member

@geropl geropl commented Feb 4, 2021

  • test deployment of 0.7.0
  • test upgrade 0.6.0 -> 0.7.0

@geropl
Copy link
Member Author

geropl commented Feb 4, 2021

Tests worked, BUT:

  1. the new minio pod hands in ContainerCreating: Multi-Attach error for volume "pvc-ca010fed-7d14-4fe7-baa4-6f166821f465" Volume is already used by pod(s) minio-fb8b5fdb8-k2fwl.

The minio chart is a deployment + PVC, which blocks itself around the PVC on update. The strategy is:

  strategy:
    rollingUpdate:
      maxSurge: 100%
      maxUnavailable: 0
    type: RollingUpdate

we can unblock with:

kubectl scale deployments/minio --replicas=0
kubectl scale deployments/minio --replicas=1

Added that to the troubleshooting guide. 🤷

Good news: bucket data is still there! 🎉

  1. registry:
    /var/lib/registry/ is an EmptyDir, which results in all cached images being lost after restart... But this is a separate issue.

@geropl geropl marked this pull request as ready for review February 4, 2021 15:35
Copy link
Contributor

@csweichel csweichel left a comment

Choose a reason for hiding this comment

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

Awesome! Changes LGTM - the commit history might benefit from some cleanup :)

@geropl
Copy link
Member Author

geropl commented Feb 4, 2021

some cleanup :)

🦑

@geropl geropl merged commit e7df212 into master Feb 4, 2021
@geropl geropl deleted the gpl/sh-0.7.0 branch February 4, 2021 15:46
pavan-tri pushed a commit to trilogy-group/gitpod that referenced this pull request Apr 28, 2021
* [docs] Make Self-hosted version explicit (0.7.0)

* [chart] bump version: 0.7.0-beta1

* [docs] Update for 0.7.0

* [docs] More troubleshooting from 0.6.0->0.7.0 upgrade experience

* [docs] Add 'Upgrade' section

* [chart] bump version to 0.7.0
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.

2 participants