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: multi-node airgap documentation #4281

Merged
merged 37 commits into from
Dec 5, 2024
Merged

Conversation

lennessyy
Copy link
Contributor

@lennessyy lennessyy commented Oct 14, 2024

Describe the Change

This PR documents the multi-node feature in 4.5.a.

Changed Pages

💻 Link hosts
Scale a Cluster
Delete a Cluster

Jira Tickets

🎫 PE-5212

Backports

Can this PR be backported?

  • No. Please leave a short comment below about why this PR cannot be backported.

Copy link
Contributor

github-actions bot commented Oct 14, 2024

🤖 Netlify configured to enable preview build for branch: airgap-multinode . Subsequent commits will automatically trigger a Netlify build preview.

Copy link

netlify bot commented Oct 29, 2024

Deploy Preview for docs-spectrocloud ready!

Name Link
🔨 Latest commit 4e7622a
🔍 Latest deploy log https://app.netlify.com/sites/docs-spectrocloud/deploys/6751027674d68a0009bce2c7
😎 Deploy Preview https://deploy-preview-4281--docs-spectrocloud.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 configuration.

Base automatically changed from release-4-5-a to master November 9, 2024 16:12
@lennessyy lennessyy marked this pull request as ready for review November 20, 2024 19:23
@lennessyy lennessyy requested a review from a team as a code owner November 20, 2024 19:23
5. In the pop-up window,scroll down to **Pool Configuration**. Click the **Delete** button next to the nodes you want to
remove.

6. When you are done removing nodes, Click **Confirm** to confirm your changes. It may take 15 to 25 mins for the change
Copy link
Contributor

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.Spelling] Did you really mean 'mins'?

@lennessyy lennessyy changed the base branch from master to release-4-5-b November 20, 2024 21:14
## Unlink Hosts

You can unlink a host to either link it to another host or to use it for independent workloads. You can only unlink a
follower host. Leader hosts cannot be unlinked.
Copy link
Contributor

Choose a reason for hiding this comment

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

Leader hosts cannot be unlinked directly. When all followers are unlinked, the leader is automatically unlinked if its not "in-use"(not part of a single node cluster).

@vault-token-factory-spectrocloud
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 84.3%, saving 199.68 KB.

Filename Before After Improvement Visual comparison
static/assets/docs/images/clusters_edge_localui_cluster-mgmt_link-hosts.webp 236.93 KB 37.25 KB -84.3% View diff

769 images did not require optimisation.

@vault-token-factory-spectrocloud
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 3.5%, saving 1.30 KB.

Filename Before After Improvement Visual comparison
static/assets/docs/images/clusters_edge_localui_cluster-mgmt_link-hosts.webp 37.25 KB 35.94 KB -3.5% View diff

769 images did not require optimisation.

@vault-token-factory-spectrocloud
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 1.9%, saving 702 bytes.

Filename Before After Improvement Visual comparison
static/assets/docs/images/clusters_edge_localui_cluster-mgmt_link-hosts.webp 35.94 KB 35.26 KB -1.9% View diff

769 images did not require optimisation.

@lennessyy lennessyy added the 4.5.b Release 4.4.b related label Nov 26, 2024
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding left a comment

Choose a reason for hiding this comment

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

@lennessyy Really good content. I'm just having some issues groking the leader concept. Could you take a peek and help me 🙏🏻

