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

Repave clarifications #1548

Merged
merged 5 commits into from
Sep 20, 2023
Merged

Repave clarifications #1548

merged 5 commits into from
Sep 20, 2023

Conversation

cloudmaniac
Copy link
Contributor

Describe the Change

This PR clarifies the different types of repave that can happen in a cluster.


* Control plane repave: takes place when specific alterations are made to the Kubernetes configuration, such as changing the apiServer specification, or when there are changes in the hardware specifications of the master nodes (e.g., during a scale-up operation or when changing from an instance to another). Only control plane nodes are repaved, one by one.
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.Latin] Use 'for example' instead of 'e.g.'.

Copy link
Contributor

Choose a reason for hiding this comment

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

do you mean "instance type"? Last sentence can be "Control plane nodes will be repaved sequentially."

Copy link
Contributor

Choose a reason for hiding this comment

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

also, avoid word "master", we can use control plane nodes as the term?


* Worker node pool repave: takes place when alterations to the specification of a particular node pool render the existing nodes incompatible with the pool's criteria. For instance, changing the hardware specifications of a worker pool. In this case, nodes within the affected pool are sequentially replaced with new nodes that meet the updated pool specifications.

* Full cluster repave: occurs if any changes are made to the OS layer or if there are modifications to the Kubernetes layer that impact all nodes (e.g., upgrading to a different version of Kubernetes). In a full cluster repaving, all nodes across all pools, including the control plane, undergo repaving one by one, with control plane nodes taking precedence, followed by worker pool nodes.
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.Latin] Use 'for example' instead of 'e.g.'.

@netlify
Copy link

netlify bot commented Sep 14, 2023

Deploy Preview for docs-spectrocloud ready!

Name Link
🔨 Latest commit 6cb181c
🔍 Latest deploy log https://app.netlify.com/sites/docs-spectrocloud/deploys/650b68fd62c2000008f4b554
😎 Deploy Preview https://deploy-preview-1548--docs-spectrocloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@karl-cardenas-coding karl-cardenas-coding marked this pull request as draft September 14, 2023 16:21
Copy link
Contributor

@kreeuwijk kreeuwijk left a comment

Choose a reason for hiding this comment

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

LGTM

@cloudmaniac cloudmaniac removed the do-not-merge/work-in-progress Work in-progress. DO NOT MERGE label Sep 17, 2023
@cloudmaniac
Copy link
Contributor Author

@karl-cardenas-coding This can be merged if you're good with the language

Copy link
Contributor

@ritawatson ritawatson left a comment

Choose a reason for hiding this comment

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

There are some comments to address before this PR can be merged.

docs/docs-content/clusters/cluster-management/node-pool.md Outdated Show resolved Hide resolved
docs/docs-content/clusters/cluster-management/node-pool.md Outdated Show resolved Hide resolved
docs/docs-content/clusters/cluster-management/node-pool.md Outdated Show resolved Hide resolved
docs/docs-content/clusters/cluster-management/node-pool.md Outdated Show resolved Hide resolved
docs/docs-content/clusters/cluster-management/node-pool.md Outdated Show resolved Hide resolved
docs/docs-content/clusters/cluster-management/node-pool.md Outdated Show resolved Hide resolved
docs/docs-content/glossary-all.md Outdated Show resolved Hide resolved
@@ -24,6 +25,8 @@ Palette performs a rolling upgrade on nodes when it detects a change in the `kub
* Changes in instance types
* Certificate renewal

Different types of repaving operations may occur, contingent upon the actions that trigger them. For detailed information, review the node pools [page](/clusters/cluster-management/node-pool/#repave-behavior-and-configuration).
Copy link
Contributor

@ritawatson ritawatson Sep 18, 2023

Choose a reason for hiding this comment

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

Suggested change
Different types of repaving operations may occur, contingent upon the actions that trigger them. For detailed information, review the node pools [page](/clusters/cluster-management/node-pool/#repave-behavior-and-configuration).
Different types of repaving operations may occur, depending on what causes them. Review [Node Pools](../clusters/cluster-management/node-pool.md#repave-behavior-and-configuration) for detailed information.

Copy link
Contributor Author

@cloudmaniac cloudmaniac left a comment

Choose a reason for hiding this comment

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

Accepted suggestions

@karl-cardenas-coding karl-cardenas-coding marked this pull request as ready for review September 20, 2023 21:50
@karl-cardenas-coding karl-cardenas-coding added backport-version-4-0 Backport change to version 4.0 auto-backport Enable backport backport-version-3-4 Backport change to version 3.4 labels Sep 20, 2023

* **Control plane repave**: This takes place when certain changes are made to the Kubernetes configuration, such as changing the **apiServer** specification. This type of repave also occurs when there are changes in the hardware specifications of the control plane nodes, such as during a node scale-up operation or when changing from one instance type to another. Control plane nodes are repaved sequentially.

* **Worker node pool repave**: This happens when changes to a node pool's specifications cause the the existing nodes to become incompatible with the pool's specified criteria. For instance, changing the hardware specifications of a worker pool. Nodes within the affected pool are sequentially replaced with new nodes that meet the updated specifications.
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.Repetition] 'the' is repeated!

@karl-cardenas-coding karl-cardenas-coding merged commit 3657d0f into master Sep 20, 2023
13 of 14 checks passed
@karl-cardenas-coding karl-cardenas-coding deleted the repave-update branch September 20, 2023 22:00
vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request Sep 20, 2023
* Repave clarifications

* Address feedback on repave

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
(cherry picked from commit 3657d0f)
@vault-token-factory-spectrocloud
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
version-4-0
version-3-4 Backport failed because of merge conflicts

You might need to backport the following PRs to version-3-4:
- docs: updated URLs to use file path context

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

backport --pr 1548

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

karl-cardenas-coding pushed a commit that referenced this pull request Sep 20, 2023
* Repave clarifications

* Address feedback on repave

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
(cherry picked from commit 3657d0f)

Co-authored-by: Romain Decker <deckerromain@gmail.com>
karl-cardenas-coding added a commit that referenced this pull request Sep 20, 2023
* Repave clarifications

* Address feedback on repave

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
ritawatson added a commit that referenced this pull request Oct 17, 2023
* chore: docusaurus migration :rocket

* migrate from docs-prototype

* chore: added gitleaks entry

* ci: updated release yaml

* change headings

* remove comment

* add querysting to check tabs

* update excluded content

* remove duplicate generate-api-docs

* change dev server port

* change readme

* docs: reviewed and refactored headings

* docs: release notes completed

* docs: completed architecture section review

* docs: audit section reviewed

* docs: updated cluster profile section

* docs: fixed audit and arch after spacing update

* docs: clusters index pages

* docs: completed aws review

* docs: azure section reviewed

* docs: reviewed GCP section

* docs: public cloud completed

* docs: maas section reviewed

* docs: edge 2/3 complete

* docs: completed edge

* docs: imported clusters reviewed

* docs: cluster management -1/2

* docs: cluster management completed

* docs: cluster groups complete

* docs: virtual clusters reviewed

* docs: manage dev engine reviewed.

* docs: palette virtual cluster reviewed

* docs: reviewed pde apps

* docs: devx section complete

* docs: self-hosted palette reviewed

* docs: getting started reviewed

* docs: updated deprecated table and page

* docs: updated table

* docs: packs 1/2

* docs: packs completed

* docs: all sections reviewed

* docs: redirect fixes

* chore: fix redirect

* chore: fixed make file

* ci: added missing env

* docs: vale suggestions

* docs: fixed tab issue on selected pages

* docs: DOC-862 DOC-861 and other tab changes

* api page  width and add python language

* add python language and remove article max-width

---------

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

* chore: merge comple

* chore: merge fixes

* chore: compile complete

* Change edit URL (#1513)

* change edit url and remove autogenerated sidebar.js file

* add sidebar.js to gitignore

* New CVE's - Security Bulletin (#1510)

* New CVE's - Security Bulletin

* docs: order and language fixes

* docs: bulleting lanaguage fixed

* docs: DOC-859 security update

* docs: made titles unique

* docs: title fix

* chore: refactor code base

---------

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

* Feedback (#1514)

* complete feedback

* complete feedback

* chore: fixed broken URLs (#1518)

* chore: fixed broken URLs

* ci: added codeowners file

* Refactor MetalLB with Docusaurus  (#1517)

* Applied Docusaurus

* chore: fixed component elements

* Apply suggestions from code review

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

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

* Added PR review comments

* Added more context to prerequisite

* Add context for prereq. in both tabs

---------

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

* docs: backup and restore refactor

* docs: initial commit and add details on creating iam role for backup

* Optimised images with calibre/image-actions

* docs: aws backup finished

* Optimised images with calibre/image-actions

* docs: gcp azure minio and other how to refactored

* Optimised images with calibre/image-actions

* Apply suggestions from code review

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

* docs: typos

* docs: refactor the exiting page into a collection of three how-tos

* Optimised images with calibre/image-actions

* docs: language cleanup

* Optimised images with calibre/image-actions

* Apply suggestions from code review

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

* Apply more suggestions from code review

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

* docs: work on apply suggestions

* docs: change the diagram and the ssociated text

* Optimised images with calibre/image-actions

* docs: laguage cleanup

* docs: clarify storgae class

* Apply correction from Vale's suggestion

* Apply suggestions from SK

* docs: explain storgae class

* language clean up.

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* docs: apply half of the suggestions

* docs: apply remaining  the suggestions

* docs: define cluster-scoped resources

* docs: touched up the index page and broke up information

* carry over

* docs: seperated content into tabs for dynamic credentials

* docs: updated serveral guides and added next steps

* docs: touche dup lanaguage in backup and restore how-to

* vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: vale feedback

---------

Co-authored-by: sudkul87 <sudkul87@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sudhanshu Kulshrestha <127401152+sudkul87@users.noreply.github.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: DOC-823 update to MinIO steps (#1522)

* docs: DOC-823 update to MinIO steps

* Update docs/docs-content/clusters/cluster-management/backup-restore/create-cluster-backup.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* ci: updated to the backport flow (#1524)

* docs: update default node repave interval value (#1529)

* Update default node repave interval value

* Change 900 to 0 in details

* ci: added missing URL checker script (#1531)

* Document serviceDomain parameter in k8s config: PCP-935 (#1527)

* Added serviceDomain to first tab only

* Add serviceDomain to all version tabs

* Removed breaks as needed, indented yaml

* Fixed typo

* Removed unneeded 'the' before link.

* merge cherry picks

* chore: cherry pick 62e20d4

* chore: updated gitignore

* Fix Download cluster logs URL in troubleshooting.md (#1535) (#1539)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
(cherry picked from commit 3def583)

Co-authored-by: Boobalan Rathinam <57693963+brathina-spectro@users.noreply.github.com>

* docs: removed EKS-D

* docs: save

* docs: palette-cli URL update

* Update spectro-downloads.md

Updates the Palette CLI URL to 4.0.1

* ci: test new runners

* ci: more changes

* ci: new changes

* ci: test new runners

* ci: ci runners

* ci: merge changes

---------

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

* docsL updates

* docs: helm updates for DOC-869

* docs: callout fixes

* docs: added KMS related content per feedback

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: update registries-and-packs.md (#1546)

* Update registries-and-packs.md

WIP - as part of an attempt to consolidate terminology around packs, layers, and cluster profiles, this is a quick test PR based on https://docs.google.com/presentation/d/1w5PSUgyNH59Tz0AIPrBZ7UwxO9j5M7dZKdJhEIBHdr0/edit#slide=id.p31

* Update registries-and-packs.md

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
(cherry picked from commit 0f15f05)

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

* chore: removed note calloutboxes (#1549)

* chore: cherry pick e9de9aa

* Update add-roles-and-role-bindings.md (#1555) (#1557)

Removes a pre-requisite as defined in PEM-1751.

(cherry picked from commit 05b2107)

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: updated URLs to use file path context

* docs: architecture corrected

* docs: cluster profile refactor comlete

* cluster-management done

* docs: URL updates up to public cloud

* chore: fix build error

* chore: fix build error

* docs: public cloud complete

* docs: pde reviewed

* docs: self-hosted refactored

* docs: packs complete

* docs: finished packs

* docs: get-started complete

* docs: knowlesdge-hub complete

* docs: palette-cli complete

* docs: pack registries complete

* docs: security complete

* docs: troubleshooting

* docs: user management done

* docs: user management done

* docs: vertex complete

* docs: vmo complete

* docs:workspace

* save

* docs: url fixes complete

* chore: cherry pick

* chore: fixed network ports page

* chore: released docs versioning

* ci: added logic for creating new versions through a bash script

* ci: added script to update docusarus config file programmatically

* chore: update script

* ci: updated versions script

* ci: updated versions script

* chore: script update

* chore: save

* chore:save

* save

* save

* save

* save

* save

* save

* sve

* save

* save

* save

* save

* chore: updates to script

* save

* docs: save

* save

* save

* save

* save

* chore: script updates

* save

* save

* save

* save

* save

* save

* save

* save

* save

* save

* save

* save

* save

* save

* ci: added versioning logic

* ci: update temp folder for Netlify

* ci: netlify debug

* ci: updated versions script

* ci: added output

* ci: start build

* ci: more netlify debug

* ci: debug-netlify-2

* ci: netlify-3

* chore: netlify-4

* ci: netlify-5

* ci: netlify-6

* ci: netlify-6

* ci: netlify-7

* ci: netlify-7

* ci: netlify-8

* ci: netlify-9

* ci: netlify-11

* ci: netlify-12

* ci: netlify-12

* ci: netlify-13

* ci: netlify-14

* ci: netlify-15

* ci: netlify-16

* ci: netlify-17

* ci: netlify-18

* ci: netlify-19

* ci: netlify-20

* ci: netlify-21

* ci: preview versioning

* ci: preview versioning

* ci: preview versioning-3

* ci: preview versioning-3

* ci: preview versioning-3

* ci: preview versioning-3

* ci: preview versioning-3

* ci: preview versioning-5

* save

* save

* save

* save

* save

* ci: preview versioning-6

* ci: new logic

* ci: netlify error fix

* ci: netlify working-2

* ci: netlify test

* save

* ci: netlify

* ci: netlify part1

* ci: netlify part2

* ci: netlify part 3

* save

* save

* ci: netlify part 3

* chore: minor update

* Document serviceDomain parameter in k8s config: PCP-935 (#1527)

* Added serviceDomain to first tab only

* Add serviceDomain to all version tabs

* Removed breaks as needed, indented yaml

* Fixed typo

* Removed unneeded 'the' before link.

* chore: removed version-3-4

* chore: debug

* save

* save

* docs: updated readme

* chore: eks-d redirect

* chore: versioning working

* docs: updated readme

* ci: test netlify local builds

* ci: netlify tests

* ci: update netlify build

* ci: netlify test 5

* ci: netlify 6

* ci: updated netlify

* ci: save

* ci: more netlify changes

* ci: more netlify changes

* ci: more netlify changes

* ci: more netlify changes

* ci: more netlify changes

* ci: more netlify changes

* ci: more netlify changes

* ci: PR comment updates

* ci: PR comment updates

* ci: PR comment updates

* ci: updated ci workflow

* ci: test self-hosted runner

* ci: install netlify

* ci: netlify ci

* ci: netlify

* docs: updated readme

* ci: testing large runners

* ci: testing large runners

* ci: testing large runners

* ci: ci runner update

* docs: save ci

* chore: save

* ci: removed CI build step for test

* ci: save

* ci: save

* ci: fixed node action in release

* ci: version branch fix

* ci: added version prefix in label

* docs: url fix for edge iso

* docs: url updates (#1563) (#1565)

* docs: url updates

* ci: removed make versions from default runs

* docs: updated node repave text

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
(cherry picked from commit 49b0f9e)

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

* ci: updates to the CI flow

* Update NotFound.module.scss (#1566) (#1570)

(cherry picked from commit 77c5d6d)

Co-authored-by: Will <30413278+wcrum@users.noreply.github.com>

* docs: updated README and release concurrency (#1567) (#1572)

* docs: updated README and release concurrency

* ci: update version branch PR CI

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: updated README with more examples

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
(cherry picked from commit 123b65f)

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

* ci: adding missing commit (#1573)

* docs: updated README and release concurrency

* ci: update version branch PR CI

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: updated README with more examples

* docs: updated downloads file

* docs: updated checksum

* ci: fix npm issue

* ci: eslint fix

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* ci: backport PRs logic

* chore: change Mendable AI widget asset url (#1575) (#1577)

* change mendable widget icon urls

* change mendable widget icon urls

(cherry picked from commit 65ecd70)

Co-authored-by: Nageshwara sairam <113401242+nagesh161007@users.noreply.github.com>

* ci: updated branch PR logic (#1578) (#1581)

(cherry picked from commit 84cc76e)

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

* docs: repave clarifications (#1548)

* Repave clarifications

* Address feedback on repave

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* ci: update to the backport post-PRs CI/CD (#1584)

* ci: update to the backport post-PRs CI/CD

* docs: update help text in mendable

(cherry picked from commit 0e9870d)

* ci: fixed npm mismatch

* ci: fixed npm mismatch-2

* ci: fixed npm mismatch

* ci: fixed npm mismatch

* ci: fixed npm mismatch

* ci: updates to CI workflow (#1590) (#1592)

* ci: updates to CI workflow

* docs: fixed title typo

(cherry picked from commit 8fed09e)

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

* Release note for 3.4.114 patch release (#1589)

* Added 3.4.114 bug fix

* Revised last sentence.

* Moved 3.4.114 to the correct location

* ci: updated backport PR netlify logic (#1594) (#1596)

(cherry picked from commit aa589a1)

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

* Fix sentence in deploy-virtual-cluster.md (#1599) (#1601)

(cherry picked from commit bb10afb)

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Tiny doc fixes for edge (#1603)

* Fix command to create ISO for user-data

* Fix formatting of edge-host registration

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md

---------

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

* ci: updated README and backport CI (#1606) (#1609)

(cherry picked from commit de7356b)

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

* [version-3-4] docs: added missing API rate documentation (#1607) (#1611)

* docs: added missing API rate documentation (#1607)

* docs: added missing API rate documentation

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
(cherry picked from commit 76145b6)

* chore: fix missing file

---------

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

* docs: fix virtual cluster text that used double infobox (#1617)

* docs: fix virtual cluster text that used double infobox

* Update docs/docs-content/clusters/cluster-groups/create-cluster-group.md

* docs: fix URL (#1622) (#1625)

* docs: fix URL

* docs: test sendbutton

* docs: fixed URL

* docs: fixed URL

* docs: removed stage

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
(cherry picked from commit fc22825)

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

* chore: api version dropdown feature (#1627) (#1629)

* swizzle dropdown

* chore: update core files

* chore: updated version script

* chore: updated node version script

* ci: updated gitignore

* chore: updated versions script

* ci: verify API logic works

* ci: minor edit to the test YAML

* ci: adding versioning build step

* ci: removed test CI file for version validation

---------

Co-authored-by: Nageshwara sairam <113401242+nagesh161007@users.noreply.github.com>
(cherry picked from commit 610e876)

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

* Update maintenance-policy.md (#1630) (#1632)

* Update maintenance-policy.md

* docs: updated issues in the doc

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
(cherry picked from commit 4e14309)

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

* chore: updated privacy settings experience (#1635) (#1637)

(cherry picked from commit dbee0b2)

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

* docs: integration doc ngrok minor fix (#1640) (#1642)

* Init ngrok doc

* Finish draft

* Address style comments from Karl

* Add Parameter table

* Simplify and clarify usage section

* Integrate fixes from Karl

* docs: added ngrok logo

---------

Co-authored-by: Joel Hans <j@joelhans.com>
(cherry picked from commit 3906683)

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

* docs: add commit 9909d5d (#1644)

Co-authored-by: Will <30413278+wcrum@users.noreply.github.com>

* [version-3-4] docs: backport PR 1597 (#1646)

* docs: backport PR 1597

* chore: gitleaks fix

* chore: upgraded docusarus (#1650)

* [version-3-4] ci: updated labels (#1661) (#1663)

* ci: updated labels (#1661)

(cherry picked from commit 0d97608)

* docs: chore updated gitleaks

---------

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

* Refactor/restructure cluster & app profiles sections (#1551)

* Add  index pgs, folders, json files post migration

* Added two index pages

* Added two more index pages

* Added a diagram

* Clarify two sentences.

* Applied new link format

* Added cluster profile-related docs

* Copied byoos files to this branch.

* Build out app profile folder

* Added diagram that removes "Core" label

* Copied cluster doc drafts from google doc

* Copied app profile drafts from google doc

* Added links in top-level cluster profile docs

* Refined wording, formatting, added links in 3 docs

* Updated clone cluster and app docs

* Updated versioning for cluster and app profiles

* Added diagram, refined import/export

* Refined steps in export/import

* Fixed one diagram, added a second diagram

* Added a diagram and refined import/export steps

* Refined byo-os docs, drafted delete howtos

* Add correct permissions for import/export

* Fix URLs and add meta descriptions

* Small fixes

* Refined cluster profiles, focus on cluster update

* Final changes to most cluster docs

* Fine tune app profiles, delete system profiles

* Tune app profiles docs

* Tune app profiles docs

* Edit Update Pack Version

* Touched up cluster profiles

* Touch up app profile docs

* Fix several links pointing to new docs

* Fix links, add missing section to add-on profile

* Add info on reusing same layer twice in profile

* Move cluster bkup and system profiles to deprecated

* Fix four more links pointing to these docs

* Add a heading

* Create two new folders: create, modify clusters

* Move BYOOS to top level, add icon, add content

* Add new doc for dup packs in profile, move byoos up

* Fix some  links due to restructure

* Fix three more links

* Fix last two links

* Add redirects, remove sys profile from glossary

* Restructure App Profiles

* Move docs from devx to App Profiles

* Minor fix

* Restructure App Profiles, tags

* Add sub-structure to Cluster Profiles for Add-ons

* Draft create add-on profs with helm and manifest

* Fix link

* Fix links after restructure

* Revised helm & manifest app profiles docs

* Draft Helm, manifest cluster profiles

* Draft container profile, add images

* Proof edits: infra, add-ons

* Move content to new page, rename file, small fixes

* Move services folder up one level in devx

* Fix links after moving Services up one layer

* Edit export/import, clone, delete, other edits

* Edit clone, delete, output vars app profiles docs

* Edit Create App Profiles docs

* Edit Modify App Profiles docs

* Revise enablement headings

* Review meta descs

* Move app profiles from pde folder to deprecated

* docs: removed deprecated content

* Fix links

* Fix Vale finds

* Optimised images with calibre/image-actions

* Input review comments

---------

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

* Fix broken links

* Fix caution format

---------

Co-authored-by: Nageshwara sairam <113401242+nagesh161007@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Alagu Jeeva M <alagujeeva22@gmail.com>
Co-authored-by: sudkul87 <sudkul87@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sudhanshu Kulshrestha <127401152+sudkul87@users.noreply.github.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Boobalan Rathinam <57693963+brathina-spectro@users.noreply.github.com>
Co-authored-by: Kevin Reeuwijk <kevin.reeuwijk@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Justin Barksdale <3pings@users.noreply.github.com>
Co-authored-by: Will <30413278+wcrum@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Oz Tiram <oz.tiram@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Enable backport backport-version-3-4 Backport change to version 3.4 backport-version-4-0 Backport change to version 4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants