-
Notifications
You must be signed in to change notification settings - Fork 52
add section about upgrading vCluster Standalone #1195
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Paweł Bojanowski <[email protected]>
✅ Deploy Preview for vcluster-docs-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
[Google.Headings] 'Update vCluster Standalone configuration' should use sentence-style capitalization.
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.
[Loft.exclude-please] Avoid using 'please' in technical documentation.
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.
[Loft.imperative-headings] Headings should start with an imperative verb. 'Reusing' appears to be a present participle (ends with 'ing').
|
|
||
| <DeployChangesStandalone /> | ||
|
|
||
| ## Upgrading vCluster Standalone version |
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.
[Google.Headings] 'Upgrading vCluster Standalone version' should use sentence-style capitalization.
|
|
||
| <DeployChangesStandalone /> | ||
|
|
||
| ## Upgrading vCluster Standalone version |
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.
[Loft.imperative-headings] Headings should start with an imperative verb. 'Upgrading' appears to be a present participle (ends with 'ing').
| ```shell title="Download vCluster standalone binary" | ||
| export VCLUSTER_VERSION="vX.Y.Z" # modify to the target version | ||
| export TARGETARCH="amd64" # amd64 / arm64 | ||
| curl -fsSLk -o /tmp/vcluster-new "https://github.com/loft-sh/vcluster/releases/download/${VCLUSTER_VERSION}/vcluster-linux-${TARGETARCH}-standalone" |
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.
🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'vCluster' instead of 'vcluster'.
| ```shell title="Download vCluster standalone binary" | ||
| export VCLUSTER_VERSION="vX.Y.Z" # modify to the target version | ||
| export TARGETARCH="amd64" # amd64 / arm64 | ||
| curl -fsSLk -o /tmp/vcluster-new "https://github.com/loft-sh/vcluster/releases/download/${VCLUSTER_VERSION}/vcluster-linux-${TARGETARCH}-standalone" |
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.
🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'vCluster' instead of 'vcluster'.
| ```shell title="Download vCluster standalone binary" | ||
| export VCLUSTER_VERSION="vX.Y.Z" # modify to the target version | ||
| export TARGETARCH="amd64" # amd64 / arm64 | ||
| curl -fsSLk -o /tmp/vcluster-new "https://github.com/loft-sh/vcluster/releases/download/${VCLUSTER_VERSION}/vcluster-linux-${TARGETARCH}-standalone" |
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.
🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'vCluster' instead of 'vcluster'.
| export TARGETARCH="amd64" # amd64 / arm64 | ||
| curl -fsSLk -o /tmp/vcluster-new "https://github.com/loft-sh/vcluster/releases/download/${VCLUSTER_VERSION}/vcluster-linux-${TARGETARCH}-standalone" | ||
| ``` | ||
| then, copy it to the `/var/lib/vcluster/bin/vcluster`: |
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.
🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'vCluster' instead of 'vcluster'.
| export TARGETARCH="amd64" # amd64 / arm64 | ||
| curl -fsSLk -o /tmp/vcluster-new "https://github.com/loft-sh/vcluster/releases/download/${VCLUSTER_VERSION}/vcluster-linux-${TARGETARCH}-standalone" | ||
| ``` | ||
| then, copy it to the `/var/lib/vcluster/bin/vcluster`: |
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.
🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'vCluster' instead of 'vcluster'.
| </Step> | ||
| </Flow> | ||
|
|
||
| ## Removing nodes |
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.
[Loft.imperative-headings] Headings should start with an imperative verb. 'Removing' appears to be a present participle (ends with 'ing').
|
|
||
| ## Upgrading vCluster Standalone version | ||
|
|
||
| To upgrade a vCluster Standalone to the new version, download the binary from the releases page, and then restart the vCluster systemD service. |
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.
When upgrading vCluster versions, how does this affect/change k8s versions?
|
Please hold off on merging this for me to review and merge. We're in the middle of release process and versioning that complicates changes. |
Content Description
Preview Link
Internal Reference
part of DOC-951
@netlify /docs