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: document edge management console #2186

Merged
merged 55 commits into from
Mar 7, 2024
Merged

docs: document edge management console #2186

merged 55 commits into from
Mar 7, 2024

Conversation

lennessyy
Copy link
Contributor

@lennessyy lennessyy commented Feb 6, 2024

Describe the Change

This PR documents the edge mamanegment console and its various features.

Will add new pages as i continue work on this PR.

Review Changes

💻 New and changed pages:

🎫 Jira Ticket

@lennessyy lennessyy marked this pull request as ready for review February 17, 2024 00:00
@lennessyy lennessyy requested a review from a team as a code owner February 17, 2024 00:00
more information, refer to [Enable Overlay Network](../networking/vxlan-overlay.md). If you enable the overlay
network, you need to specify a CIDR range to be used by the overlay network.

7. In the **Node Config** step, you con specify configurations for the master pool of your single-node cluster. For more
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 🐶
[spectrocloud.inclusive] Consider avoiding 'master' in favor of more inclusive language.


For image registries, you must provide credentials with the following schema. Provide a key at the root level of the
JSON object named "image" and set its value to a list. The list is a list of credentials for each Helm chart
repository. For each set of credentials, use an object in the list with the keys "endpoint", "username", and
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 🐶
[Google.Quotes] Commas and periods go inside quotation marks.


For image registries, you must provide credentials with the following schema. Provide a key at the root level of the
JSON object named "image" and set its value to a list. The list is a list of credentials for each Helm chart
repository. For each set of credentials, use an object in the list with the keys "endpoint", "username", and
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 🐶
[Google.Quotes] Commas and periods go inside quotation marks.

For image registries, you must provide credentials with the following schema. Provide a key at the root level of the
JSON object named "image" and set its value to a list. The list is a list of credentials for each Helm chart
repository. For each set of credentials, use an object in the list with the keys "endpoint", "username", and
"password".
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 🐶
[Google.Quotes] Commas and periods go inside quotation marks.

The result is a content bundle that you can use to preload into your installer. Alternatively, you can use the ISO
version of the content bundle and transfer it to a USB drive to be used separately at the time of Edge host
installation.
The result is a content bundle that you can use to preload into your installer. For more information, refer to
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 'preload'?

Copy link
Contributor

Choose a reason for hiding this comment

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

Let's add this word to Vale @lennessyy

| `IMAGE_REPO` | Image repository name.<br /> It is the same as the OS distribution. | `$OS_DISTRIBUTION` | Your image repository name. |
| `OS_VERSION` | OS version, only applies to Ubuntu | 22 | 20, 22 |
| `K8S_DISTRIBUTION` | Kubernetes Distribution | k3s | k3s, rke2, kubeadm |
| `ISO_NAME` | Name of the Installer ISO | palette-edge-installer | Lowercase alphanumeric string without spaces. The charaters `-` and `_` are allowed. |
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 'charaters'?

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.

Really nice content addition here Lenny

The result is a content bundle that you can use to preload into your installer. Alternatively, you can use the ISO
version of the content bundle and transfer it to a USB drive to be used separately at the time of Edge host
installation.
The result is a content bundle that you can use to preload into your installer. For more information, refer to
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's add this word to Vale @lennessyy

git checkout v4.3.0
```

### Prepare **.arg** file
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if we need a canvos reference page - this is the second place we now have to maintain this table. Not an action item we need to address now but something to keep in mind.

@@ -68,6 +68,10 @@ fully encrypted using the tenant's unique encryption key.
Cluster Mode enables you to create, deploy, and manage Kubernetes clusters and applications. In Cluster Mode, you can
deploy Kubernetes clusters to public cloud providers, on-prem data centers, and on the edge.

## Cluster Definition

A Cluster Definition contain one or more cluster profiles and profile variables used in those profiles.
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we maybe add a bit more details 😅
Maybe something that explains that it's a bundle of the two (cp and cp variables) and can be used with the EMC console to create clusters.

Copy link
Contributor

Choose a reason for hiding this comment

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

agree with @karl-cardenas-coding - the definition of "cluster definition" is important to make very clear, as it is, imo, a fairly difficult concept to understand. afaik, it is a bundle of 1 or more CPs and with optionally associated cluster variables. I also don't think this explanation should only be in the glossary, or at least, it should be linked to from the EMC section. EMC section atm referneces "cluster definition" but doesn't explain or link to what it is.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't want to emphasize the bundle aspect because aren't profile variables part of the cluster profile? They are scoped to individual profiles and i think we should take the approach of educating users to understand that they are part of the profile and not a separate thing.

Copy link
Contributor

Choose a reason for hiding this comment

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

@lennessyy is marketing touching up this image? If not, can we spend some time to make it look a bit closer to our style? Here is an example.
temp

When you boot up an Edge host for the first time after installation, you will be prompted to configure the Edge host and
its network environment. This includes the configuration of an OS user, machine hostname, IP address, and DNS server.
When you boot up an Edge host for the first time after installation, if you enabled initial configuration in the user
data, you will be prompted to configure the Edge host and its network environment in a terminal user interface (TUI).
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 🐶
[spectrocloud.acronym] Use title case to define the acronym '(TUI)'.


You can reset an Edge host to factory default from Edge Management Console (EMC). This restores the Edge host to the
state right after the [initial configuration](../../site-deployment/initial-setup.md) is completed in the terminal user
interface (TUI). Reset to factory default removes all workloads, content, and cluster definition from the Edge host.
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 🐶
[spectrocloud.acronym] Use title case to define the acronym '(TUI)'.

@@ -12,6 +12,16 @@ private registry during deployment. You can configure your cluster to pull image
cluster creation and cluster updates. To configure a cluster to pull images from a private image registry, provide the
registry URL and the credentials needed to authenticate with the registry in the cluster profile.

:::tip

You can use the [Harbor Edge-Native Config](../../../integrations/harbor-edge.md) pack to configure a local registry in
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.Terms] Use 'config' instead of 'Config'.

Copy link
Contributor

github-actions bot commented Mar 1, 2024

Images automagically compressed by Calibre's image-actions

Compression reduced images by 35.4%, saving 19.39 KB.

Filename Before After Improvement Visual comparison
static/assets/docs/images/cluster_edge_emc_theming.png 54.80 KB 35.41 KB -35.4% View diff

664 images did not require optimisation.

| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| Auto Registration | Edge hosts can automatically register with Palette through a _Registration Token_. This method requires you to specify the registration token in the user data. | Low |
| Manual Registration | You can manually enter a unique Edge host ID in Palette. | Low |
| QR Code | Scan a QR code that takes you to a web application that registers the Edge host with Palette. This method is considered advanced with the benefit of simplifying the Edge host registration without needing a tenant token or a manual entry. | High |
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.Terms] Use 'Application' instead of 'application'.

Site operators scan the QR code to visit the registration page. This web page pre-populates the Edge host's unique ID in
the web app and provides a list of edge sites they can associate with this edge host.

Site operators can select a site and submit a registration request. The web application automatically creates the Edge
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.Terms] Use 'Application' instead of 'application'.


- Sufficient permissions to enable third-party integrations with a GitHub repository.

- A [Vercel](https://vercel.com/) account or a similar serverless website hosting service.
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.Terms] Use 'Serverless' instead of 'serverless'.


- A [Vercel](https://vercel.com/) account or a similar serverless website hosting service.

- Experience deploying and maintaining web applications to serverless website hosting services.
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.Terms] Use 'Serverless' instead of 'serverless'.

Lenny Chen and others added 2 commits March 6, 2024 14:32
@@ -68,6 +68,10 @@ fully encrypted using the tenant's unique encryption key.
Cluster Mode enables you to create, deploy, and manage Kubernetes clusters and applications. In Cluster Mode, you can
deploy Kubernetes clusters to public cloud providers, on-prem data centers, and on the edge.

## Cluster Definition

A Cluster Definition contain one or more cluster profiles and profile variables used in those profiles.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't want to emphasize the bundle aspect because aren't profile variables part of the cluster profile? They are scoped to individual profiles and i think we should take the approach of educating users to understand that they are part of the profile and not a separate thing.

Copy link
Contributor

github-actions bot commented Mar 7, 2024

Images automagically compressed by Calibre's image-actions

Compression reduced images by 45.8%, saving 141.07 KB.

Filename Before After Improvement Visual comparison
static/assets/docs/images/clusters_edge_emc_workflow.png 307.91 KB 166.84 KB -45.8% View diff

666 images did not require optimisation.

@lennessyy lennessyy merged commit 7abed62 into release-4-3 Mar 7, 2024
@lennessyy lennessyy deleted the emc branch March 7, 2024 00:11
Copy link
Contributor

github-actions bot commented Mar 7, 2024

🚀 Netlify preview deployed succesfully for commit 93ca62d. Click here to preview the changes.

karl-cardenas-coding added a commit that referenced this pull request Apr 15, 2024
* feat: release 4.3

* docs: add instructions for first boot tui (#2141)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md

* make format

* add additional detail

* docs: add changes to tui

* add installer reference

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update Nutanix Docs to capture changes in the cluster creation workflows (#2226)

* chore: Fix alignment in all Nutanix topics

* chore: Fix command template

* docs: Interim progress for the new Nutanix cluster creation UI

* docs: Finish describing fields for node pool configuration

* Apply suggestions from code review

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

* chore: Fix formatting

* docs: Change the optional field description

---------

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

* docs: add cluster update behavior (#2134)

* docs: airgap refactor DOC-1044 DOC-1043 DOC-973

* docs: updated diagram

* chore: more content

* docs: added more steps

* chore: save

* chore: save

* chore: merged master

* docs: more step

* save

* docs: updated airgap VMware step

* docs: DOC-1044 metalLB limitation

* docs: DOC-1043 Grafana issue

* docs: language cleanup

* docs: ready for ent refactpr

* docs: added OVAs

* docs: prep for palette airgap

* docs: save

* docs: final touches

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback - manual

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: ready for merge

* chore: prettier fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add cluster update behavior

* chore: added missing refactor page (#2137)

* chore: added missing refactor page

* chore: vale feedback

* add repage behavior

* fix linking issue

* address vale comments

* Apply suggestions from code review

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

* incorporate feedback

* docs: change minimum disk size for Edge (#2132)

* change minimum disk size

* Update docs/docs-content/clusters/edge/architecture.md

---------

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

* change li elements

* run prettier

* fix orphan

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: PEM-4571 multi-account (#2296)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* Apply suggestions from code review

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

* docs: PM feedback

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PEM-4571 Password Blocklist (#2304)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* docs: PEM-4299

* chore: pwd lenght

* docs: updated content

* docs: apply suggestions from code review

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

* docs: added blocklist content to Palette

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PCP-2510 Konvoy (#2319)

* docs: PCP-2510

* docs: added folders

* docs: added more content

* docs: konvoy build steps

* docs: minor adjustment

* docs: added packs page

* docs: merged release-4-3

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: document EMC API endpoints (#2340)

* chore: edge API WIP

* modify emc api

* modify base URL

* clean up script to generate edge API

* update emc swagger file

* Update docs/api-content/api-docs/1-introduction.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/api-content/api-docs/1-introduction.md

* docs: removed TP from H2 heading

* chore: adding tech previw callout

---------

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

* docs: document namespace-based image swap diabling (#2352)

* docs: add imageswap disabling documentation

* slight edits

* Vale comments

* nginx

* typo

* mode content out of tab

* Update docs/docs-content/integrations/harbor-edge.md

* address review comments

* fix typo

* add example

* Update docs/docs-content/integrations/harbor-edge.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

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

* docs: PCP-2494 custom MAAS Endpoint (#2363)

* docs: PCP-2494 content

* docs: vale feedback

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2494

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2607 (#2369)

* docs: document edge management console (#2186)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* add emc login functionality

* add draft on customizing ui

* add steps on creating local cluster

* modify build artifacts step

* docs: write about provider images

* add steps for building iso

* edit provider image

* docs: add upload content

* fix bad quotes

* fix broken link

* minor fixes

* add credential providing instructions

* fix tab item issue

* add instructions for exporting cluster definition

* add arg files instructions

* fix repeated word

* Optimised images with calibre/image-actions

* add info note on provider images page

* modify wording about user data

* add proxy configuration steps

* add new changes

* repeated word

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* small changes

* work on feedback

* Optimised images with calibre/image-actions

* Address feedback

* fix broken links

* fix broken links

* address comments

* address feedback

* address more comments

* address review comments

* add QR code registration back

* add note about proxy setting after reset

* add note about local registry

* Optimised images with calibre/image-actions

* docs: add note about duplicate profile layers

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

* fix tui acronym use

* docs: fix prereq

* update diagram

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: 4.3 API Docs (#2376)

* 4.3 API Docs

* chore: fix prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update the TechPreview component to also accept custom text (#2377) (#2379)

* chore: Update the TechPreview component to also accept custom text

* chore: Fix the linter warning and clean up CSS a bit

* docs:  PLT-1080 FIPS Validate Command (#2384)

* save

* docs: PLT-1080

* docs: add more content

* docs: updates

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add the command to bring up TUI before cluster deployment (#2387)

* docs: add tui day 2 instructions

* minor edits

* Update docs/docs-content/clusters/edge/site-deployment/initial-setup.md

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

---------

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

* Cluster Profile Variables (#2343)

* docs: Prelim profile variables topic placement + fix alignment in the Profiles section

* docs: Profile variables draft

* docs: Implement Vale review

* Optimised images with calibre/image-actions

* docs: Implement SME review and edit the text a bit

* docs: Define profile variables in the glossary

* docs: Implement peer review

* Optimised images with calibre/image-actions

* docs: Update the structure

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: DOC-1100 validator updates (#2388)

* docs: validator updates

* docs: update describe section

* docs: added example

* docs: added more context to the upgrade command

* docs: aDOC-1100 apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: replace EMC with local ui (#2392)

* replace EMC with local UI

* change filename to local-ui.md

* fix broken anchors

* fix broken link

* make local ui common noun

* common noun local ui

* fix typos

* change edge host API name

---------

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

* Change EMC to local UI and fix all links (#2406)

* chore: Fix link formatting

* chore: Change EMC to local UI and fix all links

* Update cluster creation guides + Refactor Azure AKS (#2405)

* docs: Update the AWS EKS guide

* docs: Update the AWS IaaS guide

* docs: Update the Azure IaaS guide

* docs: Start updating the Azure AKS guide

* docs: Update the GCP IaaS guide

* docs: Update the GCP GKE guide

* docs: Update the TKE guide

* docs: Remove a note from the TKE guide

* docs: Continue  updating the Azure AKS guide

* docs: Continue  updating the Azure AKS guide

* docs: Finish updating the Azure AKS guide

* docs: Update the MAAS guide

* docs: Update the Nutanix guide

* chore: Fix a broken anchor

* chore: Implement the Vale feedback

* chore: Fix more broken anchors

* chore: Fix even more broken anchors

* docs: Implement peer review

* docs: address PE-4011 and PE-3874 (#2398)

* docs: address PE-4011

* docs: add PE-3874

* address review comments

---------

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

* docs: add section for custom image registry options (#2386)

* docs: add content for custom image registries

* fix broken link

* docs: add prerequisites

* add corrections

* add redirects

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* address review comments

* docs: add instructions for using palette edge cli

* fix broken links

* add clarification

* docs: add clarifications

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: add rook ceph documentation (#2412)

* docs: add rook ceph documentation

* docs: small edit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* prettier

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: Update the PXK and PXK-E packs docs (#2423)

* docs: Update the PXK and PXK-E packs docs

* docs: Implement Vale feedback

* chore: Fix gitleaks

* docs: Update the K3s and RKE2 packs docs

* docs: DOC-1090 PCP-2590 PE-3943  4.3 Release Notes (#2342)

* docs: DOC-1090

* save

* docs: PCP-2590

* chore: branch switch

* docs: save

* docs: more content

* chore: save

* chore: added css property

* chore: added TechnicalPreviewReleaseNoteBadge component

* docs: ready to implement

* chore: updated README

* docs: new content

* docs: more content

* chore: added packs

* docs: added reference page

* docs: fixed vertex label

* docs: fixed broken link

* docs: update

* docs: updated packs

* chore: updated release notes

* docs: added new links

* docs: updated release notes with PCG update

* chore: vale feedback

* chore: fix jest

* modify private external registry bullet

* docs: Apply suggestions from code review

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

* docs: feedback

---------

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

* docs: change edge harbor hardware requirements (#2413)

* docs: change edge harbor hardware requirements

* fix unfinished sentence

* clarify single node

* add fixes

---------

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

* docs: PLT-1100 added docs for Palette EC install (#2428)

* docs: PLT-1100 added docs for Palette EC install

* docs: add VerteX steps

* chore: fixed gitleaks

* chore: gitleaks

* chore: revert eager load removal

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: fix find/replace issue

* docs: merge master and DOC-1117

* docs: updated release notes

* Update download URLs (#2481)

* docs: Update download URLs

* docs: Edit a missed version reference

* docs: document how to generate FIPS-compliant Edge artifacts (#2462)

* docs: WIP fips images

* docs: fips first draft

* docs: fips-canvos

* docs: add fips instructions

* docs: fix tabs issue

* docs: copyedits

* fix vale issues

* docs: minor edits

* fix vale

* fix step numbering

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* make format

* clarify pxk-e

* punctuation

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: update open source licenses list (#2485)

* docs: add update cluster section (#2482)

* docs: add update cluster section

* docs: apply suggestions from review

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add suggestions from pr review

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1127 (#2486)

* docs: DOC-1127

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: fix format issue

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add note to change Longhorn images to reference harbor (#2497)

* docs: add requirement to change longhorn image base URL

* Update docs/docs-content/integrations/longhorn.md

* Update docs/docs-content/integrations/longhorn.md

* move procedure to usage

* fix syntax issue

---------

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

* chore: update release notes date

* docs: add cluster upgrade note (#2588)

* docs: add cluster upgrade note

* edit for completeness

---------

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

* docs: DOC-1133 (#2582)

* docs: DOC-1133

* chore: added steps

* docs: updated steps

* docs: vale feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: prettier fix

* Apply suggestions from code review

---------

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

* chore: updated PCG version

* docs: add security section (#2611)

* docs: add rook-ceph known issue (#2601)

* docs: add rook-ceph known issue

* docs: fix vale issues

* minor edit

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* implement suggestions

* add meta description

---------

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

* docs: add Arm64 known issue (#2614)

* docs: add arm64 limitation

* modify phrasing

---------

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

* docs: clarify arm64 support (#2616)

* docs: clarify arm64 support

* fix typo

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

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

* save

* chore:  jest fix

* chore: revert fuse

* docs: PCP-2797  PLT-1127 updates to release notes (#2613)

* docs: updates to release notes

* docs: updated

* chore: update

* docs: PCP-2797

* docs: updated binaries list

* chore: updated release notes

* docs: cli updates

* docs:  PLT-1127

* chore: vale feedback

* chore: more vale feedback

* Apply suggestions from code review

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

* chore: fix format

---------

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

* docs: 4.3 security advisories (#2615)

* 4.3 security advisories

* docs: apply style guide

* docs: fix grammar

* chore: minor clarification

* chore: fix typo

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: PE-4239

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Fayas Ahamed <fayasmech@gmail.com>
lennessyy added a commit that referenced this pull request Jun 6, 2024
* feat: release 4.3

* docs: add instructions for first boot tui (#2141)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md

* make format

* add additional detail

* docs: add changes to tui

* add installer reference

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update Nutanix Docs to capture changes in the cluster creation workflows (#2226)

* chore: Fix alignment in all Nutanix topics

* chore: Fix command template

* docs: Interim progress for the new Nutanix cluster creation UI

* docs: Finish describing fields for node pool configuration

* Apply suggestions from code review

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

* chore: Fix formatting

* docs: Change the optional field description

---------

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

* docs: add cluster update behavior (#2134)

* docs: airgap refactor DOC-1044 DOC-1043 DOC-973

* docs: updated diagram

* chore: more content

* docs: added more steps

* chore: save

* chore: save

* chore: merged master

* docs: more step

* save

* docs: updated airgap VMware step

* docs: DOC-1044 metalLB limitation

* docs: DOC-1043 Grafana issue

* docs: language cleanup

* docs: ready for ent refactpr

* docs: added OVAs

* docs: prep for palette airgap

* docs: save

* docs: final touches

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback - manual

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: ready for merge

* chore: prettier fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add cluster update behavior

* chore: added missing refactor page (#2137)

* chore: added missing refactor page

* chore: vale feedback

* add repage behavior

* fix linking issue

* address vale comments

* Apply suggestions from code review

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

* incorporate feedback

* docs: change minimum disk size for Edge (#2132)

* change minimum disk size

* Update docs/docs-content/clusters/edge/architecture.md

---------

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

* change li elements

* run prettier

* fix orphan

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: PEM-4571 multi-account (#2296)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* Apply suggestions from code review

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

* docs: PM feedback

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PEM-4571 Password Blocklist (#2304)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* docs: PEM-4299

* chore: pwd lenght

* docs: updated content

* docs: apply suggestions from code review

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

* docs: added blocklist content to Palette

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PCP-2510 Konvoy (#2319)

* docs: PCP-2510

* docs: added folders

* docs: added more content

* docs: konvoy build steps

* docs: minor adjustment

* docs: added packs page

* docs: merged release-4-3

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: document EMC API endpoints (#2340)

* chore: edge API WIP

* modify emc api

* modify base URL

* clean up script to generate edge API

* update emc swagger file

* Update docs/api-content/api-docs/1-introduction.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/api-content/api-docs/1-introduction.md

* docs: removed TP from H2 heading

* chore: adding tech previw callout

---------

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

* docs: document namespace-based image swap diabling (#2352)

* docs: add imageswap disabling documentation

* slight edits

* Vale comments

* nginx

* typo

* mode content out of tab

* Update docs/docs-content/integrations/harbor-edge.md

* address review comments

* fix typo

* add example

* Update docs/docs-content/integrations/harbor-edge.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

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

* docs: PCP-2494 custom MAAS Endpoint (#2363)

* docs: PCP-2494 content

* docs: vale feedback

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2494

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2607 (#2369)

* docs: document edge management console (#2186)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* add emc login functionality

* add draft on customizing ui

* add steps on creating local cluster

* modify build artifacts step

* docs: write about provider images

* add steps for building iso

* edit provider image

* docs: add upload content

* fix bad quotes

* fix broken link

* minor fixes

* add credential providing instructions

* fix tab item issue

* add instructions for exporting cluster definition

* add arg files instructions

* fix repeated word

* Optimised images with calibre/image-actions

* add info note on provider images page

* modify wording about user data

* add proxy configuration steps

* add new changes

* repeated word

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* small changes

* work on feedback

* Optimised images with calibre/image-actions

* Address feedback

* fix broken links

* fix broken links

* address comments

* address feedback

* address more comments

* address review comments

* add QR code registration back

* add note about proxy setting after reset

* add note about local registry

* Optimised images with calibre/image-actions

* docs: add note about duplicate profile layers

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

* fix tui acronym use

* docs: fix prereq

* update diagram

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: 4.3 API Docs (#2376)

* 4.3 API Docs

* chore: fix prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update the TechPreview component to also accept custom text (#2377) (#2379)

* chore: Update the TechPreview component to also accept custom text

* chore: Fix the linter warning and clean up CSS a bit

* docs:  PLT-1080 FIPS Validate Command (#2384)

* save

* docs: PLT-1080

* docs: add more content

* docs: updates

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add the command to bring up TUI before cluster deployment (#2387)

* docs: add tui day 2 instructions

* minor edits

* Update docs/docs-content/clusters/edge/site-deployment/initial-setup.md

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

---------

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

* Cluster Profile Variables (#2343)

* docs: Prelim profile variables topic placement + fix alignment in the Profiles section

* docs: Profile variables draft

* docs: Implement Vale review

* Optimised images with calibre/image-actions

* docs: Implement SME review and edit the text a bit

* docs: Define profile variables in the glossary

* docs: Implement peer review

* Optimised images with calibre/image-actions

* docs: Update the structure

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: DOC-1100 validator updates (#2388)

* docs: validator updates

* docs: update describe section

* docs: added example

* docs: added more context to the upgrade command

* docs: aDOC-1100 apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: replace EMC with local ui (#2392)

* replace EMC with local UI

* change filename to local-ui.md

* fix broken anchors

* fix broken link

* make local ui common noun

* common noun local ui

* fix typos

* change edge host API name

---------

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

* Change EMC to local UI and fix all links (#2406)

* chore: Fix link formatting

* chore: Change EMC to local UI and fix all links

* Update cluster creation guides + Refactor Azure AKS (#2405)

* docs: Update the AWS EKS guide

* docs: Update the AWS IaaS guide

* docs: Update the Azure IaaS guide

* docs: Start updating the Azure AKS guide

* docs: Update the GCP IaaS guide

* docs: Update the GCP GKE guide

* docs: Update the TKE guide

* docs: Remove a note from the TKE guide

* docs: Continue  updating the Azure AKS guide

* docs: Continue  updating the Azure AKS guide

* docs: Finish updating the Azure AKS guide

* docs: Update the MAAS guide

* docs: Update the Nutanix guide

* chore: Fix a broken anchor

* chore: Implement the Vale feedback

* chore: Fix more broken anchors

* chore: Fix even more broken anchors

* docs: Implement peer review

* docs: address PE-4011 and PE-3874 (#2398)

* docs: address PE-4011

* docs: add PE-3874

* address review comments

---------

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

* docs: add section for custom image registry options (#2386)

* docs: add content for custom image registries

* fix broken link

* docs: add prerequisites

* add corrections

* add redirects

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* address review comments

* docs: add instructions for using palette edge cli

* fix broken links

* add clarification

* docs: add clarifications

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: add rook ceph documentation (#2412)

* docs: add rook ceph documentation

* docs: small edit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* prettier

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: Update the PXK and PXK-E packs docs (#2423)

* docs: Update the PXK and PXK-E packs docs

* docs: Implement Vale feedback

* chore: Fix gitleaks

* docs: Update the K3s and RKE2 packs docs

* docs: DOC-1090 PCP-2590 PE-3943  4.3 Release Notes (#2342)

* docs: DOC-1090

* save

* docs: PCP-2590

* chore: branch switch

* docs: save

* docs: more content

* chore: save

* chore: added css property

* chore: added TechnicalPreviewReleaseNoteBadge component

* docs: ready to implement

* chore: updated README

* docs: new content

* docs: more content

* chore: added packs

* docs: added reference page

* docs: fixed vertex label

* docs: fixed broken link

* docs: update

* docs: updated packs

* chore: updated release notes

* docs: added new links

* docs: updated release notes with PCG update

* chore: vale feedback

* chore: fix jest

* modify private external registry bullet

* docs: Apply suggestions from code review

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

* docs: feedback

---------

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

* docs: change edge harbor hardware requirements (#2413)

* docs: change edge harbor hardware requirements

* fix unfinished sentence

* clarify single node

* add fixes

---------

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

* docs: PLT-1100 added docs for Palette EC install (#2428)

* docs: PLT-1100 added docs for Palette EC install

* docs: add VerteX steps

* chore: fixed gitleaks

* chore: gitleaks

* chore: revert eager load removal

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: fix find/replace issue

* docs: merge master and DOC-1117

* docs: updated release notes

* Update download URLs (#2481)

* docs: Update download URLs

* docs: Edit a missed version reference

* docs: document how to generate FIPS-compliant Edge artifacts (#2462)

* docs: WIP fips images

* docs: fips first draft

* docs: fips-canvos

* docs: add fips instructions

* docs: fix tabs issue

* docs: copyedits

* fix vale issues

* docs: minor edits

* fix vale

* fix step numbering

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* make format

* clarify pxk-e

* punctuation

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: update open source licenses list (#2485)

* docs: add update cluster section (#2482)

* docs: add update cluster section

* docs: apply suggestions from review

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add suggestions from pr review

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1127 (#2486)

* docs: DOC-1127

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: fix format issue

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add note to change Longhorn images to reference harbor (#2497)

* docs: add requirement to change longhorn image base URL

* Update docs/docs-content/integrations/longhorn.md

* Update docs/docs-content/integrations/longhorn.md

* move procedure to usage

* fix syntax issue

---------

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

* chore: update release notes date

* generate keys

* add more content about keys

* docs: add information about keys

* Apply suggestions from code review

Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* add key table

* Update key-management.md

* enroll keys file start

* add instructions for exporting keys

* create skeleton documents

* docs: add install document

* add installation instructions

* docs: add additional pages to trusted boot

* remove redundant redirect

* make further updates to trusted boot

* change to webp

* update image format

* add boot diagram

* add resources to index page

* add image

* add image

* fix redirects

* arrange pages in order

* fix broken links

* add instructions for corporate CA

* update folder structure

* add two new topics

* partial update efi limit

* add instructions on how to add content

* add new image

* docs: update image format

* docs: add EFI check documentation

* docs: add warning for trusted boot

* docs: address vale

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: updated netlify.sh

* docs: incorporate feedback

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: address comments

* docs: edit for clarify

* copy edit

* docs: address comments

* docs: update images

* update image

* Optimised images with calibre/image-actions

* docs: fix image ref

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* update image

* update image

* Optimised images with calibre/image-actions

* docs: add limitation

* PE-4465 add warning about manual key enrollment

* docs: adjust page ordering

* docs: incorporate feedback

* docs: address review comments

* docs: address review comments

* docs: minor edits

* docs: minior edits

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: prettier format

* docs: copy edits

* docs: add crosslink

* docs: vale comments

* docs: fix typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: add links to parent pages

* docs: add preview flag to trusted boot

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: address feedback

* prettier formatting

* docs: add limitation and git link

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
lennessyy added a commit that referenced this pull request Jun 16, 2024
* feat: Splitting off a release branch for 4.4.x

* Update profile variables docs (#2729)

* docs: Interim on profile variable updates

* docs: Update the profile variables docs

* chore: Update image formats

* docs: Implement peer review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: Fix formatting

---------

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

* PLT-1117: Add Palette CLI Import docs (#2599)

* Add Palette CLI Import docs

* Add Import Reference within Commands

* chore: minor tocuhes

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: document new hw requirements (#2787)

* docs: added rl notes for 4.3.7 (#2715)

* docs: added rl notes for 4.3.7

* chore: vale suggestion

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

* Apply suggestions from code review

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

* docs: fixed format

---------

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

* chore: Fix broken links (#2778)

* fix indentation issue

* Revert "fix indentation issue"

This reverts commit f7e1d10.

* docs: add hardware requirements page

* fix build issue

* docs: fix broken anchors

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* incorporate suggestions

* increase boot size limit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* acronyms

* prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: PLT-1194 VerteX and RHEL (#2867)

* docs: PLT-1194

* chore: updated language

* chore: updated vertex install CLI video

* chore: test netlify drawer

* ci: add preview syntax

* chore: test  netlify trigger

* chote: test

* chore: more test

* chore: test new logic

* chore: more test

* chore: verify context

* chore: test new logic

* chore: fix logic

* chore: new logic

* chore: verify setting took effect

* save

* chore: save

* chore: test update logic

* more test

* chore: file rename

* chore: update

* chore: branch name

* chore: verify no new curl is made

* chore: update

* chore: updated

* chore: ready for merge

* chore: update comment

* chore: fix typo

* Day-2 operations for profile variables (#2911)

* docs: Profile variables day-2 draft

* docs: Replace relative links with absolute

* docs: Revert absolute paths to relative paths

* chore: Fix formatting

* docs: update palette 4.4 API docs (#2919)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: name change to palette tui (#2847)

* docs: change spectro edge console to tui

* docs: add glossary entry

---------

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

* chore: updated airgap video (#2904)

* docs: PEM-4569 (#2776)

* docs: PEM-4569

* chore: removed tke example with master

* chore: removed comment

* chore: fixed example format

* Update the self-hosted and VerteX upgrade matrices (#2923)

* docs: Update the self-hosted and VerteX upgrade matrices

* chore: Trigger Netlify (hopefully)

* docs: cert renewal airgap (#2883)

* docs: cert renewal first draft

* docs: add api call

* fix broken links

* docs: change section names

* docs: add a link to local ui page

* docs: address comments

* fix broken link

---------

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

* docs: Document Custom Links for Local UI (#2865)

* docs: document custom links for localui

* docs: add screenshot

* docs: fix custom link image issue

* docs: change to webp

* docs: emphasize absolute path

* docs: add custom link

* docs: add iframe accessibility warning

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* address vale

* address comments

* docs: call out ssl cert

---------

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>

* docs: PEM-5061 Document the KubeVirt CPU hotplug feature (#2945)

* docs: Structure and intro

* docs: KubeVirt CPU hotplug feature guide

* Optimised images with calibre/image-actions

* chore: Convert image

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/vm-management/create-manage-vm/standard-vm-operations/enable-cpu-hotplug.md

---------

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

* docs: local ui diagnostic tools (#2917)

* docs: local ui diagnostic tools

* docs: address vale

* docs: address vale and ablism

* Apply suggestions from code review

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

* docs: formatting

---------

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

* docs: document creating bind mount  (#2946)

* docs: add bind mount info

* docs: clarify edge requirements

* docs: fix broken anchor

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: change example

---------

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

* docs: Update the MicroK8s page to reflect 4.4 changes (#2805)

* docs: first draft of the microk8s pack page

* docs: first draft of the new microk8s page

* docs: rename image png->webp

* docs: vale feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: apply suggestions from code review

* docs: address pcp-2882 and pcp-2886 microk8s limitations

* docs: vale feedback

* docs: add known issues section, clean up upgrade section

* docs: small changes in the known issues section

* docs: small fix

* docs: remove known issues section and reference the global known issues page

* docs: add tech preview to microk8s pack page

* docs: comment out 1.28 tab as this version wont be included in 4.4

* docs: delete partials/index.ts file

---------

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

* docs: update pack version in the terraform snippet (#3003)

* docs: update pack version in the terraform snippet

* docs: fix prettier issue on metallb file

* docs: Edge mgmt api 4 4 (#3010)

* docs: update edge management api to 4.4

* docs: name change

* docs: name change

---------

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

* docs: add steps for new edge cli command (#2918)

* docs: add steps for new edge cli command

* fix broken links

* docs: add redirects

* fix broken links

* docs: address vale comments

* docs: move page to deprecated

* docs: swap api file

* docs: fix layout issue

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: fix typo

* docs: address feedback

* docs: add validate section

* docs: add paragraph about duplicate packs

* docs: fix typo

---------

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

* docs: document trusted boot (#2612)

* feat: release 4.3

* docs: add instructions for first boot tui (#2141)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md

* make format

* add additional detail

* docs: add changes to tui

* add installer reference

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update Nutanix Docs to capture changes in the cluster creation workflows (#2226)

* chore: Fix alignment in all Nutanix topics

* chore: Fix command template

* docs: Interim progress for the new Nutanix cluster creation UI

* docs: Finish describing fields for node pool configuration

* Apply suggestions from code review

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

* chore: Fix formatting

* docs: Change the optional field description

---------

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

* docs: add cluster update behavior (#2134)

* docs: airgap refactor DOC-1044 DOC-1043 DOC-973

* docs: updated diagram

* chore: more content

* docs: added more steps

* chore: save

* chore: save

* chore: merged master

* docs: more step

* save

* docs: updated airgap VMware step

* docs: DOC-1044 metalLB limitation

* docs: DOC-1043 Grafana issue

* docs: language cleanup

* docs: ready for ent refactpr

* docs: added OVAs

* docs: prep for palette airgap

* docs: save

* docs: final touches

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback - manual

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: ready for merge

* chore: prettier fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add cluster update behavior

* chore: added missing refactor page (#2137)

* chore: added missing refactor page

* chore: vale feedback

* add repage behavior

* fix linking issue

* address vale comments

* Apply suggestions from code review

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

* incorporate feedback

* docs: change minimum disk size for Edge (#2132)

* change minimum disk size

* Update docs/docs-content/clusters/edge/architecture.md

---------

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

* change li elements

* run prettier

* fix orphan

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: PEM-4571 multi-account (#2296)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* Apply suggestions from code review

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

* docs: PM feedback

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PEM-4571 Password Blocklist (#2304)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* docs: PEM-4299

* chore: pwd lenght

* docs: updated content

* docs: apply suggestions from code review

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

* docs: added blocklist content to Palette

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PCP-2510 Konvoy (#2319)

* docs: PCP-2510

* docs: added folders

* docs: added more content

* docs: konvoy build steps

* docs: minor adjustment

* docs: added packs page

* docs: merged release-4-3

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: document EMC API endpoints (#2340)

* chore: edge API WIP

* modify emc api

* modify base URL

* clean up script to generate edge API

* update emc swagger file

* Update docs/api-content/api-docs/1-introduction.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/api-content/api-docs/1-introduction.md

* docs: removed TP from H2 heading

* chore: adding tech previw callout

---------

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

* docs: document namespace-based image swap diabling (#2352)

* docs: add imageswap disabling documentation

* slight edits

* Vale comments

* nginx

* typo

* mode content out of tab

* Update docs/docs-content/integrations/harbor-edge.md

* address review comments

* fix typo

* add example

* Update docs/docs-content/integrations/harbor-edge.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

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

* docs: PCP-2494 custom MAAS Endpoint (#2363)

* docs: PCP-2494 content

* docs: vale feedback

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2494

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2607 (#2369)

* docs: document edge management console (#2186)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* add emc login functionality

* add draft on customizing ui

* add steps on creating local cluster

* modify build artifacts step

* docs: write about provider images

* add steps for building iso

* edit provider image

* docs: add upload content

* fix bad quotes

* fix broken link

* minor fixes

* add credential providing instructions

* fix tab item issue

* add instructions for exporting cluster definition

* add arg files instructions

* fix repeated word

* Optimised images with calibre/image-actions

* add info note on provider images page

* modify wording about user data

* add proxy configuration steps

* add new changes

* repeated word

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* small changes

* work on feedback

* Optimised images with calibre/image-actions

* Address feedback

* fix broken links

* fix broken links

* address comments

* address feedback

* address more comments

* address review comments

* add QR code registration back

* add note about proxy setting after reset

* add note about local registry

* Optimised images with calibre/image-actions

* docs: add note about duplicate profile layers

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

* fix tui acronym use

* docs: fix prereq

* update diagram

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: 4.3 API Docs (#2376)

* 4.3 API Docs

* chore: fix prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update the TechPreview component to also accept custom text (#2377) (#2379)

* chore: Update the TechPreview component to also accept custom text

* chore: Fix the linter warning and clean up CSS a bit

* docs:  PLT-1080 FIPS Validate Command (#2384)

* save

* docs: PLT-1080

* docs: add more content

* docs: updates

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add the command to bring up TUI before cluster deployment (#2387)

* docs: add tui day 2 instructions

* minor edits

* Update docs/docs-content/clusters/edge/site-deployment/initial-setup.md

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

---------

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

* Cluster Profile Variables (#2343)

* docs: Prelim profile variables topic placement + fix alignment in the Profiles section

* docs: Profile variables draft

* docs: Implement Vale review

* Optimised images with calibre/image-actions

* docs: Implement SME review and edit the text a bit

* docs: Define profile variables in the glossary

* docs: Implement peer review

* Optimised images with calibre/image-actions

* docs: Update the structure

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: DOC-1100 validator updates (#2388)

* docs: validator updates

* docs: update describe section

* docs: added example

* docs: added more context to the upgrade command

* docs: aDOC-1100 apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: replace EMC with local ui (#2392)

* replace EMC with local UI

* change filename to local-ui.md

* fix broken anchors

* fix broken link

* make local ui common noun

* common noun local ui

* fix typos

* change edge host API name

---------

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

* Change EMC to local UI and fix all links (#2406)

* chore: Fix link formatting

* chore: Change EMC to local UI and fix all links

* Update cluster creation guides + Refactor Azure AKS (#2405)

* docs: Update the AWS EKS guide

* docs: Update the AWS IaaS guide

* docs: Update the Azure IaaS guide

* docs: Start updating the Azure AKS guide

* docs: Update the GCP IaaS guide

* docs: Update the GCP GKE guide

* docs: Update the TKE guide

* docs: Remove a note from the TKE guide

* docs: Continue  updating the Azure AKS guide

* docs: Continue  updating the Azure AKS guide

* docs: Finish updating the Azure AKS guide

* docs: Update the MAAS guide

* docs: Update the Nutanix guide

* chore: Fix a broken anchor

* chore: Implement the Vale feedback

* chore: Fix more broken anchors

* chore: Fix even more broken anchors

* docs: Implement peer review

* docs: address PE-4011 and PE-3874 (#2398)

* docs: address PE-4011

* docs: add PE-3874

* address review comments

---------

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

* docs: add section for custom image registry options (#2386)

* docs: add content for custom image registries

* fix broken link

* docs: add prerequisites

* add corrections

* add redirects

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* address review comments

* docs: add instructions for using palette edge cli

* fix broken links

* add clarification

* docs: add clarifications

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: add rook ceph documentation (#2412)

* docs: add rook ceph documentation

* docs: small edit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* prettier

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: Update the PXK and PXK-E packs docs (#2423)

* docs: Update the PXK and PXK-E packs docs

* docs: Implement Vale feedback

* chore: Fix gitleaks

* docs: Update the K3s and RKE2 packs docs

* docs: DOC-1090 PCP-2590 PE-3943  4.3 Release Notes (#2342)

* docs: DOC-1090

* save

* docs: PCP-2590

* chore: branch switch

* docs: save

* docs: more content

* chore: save

* chore: added css property

* chore: added TechnicalPreviewReleaseNoteBadge component

* docs: ready to implement

* chore: updated README

* docs: new content

* docs: more content

* chore: added packs

* docs: added reference page

* docs: fixed vertex label

* docs: fixed broken link

* docs: update

* docs: updated packs

* chore: updated release notes

* docs: added new links

* docs: updated release notes with PCG update

* chore: vale feedback

* chore: fix jest

* modify private external registry bullet

* docs: Apply suggestions from code review

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

* docs: feedback

---------

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

* docs: change edge harbor hardware requirements (#2413)

* docs: change edge harbor hardware requirements

* fix unfinished sentence

* clarify single node

* add fixes

---------

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

* docs: PLT-1100 added docs for Palette EC install (#2428)

* docs: PLT-1100 added docs for Palette EC install

* docs: add VerteX steps

* chore: fixed gitleaks

* chore: gitleaks

* chore: revert eager load removal

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: fix find/replace issue

* docs: merge master and DOC-1117

* docs: updated release notes

* Update download URLs (#2481)

* docs: Update download URLs

* docs: Edit a missed version reference

* docs: document how to generate FIPS-compliant Edge artifacts (#2462)

* docs: WIP fips images

* docs: fips first draft

* docs: fips-canvos

* docs: add fips instructions

* docs: fix tabs issue

* docs: copyedits

* fix vale issues

* docs: minor edits

* fix vale

* fix step numbering

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* make format

* clarify pxk-e

* punctuation

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: update open source licenses list (#2485)

* docs: add update cluster section (#2482)

* docs: add update cluster section

* docs: apply suggestions from review

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add suggestions from pr review

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1127 (#2486)

* docs: DOC-1127

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: fix format issue

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add note to change Longhorn images to reference harbor (#2497)

* docs: add requirement to change longhorn image base URL

* Update docs/docs-content/integrations/longhorn.md

* Update docs/docs-content/integrations/longhorn.md

* move procedure to usage

* fix syntax issue

---------

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

* chore: update release notes date

* generate keys

* add more content about keys

* docs: add information about keys

* Apply suggestions from code review

Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* add key table

* Update key-management.md

* enroll keys file start

* add instructions for exporting keys

* create skeleton documents

* docs: add install document

* add installation instructions

* docs: add additional pages to trusted boot

* remove redundant redirect

* make further updates to trusted boot

* change to webp

* update image format

* add boot diagram

* add resources to index page

* add image

* add image

* fix redirects

* arrange pages in order

* fix broken links

* add instructions for corporate CA

* update folder structure

* add two new topics

* partial update efi limit

* add instructions on how to add content

* add new image

* docs: update image format

* docs: add EFI check documentation

* docs: add warning for trusted boot

* docs: address vale

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: updated netlify.sh

* docs: incorporate feedback

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: address comments

* docs: edit for clarify

* copy edit

* docs: address comments

* docs: update images

* update image

* Optimised images with calibre/image-actions

* docs: fix image ref

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* update image

* update image

* Optimised images with calibre/image-actions

* docs: add limitation

* PE-4465 add warning about manual key enrollment

* docs: adjust page ordering

* docs: incorporate feedback

* docs: address review comments

* docs: address review comments

* docs: minor edits

* docs: minior edits

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: prettier format

* docs: copy edits

* docs: add crosslink

* docs: vale comments

* docs: fix typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: add links to parent pages

* docs: add preview flag to trusted boot

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: address feedback

* prettier formatting

* docs: add limitation and git link

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: record known issue regarding auto key enrollment

* Update the open-source licenses table (#3029)

* chore: Update the open-source licenses table

* chore: Trigger Netlify (hopefully)

* chore: Remove the partials file from release-4-4 (#3041)

* chore: updated versions script for next release

* docs:  DOC-1186 PCP-2886 4.4 Release Notes (#2873)

* docs: DOC-1186 PCP-2886

* docs: add microk8s known issues

* chore: updated notes

* save

* docs: updated release notes

* chore: updated release notes

* docs: add bc note

* docs: Start filling out the packs tables in RN

* docs: Update pack lists in the 4.4 release notes

* docs: Remove deprecated packs from the pack lists (added them by mistake)

* docs: Implement peer review

* chore: updated rl notes

* Add K8s 1.29.4 known issue

* docs: updated release notes

* chore: intro sentence

* chore: updates

* docs: comment out vertex

* docs: add known issue about manual enrollment

* chore: updated release notes

* docs: DOC-1208

* docs: document the rhel fips known issue (#3043)

* docs: document the rhel fips known issue

* remove accidental commit

* restore release notes

* docs: remove accidental change

* docs: add windows key combination

* Update docs/docs-content/troubleshooting/edge.md

* docs: add entry to global known issues

* docs: fix crosslink

---------

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

* chore: fix prettier

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback inline

* chore: added spacing to warning box

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: yuliiiah <horbenko.yuliya@gmail.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1186 PCP-2886 Minor Pack Updates (#3044)

* docs: DOC-1186 PCP-2886

* docs: add microk8s known issues

* chore: updated notes

* save

* docs: updated release notes

* chore: updated release notes

* docs: add bc note

* docs: Start filling out the packs tables in RN

* docs: Update pack lists in the 4.4 release notes

* docs: Remove deprecated packs from the pack lists (added them by mistake)

* docs: Implement peer review

* chore: updated rl notes

* Add K8s 1.29.4 known issue

* docs: updated release notes

* chore: intro sentence

* chore: updates

* docs: comment out vertex

* docs: add known issue about manual enrollment

* chore: updated release notes

* docs: DOC-1208

* docs: document the rhel fips known issue (#3043)

* docs: document the rhel fips known issue

* remove accidental commit

* restore release notes

* docs: remove accidental change

* docs: add windows key combination

* Update docs/docs-content/troubleshooting/edge.md

* docs: add entry to global known issues

* docs: fix crosslink

---------

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

* docs: pack updates

* chore: fix prettier

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback inline

* chore: added spacing to warning box

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: feedback update

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: yuliiiah <horbenko.yuliya@gmail.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* merge master

* docs: PPD-1446 new known issue (#3103)

* docs: new known issue

* chore: PPD-1446 added know issue entry

* docs: feedback

* chore: added troubleshooting steps

* docs: feedback

* docs: feedback

---------

Co-authored-by: Karl Cardenas <>

* Update the Palette and Edge CLIs download information (#3102)

* chore: Update the Palette CLI download info

* docs: added Edge CLI

* chore: Add the download link to Edge CLI

---------

Co-authored-by: Karl Cardenas <>

* docs: updated CLI

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: will <30413278+wcrum@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
nage1234 pushed a commit that referenced this pull request Jun 28, 2024
* feat: Splitting off a release branch for 4.4.x

* Update profile variables docs (#2729)

* docs: Interim on profile variable updates

* docs: Update the profile variables docs

* chore: Update image formats

* docs: Implement peer review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: Fix formatting

---------

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

* PLT-1117: Add Palette CLI Import docs (#2599)

* Add Palette CLI Import docs

* Add Import Reference within Commands

* chore: minor tocuhes

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: document new hw requirements (#2787)

* docs: added rl notes for 4.3.7 (#2715)

* docs: added rl notes for 4.3.7

* chore: vale suggestion

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

* Apply suggestions from code review

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

* docs: fixed format

---------

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

* chore: Fix broken links (#2778)

* fix indentation issue

* Revert "fix indentation issue"

This reverts commit f7e1d10.

* docs: add hardware requirements page

* fix build issue

* docs: fix broken anchors

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* incorporate suggestions

* increase boot size limit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* acronyms

* prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: PLT-1194 VerteX and RHEL (#2867)

* docs: PLT-1194

* chore: updated language

* chore: updated vertex install CLI video

* chore: test netlify drawer

* ci: add preview syntax

* chore: test  netlify trigger

* chote: test

* chore: more test

* chore: test new logic

* chore: more test

* chore: verify context

* chore: test new logic

* chore: fix logic

* chore: new logic

* chore: verify setting took effect

* save

* chore: save

* chore: test update logic

* more test

* chore: file rename

* chore: update

* chore: branch name

* chore: verify no new curl is made

* chore: update

* chore: updated

* chore: ready for merge

* chore: update comment

* chore: fix typo

* Day-2 operations for profile variables (#2911)

* docs: Profile variables day-2 draft

* docs: Replace relative links with absolute

* docs: Revert absolute paths to relative paths

* chore: Fix formatting

* docs: update palette 4.4 API docs (#2919)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: name change to palette tui (#2847)

* docs: change spectro edge console to tui

* docs: add glossary entry

---------

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

* chore: updated airgap video (#2904)

* docs: PEM-4569 (#2776)

* docs: PEM-4569

* chore: removed tke example with master

* chore: removed comment

* chore: fixed example format

* Update the self-hosted and VerteX upgrade matrices (#2923)

* docs: Update the self-hosted and VerteX upgrade matrices

* chore: Trigger Netlify (hopefully)

* docs: cert renewal airgap (#2883)

* docs: cert renewal first draft

* docs: add api call

* fix broken links

* docs: change section names

* docs: add a link to local ui page

* docs: address comments

* fix broken link

---------

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

* docs: Document Custom Links for Local UI (#2865)

* docs: document custom links for localui

* docs: add screenshot

* docs: fix custom link image issue

* docs: change to webp

* docs: emphasize absolute path

* docs: add custom link

* docs: add iframe accessibility warning

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* address vale

* address comments

* docs: call out ssl cert

---------

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>

* docs: PEM-5061 Document the KubeVirt CPU hotplug feature (#2945)

* docs: Structure and intro

* docs: KubeVirt CPU hotplug feature guide

* Optimised images with calibre/image-actions

* chore: Convert image

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/vm-management/create-manage-vm/standard-vm-operations/enable-cpu-hotplug.md

---------

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

* docs: local ui diagnostic tools (#2917)

* docs: local ui diagnostic tools

* docs: address vale

* docs: address vale and ablism

* Apply suggestions from code review

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

* docs: formatting

---------

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

* docs: document creating bind mount  (#2946)

* docs: add bind mount info

* docs: clarify edge requirements

* docs: fix broken anchor

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: change example

---------

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

* docs: Update the MicroK8s page to reflect 4.4 changes (#2805)

* docs: first draft of the microk8s pack page

* docs: first draft of the new microk8s page

* docs: rename image png->webp

* docs: vale feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: apply suggestions from code review

* docs: address pcp-2882 and pcp-2886 microk8s limitations

* docs: vale feedback

* docs: add known issues section, clean up upgrade section

* docs: small changes in the known issues section

* docs: small fix

* docs: remove known issues section and reference the global known issues page

* docs: add tech preview to microk8s pack page

* docs: comment out 1.28 tab as this version wont be included in 4.4

* docs: delete partials/index.ts file

---------

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

* docs: update pack version in the terraform snippet (#3003)

* docs: update pack version in the terraform snippet

* docs: fix prettier issue on metallb file

* docs: Edge mgmt api 4 4 (#3010)

* docs: update edge management api to 4.4

* docs: name change

* docs: name change

---------

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

* docs: add steps for new edge cli command (#2918)

* docs: add steps for new edge cli command

* fix broken links

* docs: add redirects

* fix broken links

* docs: address vale comments

* docs: move page to deprecated

* docs: swap api file

* docs: fix layout issue

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: fix typo

* docs: address feedback

* docs: add validate section

* docs: add paragraph about duplicate packs

* docs: fix typo

---------

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

* docs: document trusted boot (#2612)

* feat: release 4.3

* docs: add instructions for first boot tui (#2141)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md

* make format

* add additional detail

* docs: add changes to tui

* add installer reference

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update Nutanix Docs to capture changes in the cluster creation workflows (#2226)

* chore: Fix alignment in all Nutanix topics

* chore: Fix command template

* docs: Interim progress for the new Nutanix cluster creation UI

* docs: Finish describing fields for node pool configuration

* Apply suggestions from code review

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

* chore: Fix formatting

* docs: Change the optional field description

---------

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

* docs: add cluster update behavior (#2134)

* docs: airgap refactor DOC-1044 DOC-1043 DOC-973

* docs: updated diagram

* chore: more content

* docs: added more steps

* chore: save

* chore: save

* chore: merged master

* docs: more step

* save

* docs: updated airgap VMware step

* docs: DOC-1044 metalLB limitation

* docs: DOC-1043 Grafana issue

* docs: language cleanup

* docs: ready for ent refactpr

* docs: added OVAs

* docs: prep for palette airgap

* docs: save

* docs: final touches

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback - manual

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: ready for merge

* chore: prettier fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add cluster update behavior

* chore: added missing refactor page (#2137)

* chore: added missing refactor page

* chore: vale feedback

* add repage behavior

* fix linking issue

* address vale comments

* Apply suggestions from code review

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

* incorporate feedback

* docs: change minimum disk size for Edge (#2132)

* change minimum disk size

* Update docs/docs-content/clusters/edge/architecture.md

---------

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

* change li elements

* run prettier

* fix orphan

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: PEM-4571 multi-account (#2296)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* Apply suggestions from code review

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

* docs: PM feedback

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PEM-4571 Password Blocklist (#2304)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* docs: PEM-4299

* chore: pwd lenght

* docs: updated content

* docs: apply suggestions from code review

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

* docs: added blocklist content to Palette

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PCP-2510 Konvoy (#2319)

* docs: PCP-2510

* docs: added folders

* docs: added more content

* docs: konvoy build steps

* docs: minor adjustment

* docs: added packs page

* docs: merged release-4-3

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: document EMC API endpoints (#2340)

* chore: edge API WIP

* modify emc api

* modify base URL

* clean up script to generate edge API

* update emc swagger file

* Update docs/api-content/api-docs/1-introduction.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/api-content/api-docs/1-introduction.md

* docs: removed TP from H2 heading

* chore: adding tech previw callout

---------

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

* docs: document namespace-based image swap diabling (#2352)

* docs: add imageswap disabling documentation

* slight edits

* Vale comments

* nginx

* typo

* mode content out of tab

* Update docs/docs-content/integrations/harbor-edge.md

* address review comments

* fix typo

* add example

* Update docs/docs-content/integrations/harbor-edge.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

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

* docs: PCP-2494 custom MAAS Endpoint (#2363)

* docs: PCP-2494 content

* docs: vale feedback

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2494

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2607 (#2369)

* docs: document edge management console (#2186)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* add emc login functionality

* add draft on customizing ui

* add steps on creating local cluster

* modify build artifacts step

* docs: write about provider images

* add steps for building iso

* edit provider image

* docs: add upload content

* fix bad quotes

* fix broken link

* minor fixes

* add credential providing instructions

* fix tab item issue

* add instructions for exporting cluster definition

* add arg files instructions

* fix repeated word

* Optimised images with calibre/image-actions

* add info note on provider images page

* modify wording about user data

* add proxy configuration steps

* add new changes

* repeated word

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* small changes

* work on feedback

* Optimised images with calibre/image-actions

* Address feedback

* fix broken links

* fix broken links

* address comments

* address feedback

* address more comments

* address review comments

* add QR code registration back

* add note about proxy setting after reset

* add note about local registry

* Optimised images with calibre/image-actions

* docs: add note about duplicate profile layers

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

* fix tui acronym use

* docs: fix prereq

* update diagram

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: 4.3 API Docs (#2376)

* 4.3 API Docs

* chore: fix prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update the TechPreview component to also accept custom text (#2377) (#2379)

* chore: Update the TechPreview component to also accept custom text

* chore: Fix the linter warning and clean up CSS a bit

* docs:  PLT-1080 FIPS Validate Command (#2384)

* save

* docs: PLT-1080

* docs: add more content

* docs: updates

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add the command to bring up TUI before cluster deployment (#2387)

* docs: add tui day 2 instructions

* minor edits

* Update docs/docs-content/clusters/edge/site-deployment/initial-setup.md

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

---------

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

* Cluster Profile Variables (#2343)

* docs: Prelim profile variables topic placement + fix alignment in the Profiles section

* docs: Profile variables draft

* docs: Implement Vale review

* Optimised images with calibre/image-actions

* docs: Implement SME review and edit the text a bit

* docs: Define profile variables in the glossary

* docs: Implement peer review

* Optimised images with calibre/image-actions

* docs: Update the structure

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: DOC-1100 validator updates (#2388)

* docs: validator updates

* docs: update describe section

* docs: added example

* docs: added more context to the upgrade command

* docs: aDOC-1100 apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: replace EMC with local ui (#2392)

* replace EMC with local UI

* change filename to local-ui.md

* fix broken anchors

* fix broken link

* make local ui common noun

* common noun local ui

* fix typos

* change edge host API name

---------

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

* Change EMC to local UI and fix all links (#2406)

* chore: Fix link formatting

* chore: Change EMC to local UI and fix all links

* Update cluster creation guides + Refactor Azure AKS (#2405)

* docs: Update the AWS EKS guide

* docs: Update the AWS IaaS guide

* docs: Update the Azure IaaS guide

* docs: Start updating the Azure AKS guide

* docs: Update the GCP IaaS guide

* docs: Update the GCP GKE guide

* docs: Update the TKE guide

* docs: Remove a note from the TKE guide

* docs: Continue  updating the Azure AKS guide

* docs: Continue  updating the Azure AKS guide

* docs: Finish updating the Azure AKS guide

* docs: Update the MAAS guide

* docs: Update the Nutanix guide

* chore: Fix a broken anchor

* chore: Implement the Vale feedback

* chore: Fix more broken anchors

* chore: Fix even more broken anchors

* docs: Implement peer review

* docs: address PE-4011 and PE-3874 (#2398)

* docs: address PE-4011

* docs: add PE-3874

* address review comments

---------

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

* docs: add section for custom image registry options (#2386)

* docs: add content for custom image registries

* fix broken link

* docs: add prerequisites

* add corrections

* add redirects

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* address review comments

* docs: add instructions for using palette edge cli

* fix broken links

* add clarification

* docs: add clarifications

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: add rook ceph documentation (#2412)

* docs: add rook ceph documentation

* docs: small edit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* prettier

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: Update the PXK and PXK-E packs docs (#2423)

* docs: Update the PXK and PXK-E packs docs

* docs: Implement Vale feedback

* chore: Fix gitleaks

* docs: Update the K3s and RKE2 packs docs

* docs: DOC-1090 PCP-2590 PE-3943  4.3 Release Notes (#2342)

* docs: DOC-1090

* save

* docs: PCP-2590

* chore: branch switch

* docs: save

* docs: more content

* chore: save

* chore: added css property

* chore: added TechnicalPreviewReleaseNoteBadge component

* docs: ready to implement

* chore: updated README

* docs: new content

* docs: more content

* chore: added packs

* docs: added reference page

* docs: fixed vertex label

* docs: fixed broken link

* docs: update

* docs: updated packs

* chore: updated release notes

* docs: added new links

* docs: updated release notes with PCG update

* chore: vale feedback

* chore: fix jest

* modify private external registry bullet

* docs: Apply suggestions from code review

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

* docs: feedback

---------

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

* docs: change edge harbor hardware requirements (#2413)

* docs: change edge harbor hardware requirements

* fix unfinished sentence

* clarify single node

* add fixes

---------

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

* docs: PLT-1100 added docs for Palette EC install (#2428)

* docs: PLT-1100 added docs for Palette EC install

* docs: add VerteX steps

* chore: fixed gitleaks

* chore: gitleaks

* chore: revert eager load removal

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: fix find/replace issue

* docs: merge master and DOC-1117

* docs: updated release notes

* Update download URLs (#2481)

* docs: Update download URLs

* docs: Edit a missed version reference

* docs: document how to generate FIPS-compliant Edge artifacts (#2462)

* docs: WIP fips images

* docs: fips first draft

* docs: fips-canvos

* docs: add fips instructions

* docs: fix tabs issue

* docs: copyedits

* fix vale issues

* docs: minor edits

* fix vale

* fix step numbering

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* make format

* clarify pxk-e

* punctuation

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: update open source licenses list (#2485)

* docs: add update cluster section (#2482)

* docs: add update cluster section

* docs: apply suggestions from review

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add suggestions from pr review

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1127 (#2486)

* docs: DOC-1127

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: fix format issue

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add note to change Longhorn images to reference harbor (#2497)

* docs: add requirement to change longhorn image base URL

* Update docs/docs-content/integrations/longhorn.md

* Update docs/docs-content/integrations/longhorn.md

* move procedure to usage

* fix syntax issue

---------

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

* chore: update release notes date

* generate keys

* add more content about keys

* docs: add information about keys

* Apply suggestions from code review

Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* add key table

* Update key-management.md

* enroll keys file start

* add instructions for exporting keys

* create skeleton documents

* docs: add install document

* add installation instructions

* docs: add additional pages to trusted boot

* remove redundant redirect

* make further updates to trusted boot

* change to webp

* update image format

* add boot diagram

* add resources to index page

* add image

* add image

* fix redirects

* arrange pages in order

* fix broken links

* add instructions for corporate CA

* update folder structure

* add two new topics

* partial update efi limit

* add instructions on how to add content

* add new image

* docs: update image format

* docs: add EFI check documentation

* docs: add warning for trusted boot

* docs: address vale

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: updated netlify.sh

* docs: incorporate feedback

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: address comments

* docs: edit for clarify

* copy edit

* docs: address comments

* docs: update images

* update image

* Optimised images with calibre/image-actions

* docs: fix image ref

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* update image

* update image

* Optimised images with calibre/image-actions

* docs: add limitation

* PE-4465 add warning about manual key enrollment

* docs: adjust page ordering

* docs: incorporate feedback

* docs: address review comments

* docs: address review comments

* docs: minor edits

* docs: minior edits

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: prettier format

* docs: copy edits

* docs: add crosslink

* docs: vale comments

* docs: fix typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: add links to parent pages

* docs: add preview flag to trusted boot

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: address feedback

* prettier formatting

* docs: add limitation and git link

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: record known issue regarding auto key enrollment

* Update the open-source licenses table (#3029)

* chore: Update the open-source licenses table

* chore: Trigger Netlify (hopefully)

* chore: Remove the partials file from release-4-4 (#3041)

* chore: updated versions script for next release

* docs:  DOC-1186 PCP-2886 4.4 Release Notes (#2873)

* docs: DOC-1186 PCP-2886

* docs: add microk8s known issues

* chore: updated notes

* save

* docs: updated release notes

* chore: updated release notes

* docs: add bc note

* docs: Start filling out the packs tables in RN

* docs: Update pack lists in the 4.4 release notes

* docs: Remove deprecated packs from the pack lists (added them by mistake)

* docs: Implement peer review

* chore: updated rl notes

* Add K8s 1.29.4 known issue

* docs: updated release notes

* chore: intro sentence

* chore: updates

* docs: comment out vertex

* docs: add known issue about manual enrollment

* chore: updated release notes

* docs: DOC-1208

* docs: document the rhel fips known issue (#3043)

* docs: document the rhel fips known issue

* remove accidental commit

* restore release notes

* docs: remove accidental change

* docs: add windows key combination

* Update docs/docs-content/troubleshooting/edge.md

* docs: add entry to global known issues

* docs: fix crosslink

---------

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

* chore: fix prettier

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback inline

* chore: added spacing to warning box

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: yuliiiah <horbenko.yuliya@gmail.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1186 PCP-2886 Minor Pack Updates (#3044)

* docs: DOC-1186 PCP-2886

* docs: add microk8s known issues

* chore: updated notes

* save

* docs: updated release notes

* chore: updated release notes

* docs: add bc note

* docs: Start filling out the packs tables in RN

* docs: Update pack lists in the 4.4 release notes

* docs: Remove deprecated packs from the pack lists (added them by mistake)

* docs: Implement peer review

* chore: updated rl notes

* Add K8s 1.29.4 known issue

* docs: updated release notes

* chore: intro sentence

* chore: updates

* docs: comment out vertex

* docs: add known issue about manual enrollment

* chore: updated release notes

* docs: DOC-1208

* docs: document the rhel fips known issue (#3043)

* docs: document the rhel fips known issue

* remove accidental commit

* restore release notes

* docs: remove accidental change

* docs: add windows key combination

* Update docs/docs-content/troubleshooting/edge.md

* docs: add entry to global known issues

* docs: fix crosslink

---------

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

* docs: pack updates

* chore: fix prettier

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback inline

* chore: added spacing to warning box

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: feedback update

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: yuliiiah <horbenko.yuliya@gmail.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* merge master

* docs: PPD-1446 new known issue (#3103)

* docs: new known issue

* chore: PPD-1446 added know issue entry

* docs: feedback

* chore: added troubleshooting steps

* docs: feedback

* docs: feedback

---------

Co-authored-by: Karl Cardenas <>

* Update the Palette and Edge CLIs download information (#3102)

* chore: Update the Palette CLI download info

* docs: added Edge CLI

* chore: Add the download link to Edge CLI

---------

Co-authored-by: Karl Cardenas <>

* docs: updated CLI

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: will <30413278+wcrum@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.3 4.3 Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants