Commit Graph

212 Commits

Author SHA1 Message Date
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 f3612708d0 #536 Updating link and wording of note regarding upgrades (#537)
* #536 outdated references to nginx helm chart version

updated link to nginx migration guide

* rewording note

* typo fix
2023-04-13 17:28:48 -04:00
Marty Hernandez Avedon c17c68516a 532 link to PSA exemptions from custom/imported hardened cluster upgrade guide (#533) 2023-04-13 10:29:24 -04:00
Marty Hernandez Avedon 5de5735017 Addressing request to re-add notes regarding 2.6 (#528)
* Addressing request to re-add notes regarding 2.6

* versioned docs updated as well

* rm'ed note from page that didn't need it added back

* zh pages + missing en page
2023-04-11 14:59:35 -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: https://github.com/rancher/rancher-docs/pull/526/files/8463f38aa515213967053931efe45938b44b82a6#r1161872773

---------

Co-authored-by: Marty Hernandez Avedon <martyav@users.noreply.github.com>
2023-04-10 14:37:06 -04:00
Marty Hernandez Avedon 6461455e1f #77 Part 2: Addressing backlog issue about imported registered RKE2 clusters (#520)
* #77 Addressing backlog issue about imported registered RKE2 clusters

* Apply suggestions from code review

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

---------

Co-authored-by: Billy Tat <btat@suse.com>
2023-04-03 13:04:11 -04:00
Marty Hernandez Avedon 23b262a1ac close tag 2023-03-22 10:38:33 -04:00
Marty Hernandez Avedon 9ea3c3640a Update docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrade-a-hardened-cluster-to-k8s-v1-25.md
Co-authored-by: Billy Tat <btat@suse.com>
2023-03-21 17:18:55 -04:00
Marty Hernandez Avedon c2381be890 Apply suggestions from code review
Co-authored-by: Billy Tat <btat@suse.com>
2023-03-21 17:03:32 -04:00
Marty Hernandez Avedon bbd1595d87 Apply suggestions from code review
Co-authored-by: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com>
Co-authored-by: Billy Tat <btat@suse.com>
2023-03-21 15:49:48 -04:00
kyr fbea12b5d8 Update docs/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md
Co-authored-by: Billy Tat <btat@suse.com>
2023-03-21 20:26:36 +01:00
kyr bc9cff3a13 Update docs/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md
Co-authored-by: Billy Tat <btat@suse.com>
2023-03-21 20:26:01 +01:00
Marty Hernandez Avedon 770d58ffb9 Apply suggestions from code review
Co-authored-by: Billy Tat <btat@suse.com>
2023-03-21 14:28:09 -04:00
martyav 2e13013f6b one more set of steps added 2023-03-20 18:01:52 -04:00
martyav 5235e2f426 changed file name, added sidebar entry 2023-03-20 17:41:27 -04:00
martyav 3c95c3bdda added instructions for updating K8s thru UI 2023-03-20 17:31:16 -04:00
Kyr Shatskyy 4388ffb703 Make a note about KUBECONFIG environment variable.
A new to k3s user might get "surprised" by error messages from kubectl
or k3s like:

  WARN[0000] Unable to read /etc/rancher/k3s/k3s.yaml, please start server with --write-kubeconfig-mode to modify kube config permissions
  error: error loading config file "/etc/rancher/k3s/k3s.yaml": open /etc/rancher/k3s/k3s.yaml: permission denied

It can happen when there is a k3s installed on the same machine and
`/etc/rancher/k3s/k3s.yaml` present.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
2023-03-17 23:35:30 +01:00
Kyr Shatskyy 10802befe2 Give a user better idea how INSTALL_K3S_VERSION could look
Instead of sending user to find the real number k3s tag format,
just give recent version of k3s which is needed by latest
rancher.

It would be great to update this value automatically, but I have
no good idea how to do this at the moment.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
2023-03-17 23:06:00 +01:00
Kyr Shatskyy d33b296b9b Accent the need of INSTALL_K3S_VERSION parameter
Move the clause about INSTALL_K3S_VERSION before get.k3s.io
cluster installation command example to emphasize its requirement
to get the correct version of k3s on which the rancher should will
be installed, because it can be an annoying mistake that user might
start from setup from scratch.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
2023-03-17 22:45:08 +01:00
martyav bd1cfccef3 #487 Instructions for Preparing Hardened Imported/Custom RKE2/K3s Cluster for Upgrade from 1.24 to 1.25 2023-03-17 16:51:15 -04:00
Kourosh Maneshni 6cbc1a670d Update workload-ingress.md
Update section 1. Deploying a Workload> step #7 to say "Container Image" as shown in the UI.
2023-03-09 13:46:30 -08:00
Billy Tat ddc6129b95 Merge pull request #421 from kevinayres/patch-1
Updated aws-marketplace.md with links
2023-02-27 15:59:18 -08:00
Billy Tat 9445b32406 Remove AWS Marketplace references from 2.7. Docs[1] indicate 2.6.10 is currently deployed
Apply 7a0c5090 and 918fcc9d changes to 2.6 version of document instead.

[1] https://documentation.suse.com/trd/kubernetes/single-html/gs_rancher_aws-marketplace/
2023-02-27 15:30:47 -08:00
vickyhella e0623c631e Update v2.7 Chinese translation 2023-02-16 12:55:22 +08:00
Marty Hernandez Avedon 918fcc9d13 copyedit of proposed content 2023-02-13 13:50:52 -05:00
Kevin A 7a0c509006 Updated aws-marketplace.md description and links to include GSG and Video 2023-02-10 08:53:06 -08:00
Billy Tat 73eec027eb Update docs/getting-started/installation-and-upgrade/resources/local-system-charts.md 2023-02-08 14:36:31 -08:00
dkeightley 84ea121984 Update Rancher charts repository 2023-02-08 02:38:02 +00:00
Billy Tat 907ef1a4e3 Merge pull request #390 from martyav/266-mistakes-in-port-requirements
#266 Mistakes in port requirements of Rancher nodes
2023-02-06 16:56:08 -08:00
Lucas Saintarbor f556a6d334 Update docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-gke.md
Co-authored-by: Billy Tat <btat@suse.com>
2023-02-06 15:43:09 -08:00
Lucas Saintarbor 60ddcd991b Update rancher-on-gke.md 2023-02-06 14:39:41 -08:00
Lucas Saintarbor ee0e4417e5 Update rancher-on-gke.md 2023-02-06 14:30:12 -08:00
Lucas Saintarbor 7779a20b7a Update rancher-on-gke.md 2023-02-06 14:25:38 -08:00
Billy Tat ee7d33740b #384 Clarify which CA certs are needed 2023-01-31 11:18:15 -08:00
Marty Hernandez Avedon db5179a6e1 quick fix to remove :::
Recent merge accidentally let a typo slip through
2023-01-27 16:20:06 -05:00
Marty Hernandez Avedon d501973808 Merge pull request #338 from celidon/patch-1
Update rollbacks.md
2023-01-27 16:16:38 -05:00
martyav 9e36c7264f #266 Mistakes in port requirements of Rancher nodes 2023-01-27 13:46:55 -05:00
Marty Hernandez Avedon 2b0669dcbd Update docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rollbacks.md 2023-01-27 11:52:05 -05:00
Marty Hernandez Avedon 3f541f1363 Update docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rollbacks.md 2023-01-26 10:23:56 -05:00
Marty Hernandez Avedon c1c99fa7d3 Update docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rollbacks.md 2023-01-26 10:19:53 -05:00
Marty Hernandez Avedon 0aaee40c33 Update docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rollbacks.md 2023-01-26 10:13:13 -05:00
Marty Hernandez Avedon f17847b09d Update docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rollbacks.md 2023-01-26 10:12:45 -05:00
Marty Hernandez Avedon 4b5c744ce2 Update docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rollbacks.md 2023-01-26 10:12:32 -05:00
Billy Tat ecd63824ca Merge pull request #357 from martyav/229-replace-docker-registry-w-container-registry-throughout
Replace references to "docker registry" w "container registry" throughout
2023-01-23 15:13:57 -08:00
Billy Tat 79fb19917a Capitalize Terraform 2023-01-23 13:10:20 -08:00
dkeightley d295252e62 Remove filename remaining in one-liner 2023-01-17 22:10:48 +00:00
Billy Tat 15ea1bccc0 Merge pull request #369 from bashofmann/k3s-rke2-http-proxy
Expand docs to install Rancher behind HTTP Proxy to cover K3s and RKE2
2023-01-16 09:02:47 -08:00
Bastian Hofmann e4c780d166 Do not mention a specific Kubernetes version for Rancher, use a placeholder instead 2023-01-16 10:17:29 +01:00
martyav c5488da0c6 container registry > container image registry, removed slashes 2023-01-13 15:24:22 -05:00