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

docs: DOC-1408 #4159

Merged
merged 26 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
dfcd3b8
docs: DOC-1408
karl-cardenas-coding Oct 2, 2024
a522de5
docs: more content
karl-cardenas-coding Oct 2, 2024
7373e5f
docs: save
karl-cardenas-coding Oct 2, 2024
5bd56f4
Merge branch 'release-4-5' into rl-notes-4-5
karl-cardenas-coding Oct 2, 2024
3c183f8
chore: update content
karl-cardenas-coding Oct 2, 2024
e38590e
docs: more content
karl-cardenas-coding Oct 3, 2024
397a5e8
Merge branch 'release-4-5' into rl-notes-4-5
karl-cardenas-coding Oct 4, 2024
7ead481
docs: more content
karl-cardenas-coding Oct 4, 2024
e571e66
Merge branch 'master' of github.com:spectrocloud/librarium into rl-no…
karl-cardenas-coding Oct 4, 2024
9e32dd8
docs: update
karl-cardenas-coding Oct 4, 2024
5a111f7
Merge branch 'release-4-5' into rl-notes-4-5
karl-cardenas-coding Oct 7, 2024
8e9ec30
docs: PPD-1472
karl-cardenas-coding Oct 7, 2024
04f93ad
docs: more changes
karl-cardenas-coding Oct 7, 2024
e22b1d4
docs: PCP-3567
karl-cardenas-coding Oct 7, 2024
91a07e4
docs: updated terraform version
karl-cardenas-coding Oct 8, 2024
8999208
Merge branch 'release-4-5' of github.com:spectrocloud/librarium into …
karl-cardenas-coding Oct 8, 2024
26b7c57
docs: updates
karl-cardenas-coding Oct 8, 2024
22eeec8
docs: PE-5257
karl-cardenas-coding Oct 8, 2024
faba297
Merge branch 'release-4-5' into rl-notes-4-5
karl-cardenas-coding Oct 9, 2024
f12ce4e
docs: PE-5257
karl-cardenas-coding Oct 9, 2024
e3dbbe0
save
karl-cardenas-coding Oct 10, 2024
15b5433
docs: updated release notes
karl-cardenas-coding Oct 10, 2024
fc072f3
Merge branch 'release-4-5' of github.com:spectrocloud/librarium into …
karl-cardenas-coding Oct 10, 2024
d3db06a
docs: ready for review
karl-cardenas-coding Oct 10, 2024
319cc51
docs: apply suggestions from code review
karl-cardenas-coding Oct 10, 2024
6f4cdb0
ci: auto-formatting prettier issues
karl-cardenas-coding Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs-content/integrations/kubernetes-microk8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ MicroK8s upgrades.
The MicroK8s pack supports three types of upgrade strategies:

- `InPlaceUpgrade` - Performs an in-place upgrade of the control plane. For clusters with one control plane and one
worker node, `InPlaceUpgrade` temporarily shuts down the API server.
worker node, `InPlaceUpgrade` temporarily shuts down the API server. This is the default upgrade strategy.

- `RollingUpgrade` - The default upgrade strategy that deletes the current control plane node before creating a new one.
- `RollingUpgrade` - This upgrade strategy deletes the current control plane node before creating a new one.

- `SmartUpgrade` - Performs an in-place upgrade of the control plane on clusters with fewer than three control plane
nodes, and a rolling upgrade on clusters with three or more control plane nodes.
Expand Down
Loading