@@ -55,6 +55,10 @@ Creating a content bundle provides several benefits that may address common use
version `4.5.3` or earlier to create content bundles. To download the latest version of the Edge CLI, visit the
[Downloads](../../../../spectro-downloads.md#palette-edge-cli) page.

- Content bundles built with the Palette Edge CLI versions earlier than `4.5.c` cannot be used to provision multi-node
Copy link
Contributor

Choose a reason for hiding this comment

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

Adding a note here for us to remember to replace with version number

@@ -1,43 +1,60 @@
---
sidebar_label: "Create Local Cluster"
title: "Create Local Cluster"
description: "Instructions for creating a locally manageg cluster in Edge Host Management Console."
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice catch 😄


Host linking provides the hosts with the necessary network and security infrastructure to form a cluster together. In a
group of linked hosts, hosts can broadcast information to all its peers. Every group has a leader node, which provides
tokens with its IP and a One-Time Password (OTP) credentials that you can use to link other nodes.
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
tokens with its IP and a One-Time Password (OTP) credentials that you can use to link other nodes.
tokens with its IP address and a One-Time Password (OTP) credentials that you can use to link other nodes.

Comment on lines 25 to 27
functionality such as to change host settings, upload content, and create clusters. Once a cluster is created, all
control plane nodes will be considered leader nodes and only the control plane nodes have access to cluster and host
management features.
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmmm....I think this concept of all control-plane nodes being leader nodes is a bit confusing. I'm not sure I understand what being a leader means here. I drew out a visual to help me understand. Is a leader here in the context of LocaUI's scope? Maybe if I understood what a leader does/is responsible for it would help me? 😅

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Abhinav noted this in his review that all control plane nodes are considered leaders once a cluster is formed so I added that in. Now that i think about it, it is a bit confusing.

I think instead of saying that, it's probably better if we decouple the control plane concepts with the leader concepts. I think what Abhi said was more in the context of "all the control plane nodes have access to cluster management features", which in a group of linked nodes, only leader nodes have access to. But if you delete that cluster, there will still only be one leader to which all the other nodes are going to be linked. I will confirm this with him

lennessyy and others added 5 commits December 2, 2024 11:50
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
@lennessyy lennessyy merged commit 5bf7baa into release-4-5-b Dec 5, 2024
12 checks passed
@lennessyy lennessyy deleted the airgap-multinode branch December 5, 2024 18:36
lennessyy added a commit that referenced this pull request Dec 15, 2024
* fix: patch release

* docs: add custom security group ingress rules section PCP-1906 (#4781)

* docs: add custom security group ingress rules section PCP-1906

* docs: change existing heading

* docs: specify aws iaas

* docs: VM Migration Assistant (#4737)

* docs: VM Migration Assistant draft

* docs: fix broken links

* doc: heading change

* doc: information architecture improvements

* doc: minor sub-category change

* doc: restructure and additional content

* doc: tidy up and additional overview options

* doc: some peer review changes

* doc: final draft additions

* doc: format changes

* doc: fix broken RBAC anchor

* Apply suggestions from code review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* doc: adding one line suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: resolve longer content suggestions

* ci: auto-formatting prettier issues

* docs: warm and cold migration steps

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: virt-customize ConfigMap example

* docs: Restructure IA

* docs: change to headers from tabs

* docs: DOC-1490 DOC-1494 Self-Hosted Updates (#4792)

* docs: DOC-1490

* docs: added a prereq to install pages

* docs: 1494

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Apply suggestions from code review

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: resolve vale comments

* docs: longform flag

* docs: lingering ableist word

* docs: resolve Romain's comments

* docs: code review suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: change lingering tabs to headers

* docs: access service console

* ci: auto-formatting prettier issues

* docs: resolve prettier issue

* docs: upgrade Docusaurus 3.6.3 (#4799)

* chore: upgrade docusarus

* chore: DOC-1495 upgrade docusaurus

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Update VM Migration Assistant pack parameters table (#4810)

* docs: update pack parameter table

* ci: auto-formatting prettier issues

* Apply suggestions from code review

* ci: auto-formatting prettier issues

---------

Co-authored-by: benradstone <benradstone@users.noreply.github.com>

* docs: add message brokers section PEM-6141 (#4818)

* docs: add palette communication section PEM-6141

* docs: fix vale

* Apply suggestions from code review

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: clarify management plane clusters

---------

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>

* docs: add feature gate to the vm clone guide DOC-1491 (#4827)

* docs: add feature gate to the vm clone guide DOC-1491

* docs: change capitalisation of kubevirt

* docs: change capitalisation of kubevirt

* docs: Palette 4.5.b API docs (#4842)

* Palette 4.5.b API docs

* ci: auto-formatting API changes

---------

Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: proxy certificates for earthly builds (#4807)

* docs: add docs about proxy certs during build

* docs: adjust subheadings

* Apply suggestions from code review

* docs: update deprecation description

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: update cluster profile update guides PEM-6443 (#4859)

* docs: update cluster profile update guides PEM-6443

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: rectify misspelling

* ci: auto-formatting prettier issues

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/profiles/cluster-profiles/modify-cluster-profiles/update-cluster-profile.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: add cluster-wide resources backup options PEM-5124 (#4860)

* docs: add cluster-wide resources backup options PEM-5124

* docs: add deletion policy flag PEM-5124

* docs: remove tabs

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: multi-node airgap documentation (#4281)

* docs: multi-node airgap documentation

* docs: update progress

* docs: add delete and scale docs

* docs: add prereqs for deletion

* docs: add draft

* docs: add host unlinking instructions

* docs: minor edit

* docs: edits

* docs: adjust page order

* docs: adjust page order

* docs: address review feedback

* docs: add prerequisites

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: fix broken anchors

* docs: proofread

* webp convert

* docs: add links on index page

* docs: typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: small change

* docs: plural

* docs: clarify leader nodes

* docs: simplify

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: edit

* docs: add warning about local path provisioner

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: PE-5647: Allow skipping of node drains when running cluster upgrades for single-node clusters. (#4851)

* docs: add instructions for skipping node draining

* docs: update parameters

* docs: add agent mode

* docs: minodr changes from JIRA

* docs: adjust page order

* docs: add note about always on selectors

* docs: small edits

* Update docs/docs-content/clusters/edge/cluster-management/skip-draining.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: Adjust wording and examples (#4896)

* Adjust wording and examples

* ci: auto-formatting prettier issues

* docs: update patch

* docs: add edits

---------

Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: fix skip drain file

* docs: DOC-1446 SCAR Changes (#4420)

* docs: release branch 4.5.a

* ci: fix typo

* ci: more fixes

* ci: typo

* ci: fix robots

* chore: remove XML exclusion

* docs: DOC-1446

* docs: update airgap overview image

* docs: fixed broken YAML

* docs: migrated self-hosted sizing to partials

* chore: improve vertex

* docs: update partial

* docs: update non-airgap Kubernetes install guides

* docs: added updates to connected cases

* docs: changed instal YAML highlight

* docs: remove file server mentions

* docs: remove file sever from upgrade guide

* docs: fixed vertex airgap install

* docs: updated airgap VMware installs

* docs: updated video for palette connect install

* docs: added vertex install tape

	modified:   static/tape/vertex-install.tape

* docs: updated recording

* docs: updated k8s install req

* docs: fix upgrade guide for k8s

* docs: upgrade paths updated

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: fix typo

* docs: updated RHEL

* ci: auto-formatting prettier issues

* chore: fix node skip file metadata

* docs: apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: feedback

* ci: auto-formatting prettier issues

* docs: fix value.yaml hihglight

* chore: revert RHEL ova

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: 4.5.b edge known issues (#4887)

* docs: add known issues

* docs: remove one issue

* Update docs/docs-content/release-notes/known-issues.md

* ci: auto-formatting prettier issues

* Update docs/docs-content/release-notes/known-issues.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: add extraLabels for volume snapshot on MAAS PEM-6509 (#4969)

* docs: add extraLabels for volume snapshot on MaaS PEM-6509

* docs: fix vale

* docs: add information to Portworx additional guidance

* docs: DOC-1496 Release Notes (#4808)

* docs: release notes

* docs: release notes

* docs: add export profile button

* docs: add vm migration to notes

* docs: add more vm clone aand reconciliation loop improvements

* docs: add message brokers

* docs: add packs

* docs: changes to packs

* chore: updated release notes

* docs: multi-node local ui

* docs: add audit logs, diff viewer and backups to notes

* docs: added docs note

* docs: added updates

* docs: vale feedback

* docs: fix markdown issue

* chore: fix url

* docs: add link to edge docs and skip node draining improvement

* ci: auto-formatting prettier issues

* docs: updated date

* docs: update release notes

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: update images and release notes

* docs: change node to host (#4972)

* docs: change node to host

* docs: fix broken link

* docs: more removal

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: DOC-1514  Edge API Update (#4998)

* docs: DOC-1514 load new api

* docs: format api

* docs: update OSS license pages DOC-1512 (#5002)

* docs: node drain edit (#5034)

* docs: add 4.5.b edge api

* docs: remove single-node cluster qualifier

* docs: remove unwanted change

* chore: update upgrade matrix

* docs: updated CLIs URLs

* docs: updated airgap binaries

* docs: Update known-issues.md (#5072)

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Kevin Reeuwijk <kevin.reeuwijk@spectrocloud.com>
Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request Dec 15, 2024
* fix: patch release

* docs: add custom security group ingress rules section PCP-1906 (#4781)

* docs: add custom security group ingress rules section PCP-1906

* docs: change existing heading

* docs: specify aws iaas

* docs: VM Migration Assistant (#4737)

* docs: VM Migration Assistant draft

* docs: fix broken links

* doc: heading change

* doc: information architecture improvements

* doc: minor sub-category change

* doc: restructure and additional content

* doc: tidy up and additional overview options

* doc: some peer review changes

* doc: final draft additions

* doc: format changes

* doc: fix broken RBAC anchor

* Apply suggestions from code review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* doc: adding one line suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: resolve longer content suggestions

* ci: auto-formatting prettier issues

* docs: warm and cold migration steps

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: virt-customize ConfigMap example

* docs: Restructure IA

* docs: change to headers from tabs

* docs: DOC-1490 DOC-1494 Self-Hosted Updates (#4792)

* docs: DOC-1490

* docs: added a prereq to install pages

* docs: 1494

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Apply suggestions from code review

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: resolve vale comments

* docs: longform flag

* docs: lingering ableist word

* docs: resolve Romain's comments

* docs: code review suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: change lingering tabs to headers

* docs: access service console

* ci: auto-formatting prettier issues

* docs: resolve prettier issue

* docs: upgrade Docusaurus 3.6.3 (#4799)

* chore: upgrade docusarus

* chore: DOC-1495 upgrade docusaurus

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Update VM Migration Assistant pack parameters table (#4810)

* docs: update pack parameter table

* ci: auto-formatting prettier issues

* Apply suggestions from code review

* ci: auto-formatting prettier issues

---------

Co-authored-by: benradstone <benradstone@users.noreply.github.com>

* docs: add message brokers section PEM-6141 (#4818)

* docs: add palette communication section PEM-6141

* docs: fix vale

* Apply suggestions from code review

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: clarify management plane clusters

---------

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>

* docs: add feature gate to the vm clone guide DOC-1491 (#4827)

* docs: add feature gate to the vm clone guide DOC-1491

* docs: change capitalisation of kubevirt

* docs: change capitalisation of kubevirt

* docs: Palette 4.5.b API docs (#4842)

* Palette 4.5.b API docs

* ci: auto-formatting API changes

---------

Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: proxy certificates for earthly builds (#4807)

* docs: add docs about proxy certs during build

* docs: adjust subheadings

* Apply suggestions from code review

* docs: update deprecation description

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: update cluster profile update guides PEM-6443 (#4859)

* docs: update cluster profile update guides PEM-6443

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: rectify misspelling

* ci: auto-formatting prettier issues

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/profiles/cluster-profiles/modify-cluster-profiles/update-cluster-profile.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: add cluster-wide resources backup options PEM-5124 (#4860)

* docs: add cluster-wide resources backup options PEM-5124

* docs: add deletion policy flag PEM-5124

* docs: remove tabs

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: multi-node airgap documentation (#4281)

* docs: multi-node airgap documentation

* docs: update progress

* docs: add delete and scale docs

* docs: add prereqs for deletion

* docs: add draft

* docs: add host unlinking instructions

* docs: minor edit

* docs: edits

* docs: adjust page order

* docs: adjust page order

* docs: address review feedback

* docs: add prerequisites

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: fix broken anchors

* docs: proofread

* webp convert

* docs: add links on index page

* docs: typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: small change

* docs: plural

* docs: clarify leader nodes

* docs: simplify

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: edit

* docs: add warning about local path provisioner

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: PE-5647: Allow skipping of node drains when running cluster upgrades for single-node clusters. (#4851)

* docs: add instructions for skipping node draining

* docs: update parameters

* docs: add agent mode

* docs: minodr changes from JIRA

* docs: adjust page order

* docs: add note about always on selectors

* docs: small edits

* Update docs/docs-content/clusters/edge/cluster-management/skip-draining.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: Adjust wording and examples (#4896)

* Adjust wording and examples

* ci: auto-formatting prettier issues

* docs: update patch

* docs: add edits

---------

Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: fix skip drain file

* docs: DOC-1446 SCAR Changes (#4420)

* docs: release branch 4.5.a

* ci: fix typo

* ci: more fixes

* ci: typo

* ci: fix robots

* chore: remove XML exclusion

* docs: DOC-1446

* docs: update airgap overview image

* docs: fixed broken YAML

* docs: migrated self-hosted sizing to partials

* chore: improve vertex

* docs: update partial

* docs: update non-airgap Kubernetes install guides

* docs: added updates to connected cases

* docs: changed instal YAML highlight

* docs: remove file server mentions

* docs: remove file sever from upgrade guide

* docs: fixed vertex airgap install

* docs: updated airgap VMware installs

* docs: updated video for palette connect install

* docs: added vertex install tape

	modified:   static/tape/vertex-install.tape

* docs: updated recording

* docs: updated k8s install req

* docs: fix upgrade guide for k8s

* docs: upgrade paths updated

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: fix typo

* docs: updated RHEL

* ci: auto-formatting prettier issues

* chore: fix node skip file metadata

* docs: apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: feedback

* ci: auto-formatting prettier issues

* docs: fix value.yaml hihglight

* chore: revert RHEL ova

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: 4.5.b edge known issues (#4887)

* docs: add known issues

* docs: remove one issue

* Update docs/docs-content/release-notes/known-issues.md

* ci: auto-formatting prettier issues

* Update docs/docs-content/release-notes/known-issues.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: add extraLabels for volume snapshot on MAAS PEM-6509 (#4969)

* docs: add extraLabels for volume snapshot on MaaS PEM-6509

* docs: fix vale

* docs: add information to Portworx additional guidance

* docs: DOC-1496 Release Notes (#4808)

* docs: release notes

* docs: release notes

* docs: add export profile button

* docs: add vm migration to notes

* docs: add more vm clone aand reconciliation loop improvements

* docs: add message brokers

* docs: add packs

* docs: changes to packs

* chore: updated release notes

* docs: multi-node local ui

* docs: add audit logs, diff viewer and backups to notes

* docs: added docs note

* docs: added updates

* docs: vale feedback

* docs: fix markdown issue

* chore: fix url

* docs: add link to edge docs and skip node draining improvement

* ci: auto-formatting prettier issues

* docs: updated date

* docs: update release notes

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: update images and release notes

* docs: change node to host (#4972)

* docs: change node to host

* docs: fix broken link

* docs: more removal

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: DOC-1514  Edge API Update (#4998)

* docs: DOC-1514 load new api

* docs: format api

* docs: update OSS license pages DOC-1512 (#5002)

* docs: node drain edit (#5034)

* docs: add 4.5.b edge api

* docs: remove single-node cluster qualifier

* docs: remove unwanted change

* chore: update upgrade matrix

* docs: updated CLIs URLs

* docs: updated airgap binaries

* docs: Update known-issues.md (#5072)

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Kevin Reeuwijk <kevin.reeuwijk@spectrocloud.com>
Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
(cherry picked from commit 960d017)
vault-token-factory-spectrocloud bot added a commit that referenced this pull request Dec 15, 2024
* fix: patch release

* docs: add custom security group ingress rules section PCP-1906 (#4781)

* docs: add custom security group ingress rules section PCP-1906

* docs: change existing heading

* docs: specify aws iaas

* docs: VM Migration Assistant (#4737)

* docs: VM Migration Assistant draft

* docs: fix broken links

* doc: heading change

* doc: information architecture improvements

* doc: minor sub-category change

* doc: restructure and additional content

* doc: tidy up and additional overview options

* doc: some peer review changes

* doc: final draft additions

* doc: format changes

* doc: fix broken RBAC anchor

* Apply suggestions from code review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* doc: adding one line suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: resolve longer content suggestions

* ci: auto-formatting prettier issues

* docs: warm and cold migration steps

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: virt-customize ConfigMap example

* docs: Restructure IA

* docs: change to headers from tabs

* docs: DOC-1490 DOC-1494 Self-Hosted Updates (#4792)

* docs: DOC-1490

* docs: added a prereq to install pages

* docs: 1494

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Apply suggestions from code review

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: resolve vale comments

* docs: longform flag

* docs: lingering ableist word

* docs: resolve Romain's comments

* docs: code review suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: change lingering tabs to headers

* docs: access service console

* ci: auto-formatting prettier issues

* docs: resolve prettier issue

* docs: upgrade Docusaurus 3.6.3 (#4799)

* chore: upgrade docusarus

* chore: DOC-1495 upgrade docusaurus

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Update VM Migration Assistant pack parameters table (#4810)

* docs: update pack parameter table

* ci: auto-formatting prettier issues

* Apply suggestions from code review

* ci: auto-formatting prettier issues

---------

Co-authored-by: benradstone <benradstone@users.noreply.github.com>

* docs: add message brokers section PEM-6141 (#4818)

* docs: add palette communication section PEM-6141

* docs: fix vale

* Apply suggestions from code review

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: clarify management plane clusters

---------

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>

* docs: add feature gate to the vm clone guide DOC-1491 (#4827)

* docs: add feature gate to the vm clone guide DOC-1491

* docs: change capitalisation of kubevirt

* docs: change capitalisation of kubevirt

* docs: Palette 4.5.b API docs (#4842)

* Palette 4.5.b API docs

* ci: auto-formatting API changes

---------

Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: proxy certificates for earthly builds (#4807)

* docs: add docs about proxy certs during build

* docs: adjust subheadings

* Apply suggestions from code review

* docs: update deprecation description

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: update cluster profile update guides PEM-6443 (#4859)

* docs: update cluster profile update guides PEM-6443

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: rectify misspelling

* ci: auto-formatting prettier issues

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/profiles/cluster-profiles/modify-cluster-profiles/update-cluster-profile.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: add cluster-wide resources backup options PEM-5124 (#4860)

* docs: add cluster-wide resources backup options PEM-5124

* docs: add deletion policy flag PEM-5124

* docs: remove tabs

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: multi-node airgap documentation (#4281)

* docs: multi-node airgap documentation

* docs: update progress

* docs: add delete and scale docs

* docs: add prereqs for deletion

* docs: add draft

* docs: add host unlinking instructions

* docs: minor edit

* docs: edits

* docs: adjust page order

* docs: adjust page order

* docs: address review feedback

* docs: add prerequisites

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: fix broken anchors

* docs: proofread

* webp convert

* docs: add links on index page

* docs: typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: small change

* docs: plural

* docs: clarify leader nodes

* docs: simplify

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: edit

* docs: add warning about local path provisioner

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: PE-5647: Allow skipping of node drains when running cluster upgrades for single-node clusters. (#4851)

* docs: add instructions for skipping node draining

* docs: update parameters

* docs: add agent mode

* docs: minodr changes from JIRA

* docs: adjust page order

* docs: add note about always on selectors

* docs: small edits

* Update docs/docs-content/clusters/edge/cluster-management/skip-draining.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: Adjust wording and examples (#4896)

* Adjust wording and examples

* ci: auto-formatting prettier issues

* docs: update patch

* docs: add edits

---------

Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: fix skip drain file

* docs: DOC-1446 SCAR Changes (#4420)

* docs: release branch 4.5.a

* ci: fix typo

* ci: more fixes

* ci: typo

* ci: fix robots

* chore: remove XML exclusion

* docs: DOC-1446

* docs: update airgap overview image

* docs: fixed broken YAML

* docs: migrated self-hosted sizing to partials

* chore: improve vertex

* docs: update partial

* docs: update non-airgap Kubernetes install guides

* docs: added updates to connected cases

* docs: changed instal YAML highlight

* docs: remove file server mentions

* docs: remove file sever from upgrade guide

* docs: fixed vertex airgap install

* docs: updated airgap VMware installs

* docs: updated video for palette connect install

* docs: added vertex install tape

	modified:   static/tape/vertex-install.tape

* docs: updated recording

* docs: updated k8s install req

* docs: fix upgrade guide for k8s

* docs: upgrade paths updated

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: fix typo

* docs: updated RHEL

* ci: auto-formatting prettier issues

* chore: fix node skip file metadata

* docs: apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: feedback

* ci: auto-formatting prettier issues

* docs: fix value.yaml hihglight

* chore: revert RHEL ova

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: 4.5.b edge known issues (#4887)

* docs: add known issues

* docs: remove one issue

* Update docs/docs-content/release-notes/known-issues.md

* ci: auto-formatting prettier issues

* Update docs/docs-content/release-notes/known-issues.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: add extraLabels for volume snapshot on MAAS PEM-6509 (#4969)

* docs: add extraLabels for volume snapshot on MaaS PEM-6509

* docs: fix vale

* docs: add information to Portworx additional guidance

* docs: DOC-1496 Release Notes (#4808)

* docs: release notes

* docs: release notes

* docs: add export profile button

* docs: add vm migration to notes

* docs: add more vm clone aand reconciliation loop improvements

* docs: add message brokers

* docs: add packs

* docs: changes to packs

* chore: updated release notes

* docs: multi-node local ui

* docs: add audit logs, diff viewer and backups to notes

* docs: added docs note

* docs: added updates

* docs: vale feedback

* docs: fix markdown issue

* chore: fix url

* docs: add link to edge docs and skip node draining improvement

* ci: auto-formatting prettier issues

* docs: updated date

* docs: update release notes

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: update images and release notes

* docs: change node to host (#4972)

* docs: change node to host

* docs: fix broken link

* docs: more removal

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: DOC-1514  Edge API Update (#4998)

* docs: DOC-1514 load new api

* docs: format api

* docs: update OSS license pages DOC-1512 (#5002)

* docs: node drain edit (#5034)

* docs: add 4.5.b edge api

* docs: remove single-node cluster qualifier

* docs: remove unwanted change

* chore: update upgrade matrix

* docs: updated CLIs URLs

* docs: updated airgap binaries

* docs: Update known-issues.md (#5072)

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Kevin Reeuwijk <kevin.reeuwijk@spectrocloud.com>
Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
(cherry picked from commit 960d017)

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
caroldelwing added a commit that referenced this pull request Dec 17, 2024
* fix: patch release

* docs: add custom security group ingress rules section PCP-1906 (#4781)

* docs: add custom security group ingress rules section PCP-1906

* docs: change existing heading

* docs: specify aws iaas

* docs: VM Migration Assistant (#4737)

* docs: VM Migration Assistant draft

* docs: fix broken links

* doc: heading change

* doc: information architecture improvements

* doc: minor sub-category change

* doc: restructure and additional content

* doc: tidy up and additional overview options

* doc: some peer review changes

* doc: final draft additions

* doc: format changes

* doc: fix broken RBAC anchor

* Apply suggestions from code review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* doc: adding one line suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: resolve longer content suggestions

* ci: auto-formatting prettier issues

* docs: warm and cold migration steps

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: virt-customize ConfigMap example

* docs: Restructure IA

* docs: change to headers from tabs

* docs: DOC-1490 DOC-1494 Self-Hosted Updates (#4792)

* docs: DOC-1490

* docs: added a prereq to install pages

* docs: 1494

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Apply suggestions from code review

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: resolve vale comments

* docs: longform flag

* docs: lingering ableist word

* docs: resolve Romain's comments

* docs: code review suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: change lingering tabs to headers

* docs: access service console

* ci: auto-formatting prettier issues

* docs: resolve prettier issue

* docs: upgrade Docusaurus 3.6.3 (#4799)

* chore: upgrade docusarus

* chore: DOC-1495 upgrade docusaurus

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Update VM Migration Assistant pack parameters table (#4810)

* docs: update pack parameter table

* ci: auto-formatting prettier issues

* Apply suggestions from code review

* ci: auto-formatting prettier issues

---------

Co-authored-by: benradstone <benradstone@users.noreply.github.com>

* docs: add message brokers section PEM-6141 (#4818)

* docs: add palette communication section PEM-6141

* docs: fix vale

* Apply suggestions from code review

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: clarify management plane clusters

---------

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>

* docs: add feature gate to the vm clone guide DOC-1491 (#4827)

* docs: add feature gate to the vm clone guide DOC-1491

* docs: change capitalisation of kubevirt

* docs: change capitalisation of kubevirt

* docs: Palette 4.5.b API docs (#4842)

* Palette 4.5.b API docs

* ci: auto-formatting API changes

---------

Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: proxy certificates for earthly builds (#4807)

* docs: add docs about proxy certs during build

* docs: adjust subheadings

* Apply suggestions from code review

* docs: update deprecation description

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: update cluster profile update guides PEM-6443 (#4859)

* docs: update cluster profile update guides PEM-6443

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: rectify misspelling

* ci: auto-formatting prettier issues

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/profiles/cluster-profiles/modify-cluster-profiles/update-cluster-profile.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: add cluster-wide resources backup options PEM-5124 (#4860)

* docs: add cluster-wide resources backup options PEM-5124

* docs: add deletion policy flag PEM-5124

* docs: remove tabs

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: multi-node airgap documentation (#4281)

* docs: multi-node airgap documentation

* docs: update progress

* docs: add delete and scale docs

* docs: add prereqs for deletion

* docs: add draft

* docs: add host unlinking instructions

* docs: minor edit

* docs: edits

* docs: adjust page order

* docs: adjust page order

* docs: address review feedback

* docs: add prerequisites

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: fix broken anchors

* docs: proofread

* webp convert

* docs: add links on index page

* docs: typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: small change

* docs: plural

* docs: clarify leader nodes

* docs: simplify

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: edit

* docs: add warning about local path provisioner

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: PE-5647: Allow skipping of node drains when running cluster upgrades for single-node clusters. (#4851)

* docs: add instructions for skipping node draining

* docs: update parameters

* docs: add agent mode

* docs: minodr changes from JIRA

* docs: adjust page order

* docs: add note about always on selectors

* docs: small edits

* Update docs/docs-content/clusters/edge/cluster-management/skip-draining.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: Adjust wording and examples (#4896)

* Adjust wording and examples

* ci: auto-formatting prettier issues

* docs: update patch

* docs: add edits

---------

Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: add scar migration guide

* docs: convert image

* docs: add partials

* docs: fix broken link

* Optimised images with calibre/image-actions

* docs: update palette keyword

* docs: remove duplicate entry

* docs: Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: address review suggestions

* docs: address additional suggestions

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Kevin Reeuwijk <kevin.reeuwijk@spectrocloud.com>
Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
benradstone added a commit that referenced this pull request Jan 9, 2025
* fix: patch release

* docs: add custom security group ingress rules section PCP-1906 (#4781)

* docs: add custom security group ingress rules section PCP-1906

* docs: change existing heading

* docs: specify aws iaas

* docs: VM Migration Assistant (#4737)

* docs: VM Migration Assistant draft

* docs: fix broken links

* doc: heading change

* doc: information architecture improvements

* doc: minor sub-category change

* doc: restructure and additional content

* doc: tidy up and additional overview options

* doc: some peer review changes

* doc: final draft additions

* doc: format changes

* doc: fix broken RBAC anchor

* Apply suggestions from code review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* doc: adding one line suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: resolve longer content suggestions

* ci: auto-formatting prettier issues

* docs: warm and cold migration steps

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: virt-customize ConfigMap example

* docs: Restructure IA

* docs: change to headers from tabs

* docs: DOC-1490 DOC-1494 Self-Hosted Updates (#4792)

* docs: DOC-1490

* docs: added a prereq to install pages

* docs: 1494

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Apply suggestions from code review

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: resolve vale comments

* docs: longform flag

* docs: lingering ableist word

* docs: resolve Romain's comments

* docs: code review suggestions

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: change lingering tabs to headers

* docs: access service console

* ci: auto-formatting prettier issues

* docs: resolve prettier issue

* docs: upgrade Docusaurus 3.6.3 (#4799)

* chore: upgrade docusarus

* chore: DOC-1495 upgrade docusaurus

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: Update VM Migration Assistant pack parameters table (#4810)

* docs: update pack parameter table

* ci: auto-formatting prettier issues

* Apply suggestions from code review

* ci: auto-formatting prettier issues

---------

Co-authored-by: benradstone <benradstone@users.noreply.github.com>

* docs: add message brokers section PEM-6141 (#4818)

* docs: add palette communication section PEM-6141

* docs: fix vale

* Apply suggestions from code review

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: clarify management plane clusters

---------

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>

* docs: add feature gate to the vm clone guide DOC-1491 (#4827)

* docs: add feature gate to the vm clone guide DOC-1491

* docs: change capitalisation of kubevirt

* docs: change capitalisation of kubevirt

* docs: Palette 4.5.b API docs (#4842)

* Palette 4.5.b API docs

* ci: auto-formatting API changes

---------

Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: proxy certificates for earthly builds (#4807)

* docs: add docs about proxy certs during build

* docs: adjust subheadings

* Apply suggestions from code review

* docs: update deprecation description

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: update cluster profile update guides PEM-6443 (#4859)

* docs: update cluster profile update guides PEM-6443

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: rectify misspelling

* ci: auto-formatting prettier issues

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/profiles/cluster-profiles/modify-cluster-profiles/update-cluster-profile.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* ci: auto-formatting prettier issues

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: add cluster-wide resources backup options PEM-5124 (#4860)

* docs: add cluster-wide resources backup options PEM-5124

* docs: add deletion policy flag PEM-5124

* docs: remove tabs

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: multi-node airgap documentation (#4281)

* docs: multi-node airgap documentation

* docs: update progress

* docs: add delete and scale docs

* docs: add prereqs for deletion

* docs: add draft

* docs: add host unlinking instructions

* docs: minor edit

* docs: edits

* docs: adjust page order

* docs: adjust page order

* docs: address review feedback

* docs: add prerequisites

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: fix broken anchors

* docs: proofread

* webp convert

* docs: add links on index page

* docs: typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: small change

* docs: plural

* docs: clarify leader nodes

* docs: simplify

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* ci: auto-formatting prettier issues

* docs: edit

* docs: add warning about local path provisioner

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: PE-5647: Allow skipping of node drains when running cluster upgrades for single-node clusters. (#4851)

* docs: add instructions for skipping node draining

* docs: update parameters

* docs: add agent mode

* docs: minodr changes from JIRA

* docs: adjust page order

* docs: add note about always on selectors

* docs: small edits

* Update docs/docs-content/clusters/edge/cluster-management/skip-draining.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: Adjust wording and examples (#4896)

* Adjust wording and examples

* ci: auto-formatting prettier issues

* docs: update patch

* docs: add edits

---------

Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: fix skip drain file

* docs: DOC-1446 SCAR Changes (#4420)

* docs: release branch 4.5.a

* ci: fix typo

* ci: more fixes

* ci: typo

* ci: fix robots

* chore: remove XML exclusion

* docs: DOC-1446

* docs: update airgap overview image

* docs: fixed broken YAML

* docs: migrated self-hosted sizing to partials

* chore: improve vertex

* docs: update partial

* docs: update non-airgap Kubernetes install guides

* docs: added updates to connected cases

* docs: changed instal YAML highlight

* docs: remove file server mentions

* docs: remove file sever from upgrade guide

* docs: fixed vertex airgap install

* docs: updated airgap VMware installs

* docs: updated video for palette connect install

* docs: added vertex install tape

	modified:   static/tape/vertex-install.tape

* docs: updated recording

* docs: updated k8s install req

* docs: fix upgrade guide for k8s

* docs: upgrade paths updated

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: fix typo

* docs: updated RHEL

* ci: auto-formatting prettier issues

* chore: fix node skip file metadata

* docs: apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: feedback

* ci: auto-formatting prettier issues

* docs: fix value.yaml hihglight

* chore: revert RHEL ova

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: Amazon EKS Hybrid Nodes draft

* docs: Architecture prep

* docs: 4.5.b edge known issues (#4887)

* docs: add known issues

* docs: remove one issue

* Update docs/docs-content/release-notes/known-issues.md

* ci: auto-formatting prettier issues

* Update docs/docs-content/release-notes/known-issues.md

Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>

* docs: diagram change and remove pem examples

* docs: gitleaksignore addition

* docs: fix broken header link

* docs: finalise arch changes

* docs: further hybrid node pool template additions

* docs: add extraLabels for volume snapshot on MAAS PEM-6509 (#4969)

* docs: add extraLabels for volume snapshot on MaaS PEM-6509

* docs: fix vale

* docs: add information to Portworx additional guidance

* docs: DOC-1496 Release Notes (#4808)

* docs: release notes

* docs: release notes

* docs: add export profile button

* docs: add vm migration to notes

* docs: add more vm clone aand reconciliation loop improvements

* docs: add message brokers

* docs: add packs

* docs: changes to packs

* chore: updated release notes

* docs: multi-node local ui

* docs: add audit logs, diff viewer and backups to notes

* docs: added docs note

* docs: added updates

* docs: vale feedback

* docs: fix markdown issue

* chore: fix url

* docs: add link to edge docs and skip node draining improvement

* ci: auto-formatting prettier issues

* docs: updated date

* docs: update release notes

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>

* docs: update images and release notes

* docs: change node to host (#4972)

* docs: change node to host

* docs: fix broken link

* docs: more removal

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: engineering review changes

* docs: create hybrid pool cluster profile

* docs: create hybrid pool draft

* docs: hybrid networking and systems manager

* docs: initial workaround content

* docs: minor formatting adjustment

* docs: DOC-1514  Edge API Update (#4998)

* docs: DOC-1514 load new api

* docs: format api

* docs: update OSS license pages DOC-1512 (#5002)

* docs: benefit and arch additions

* docs: workaround for manual repaves

* docs: node drain edit (#5034)

* docs: add 4.5.b edge api

* docs: remove single-node cluster qualifier

* docs: remove unwanted change

* docs: Tyler's review comments

* Apply suggestions from code review

* chore: update upgrade matrix

* docs: CNI singular and repave comment

* docs: fix additional line removal from merge conflict

* docs: fix merge conflict image choices

* docs: address Amanda's comments

* docs: additional engineering doc requests

* docs: node pool repave workaround adjustments (#5229)

* docs: node pool repave workaround adjustments

* docs: vale suggestions

* ci: auto-formatting prettier issues

* docs: yaml formatting

---------

Co-authored-by: benradstone <benradstone@users.noreply.github.com>

* docs: vale changes

* docs: workaround layer fix

Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>

* docs: catching final vale suggestions

* docs: missing upper case

* ci: auto-formatting prettier issues

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: benradstone <benradstone@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: karl-cardenas-coding <karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: lennessyy <lennessyy@users.noreply.github.com>
Co-authored-by: Kevin Reeuwijk <kevin.reeuwijk@spectrocloud.com>
Co-authored-by: kreeuwijk <kreeuwijk@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.5.b Release 4.4.b related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants