Commit Graph

268 Commits

Author SHA1 Message Date
Marty Hernandez Avedon
fdd21a192d #420 Adding canonical refs to ./getting-started part 1/10 (#619)
* canonicized air-gapped-upgrades

the 2.0-2.4 doc structure is kind of wonky but the closest match was section 3 in install-rancher-ha.md, 'Render the Rancher Helm Template'

* canonicized rancher-on-aks

there is no good match for 2.0-2.4

the best match corresponds to a quickstart guide in the other versions

* canonicized rancher-on-amazon-eks

nothing similar in 2.0-2.4

* canonicized rancher-on-gke

no corresponding 2.0-2.4 page

* corrected page
2023-05-26 10:30:29 -04:00
Marty Hernandez Avedon
6a13f9767a #420 Adding canonical refs to ./getting-started part 8/10 (#627)
* second pass examining airgapped helm 2 pages in 2.0-2.4

these are largely similar to the corresponding helm 3 instructions under airgapped-helm-cli and received the same canonical refs

however, these pages aren't included in the sidebar and are only visible if searched for or through entering the URL directly

most of the other pages in the parent directory are also not in the sidebar

* canonized overview
2023-05-25 17:41:17 -04:00
Marty Hernandez Avedon
c961ddb196 #420 Adding canonical refs to ./getting-started part 5/10 (#624)
* canonicized certificate-troubleshooting

* canonicized roll-back-docker-installed-rancher

* canonicized upgrade-docker-installed-rancher

* canonicized add-tls-secrets

* canonicized bootstrap-password

seemingly no corresponding pages for 2.5, 2.0-2.4
2023-05-25 17:25:55 -04:00
Marty Hernandez Avedon
a24c628687 #420 Adding canonical refs to ./getting-started part 7/10 (#626)
* canonicized choosing-a-rancher-version

* canonicized custom-ca-roo-certificate

* canonicized helm-version-requirments

* canonicized local-system-charts

* canonized update-rancher-certificate

* canonized upgrade-cert-manager

including pages pertaining to helm 2

* canonicized upgrade-and-rollback-kubernetes

* canonicized upgrade-kubernetes-without-upgrading-rancher
2023-05-25 17:25:14 -04:00
Marty Hernandez Avedon
ee82ada796 #420 Adding canonical refs to ./getting-started part 10/10 (#628)
* canonicized helm-cli quickstart

* canonicized hetzner quickstart

* canonicized outscale quickstart

these pages are very strange

they have no sidebar but are still accessible if you search for them via algolia

* fixing link in last commit

* canonicized vagrant quick start

* canonicized work-load-w-ingress quick start

* canonicized nodeports quick start
2023-05-25 17:22:32 -04:00
Marty Hernandez Avedon
6cf9c2c078 #420 Adding canonical refs to ./getting-started part 9/10 (#629)
* canonicized aws-marketplace quickstart

* canonicized aws quickstart

* canonicized azure quickstart

* canonicized digital-ocean quickstart

* canonicized equinix quickstart

* canonicized gcp quickstart
2023-05-25 17:21:40 -04:00
Farokh Brokanlou
0eef634031 Update a typo in choose-a-rancher-version.md (#620)
updated the `helm repo add` command for the alpha version. (typo fix)
2023-05-24 16:19:26 -04:00
martyav
5c72dd1c73 canonicized /rancher-behind-an-http-proxy/set-up-infrastructure 2023-05-24 16:09:27 -04:00
martyav
f63eab684b canonicized /rancher-behind-an-http-proxy/install-rancher 2023-05-24 16:09:06 -04:00
martyav
25c7f17134 canonicized /rancher-behind-an-http-proxy/canonicized install-kubernetes 2023-05-24 16:08:50 -04:00
martyav
dc79e99270 correcting link from last commit 2023-05-24 16:07:42 -04:00
martyav
b76c8b094a canonicized publish-images 2023-05-24 16:02:53 -04:00
martyav
4716fe6ff0 canonicized install-rancher-ha
page title has slightly different markdown syntax than other 3 steps -- does not include single quotes as the others do
2023-05-24 16:02:08 -04:00
Marty Hernandez Avedon
1a69f49003 formatting typo (#613)
The ### Markdown syntax was visible due to a HTML spacing tag being placed right above the header line
2023-05-19 09:47:36 -04:00
Billy Tat
07ac0dbad1 Add keywords to metadata to test SEO impact (#605) 2023-05-16 11:50:24 -04:00
Billy Tat
ae1fc31875 Merge pull request #603 from btat/brand-terminology
Update brand terminology
2023-05-15 15:12:41 -07:00
Marty Hernandez Avedon
d4527d6d13 #420 Test Docusaurus head metadata override of autogenerated canonical annotations (#604)
* #420 Test Docusaurus head metadata override of autogenerated canonical annotations

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Billy Tat <btat@suse.com>
2023-05-15 17:33:46 -04:00
Billy Tat
32d0fa130e Update brand terminology 2023-05-12 14:54:49 -07:00
vickyhella
f6ab15291d Fix broken links and typo in EN docs 2023-05-10 18:17:06 +08:00
Billy Tat
cbeda1c87c Merge pull request #597 from btat/pr594-follow-up
Update CLI download steps
2023-05-09 09:14:17 -07:00
Billy Tat
4827b918ff Remove 2.6 CLI download steps from 2.5 page 2023-05-08 16:19:48 -07:00
Billy Tat
2fc26780f0 Add support matrix reference to RKE installation page 2023-05-08 14:37:47 -07:00
Marty Hernandez Avedon
10eb5c4250 Version number link label is incorrect (#594)
The v2.5 version of this page states that the user will see a link labeled "v2.6" in the Rancher UI. This is clearly a typo. If the user is on 2.5.x, they'll see v2.5.x listed in that link. The link points to the /dashboard/about page in the Rancher UI which contains further information about the user's version of Rancher.
2023-05-08 15:14:05 -04:00
Marty Hernandez Avedon
5c7e125389 #536 Updating info about nginx helm charts (#574)
* #536 Updating info about nginx helm charts

* versioned docs + eks

* rm'd link to wrong compatibility table

* reworded instructions and added command to see helm chart app versions

* updated commands

* one more

* spacing

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

* updated version numbers

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Billy Tat <btat@suse.com>
2023-05-04 16:51:36 -04:00
Marty Hernandez Avedon
d26f8de3a2 Fixing missing or broken links (#584)
* fixing missing or broken links

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Billy Tat <btat@suse.com>
2023-05-02 17:56:42 -04:00
Billy Tat
e2d6bd25a3 Merge pull request #571 from martyav/570-vsphere-links-broken
#570 vsphere links broken
2023-04-28 09:03:14 -07:00
martyav
34503316f6 #570 Broken vsphere link 2023-04-28 11:22:29 -04:00
Marty Hernandez Avedon
08aa193918 #207 Special note on rhel/centos provisioning (#543)
* #207 Special note on rhel/centos provisioning

* word change

* word change

* typo fix

* formating

* added note for nutanix, vsphere, rm'd from amazon

* accidentally removed whole section, not just subsection

* Update docs/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/amazon-ec2.md

* versioned_docs 2.6 updated

* versioned_docs 2.5 updated

issue first raised in 2.5.6

* spacing

* spaced other note to match
2023-04-26 17:01:39 -04:00
Paulo Gomes
ef19f37dc9 security: Update penetration tests section
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
2023-04-26 18:26:27 +01:00
Billy Tat
e48aabb3dd Merge pull request #496 from esen-transporeon/patch-1
Hint for authorized cluster endpoints with rke2 and k3s
2023-04-18 15:10:00 -07:00
Billy Tat
d164b53d70 Revert hint added in 0475d47e and d7f9ab67. Linked section does not exist in 2.5
Also remove duplicate period
2023-04-18 14:32:37 -07:00
Marty Hernandez Avedon
470d730424 #501 feature flags missing from documentation (#504)
* #501 Undocumented feature flags in 2.7.x

did a refresh of the feature flag page while waiting for a response to request for blurbs

* undocumented features listed with blurbs based on the UI

* typo fix

* Apply suggestions from code review

Co-authored-by: Brad Davidson <brad@oatmail.org>

* note about discontinued flags, rewording descriptions, updated table to rm things that have been available since before 2.5

* added rke1 flag info, updated 2.6 page

* added 2.5 page

* rm'd pointless column from 2.5 table

* updated based on suggestions from code review

* rm'd specific mention of version

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Brad Davidson <brad@oatmail.org>
Co-authored-by: Billy Tat <btat@suse.com>
2023-04-17 11:19:12 -04:00
Marty Hernandez Avedon
2862f3d506 #534 fixing broken link to fleet.rancher.io/gitrepo-structure (#535) 2023-04-13 11:58:22 -04:00
Marty Hernandez Avedon
ee9379eace Merge branch 'main' into release/v2.7.2 2023-04-10 16:17:10 -04:00
Billy Tat
401caeaa80 Update cert-manager version (#526)
* Update cert-manager version

* update helm jetstack/cert-manager version

* update helm jetstack/cert-manager versions

* Update docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md

* corresponding updates to version in zh

* corresponding updates to version in zh

* Re: 8463f38aa5 (r1161872773)

---------

Co-authored-by: Marty Hernandez Avedon <martyav@users.noreply.github.com>
2023-04-10 14:37:06 -04:00
Billy Tat
ffa320c1e5 Apply Fleet rename to 2.5 files as well 2023-04-05 14:01:34 -07:00
vickyhella
40bfe603fa Fix typo 2023-03-29 19:14:42 +08:00
Enes Malik Sen
d7f9ab67cc Update versioned_docs/version-2.5/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/use-kubectl-and-kubeconfig.md
Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-03-21 09:41:05 +01:00
Marty Hernandez Avedon
86b4b5fd97 Typo fix for link (#497)
* typo fix for link

* added fix for versioned docs
2023-03-17 15:00:53 -07:00
Enes Malik Sen
0475d47edc Hint for authorized cluster endpoints with rke2 and k3s 2023-03-17 17:23:40 +01:00
Robert Fekete
92df620622 Update Logging operator links (#443)
* Update Logging operator doc links

* Update links to Logging operator project page

* Update name of the Banzai Cloud Logging operator to Logging operator

* Fix broken link

* Update docs/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.5/explanations/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.6/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.5/explanations/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update docs/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.6/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.6/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.6/integrations-in-rancher/logging/migrate-to-rancher-v2.5+-logging.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Adds a linebreak between an id tag and a title

* inconsistent casing fixed

---------

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-02-28 10:48:10 -08:00
Marty Hernandez Avedon
7087134e39 updated links to match latest patch releases for 2.5 and 2.6 2023-02-24 18:00:20 -05:00
martyav
120965b766 RKE2 Kubernetes rm'd on v2.5 2023-02-24 16:37:07 -05:00
martyav
4bd337bb15 versioned pages updated to match latest 2023-02-24 16:35:09 -05:00
Marty Hernandez Avedon
00c2d6fadd Merge pull request #427 from suse-gabrielblais/main
Clarify empty folder field behaviour for S3 backups
2023-02-21 17:43:14 -05:00
Marty Hernandez Avedon
a30412f49d Merge pull request #431 from btat/pr425-broken-links
Fix broken links
2023-02-17 16:24:04 -05:00
Gabriel Blais-Duchesne
ad1b948b80 Apply the remaining suggestions from code review
Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-02-17 08:48:21 -05:00
Gabriel Blais-Duchesne
4191187c09 Apply rephrasing suggestion from code review
Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-02-17 08:27:37 -05:00
Billy Tat
28d09737d8 Fix broken links 2023-02-16 16:23:04 -08:00
Gabriel Blais-Duchesne
1fd6a63c3a Add details for empty folder field in S3 backups 2023-02-16 11:23:12 -05:00