Commit Graph

414 Commits

Author SHA1 Message Date
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
dgiebert
5323ae3ab1 Added instructions for enabling Istio CNI on k3s (#480)
* Added instructions for enabling Istio CNI on k3s

* Use tabs for rke2 + k3s

* Implement spellcheck feedback
2023-03-20 09:28:23 -07: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
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
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
Guilherme Macedo
d5b67bb7ec [2.7.2] Update PSS docs (#479)
* Update PSS docs

Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>

* Update namespace exemption list

Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>

* Apply suggestions from code review

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

* typo fix for docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md

* Removing rancher-operator-system

* Removing rancher-operator-system

* Update docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/pod-security-standards.md

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

* Update docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/pod-security-standards.md

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

---------

Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
Co-authored-by: Caleb Bron <cbron@users.noreply.github.com>
2023-03-13 14:38:04 -07:00
Billy Tat
da145c71a4 Merge pull request #483 from kourosh7/kourosh7-patch-1
Update field label to "Container Image" to match UI
2023-03-10 11:46:08 -08:00
martyav
5d6755d4e4 updating links to point to /all-supported-versions to fix problem with redirects pointing to 2.6.3, not the latest Rancher version 2023-03-10 12:14:58 -05:00
Max Sokolovsky
f25e2633d2 Merge pull request #474 from maxsokolovsky/2.7-auth-provider-cleanup
[2.7] Add notes about disabling an auth provider
2023-03-09 17:38:38 -05:00
Marty Hernandez Avedon
70f38c0bc9 minor spacing issues 2023-03-09 17:37:47 -05: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
e67d7686b3 Merge pull request #478 from macedogm/v2.7.2-hardening-guides-update
[2.7.2] Update and restructure hardening guides
2023-03-09 08:59:22 -08:00
Billy Tat
17a240fb7b Merge remote-tracking branch 'upstream/main' into main-to-release/v2.7.2 2023-03-08 10:44:35 -08:00
Guilherme Macedo
e3f8deb695 Update and restructure hardening guides pages
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2023-03-08 15:42:46 -03:00
Billy Tat
3c50c59e49 Merge pull request #466 from sunilarjun/Moving-cluster-templates-to-manage-cluster
Moving manage-cluster-templates.md into Manage Clusters
2023-03-07 14:14:40 -08:00
Max Sokolovsky
ae0cb3ecc6 Add notes about disabling an auth provider 2023-03-06 17:16:38 -05:00
Billy Tat
a991065269 Update docs/integrations-in-rancher/rancher-extensions.md
Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-03-06 13:31:46 -08:00
Billy Tat
2c8d656f3a Use updated link to Extensions Docs 2023-03-06 11:52:35 -08:00
Sunil Singh
be5abfdb33 Moving manage-cluster-templates.md into Manage Clusters subsection for more intuitive grouping.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2023-03-03 13:51:01 -08:00
Jiaqi Luo
cf9222b1ad Update the hardening guides for rancher 2.7 (#453) 2023-03-03 11:28:50 -07:00
Jiaqi Luo
21f1cf2373 Merge pull request #457 from jiaqiluo/add-psp-limitaion 2023-03-02 12:22:09 -07:00
Chad Roberts
a4c15b0000 Add instructions for setting up a restricted-by-default local cluster for Rancher
and for pod security standards in general
2023-03-02 07:54:00 -05:00
Jiaqi Luo
a49ed4a35c add a note that Rancher does not clean up the builtin PSPs 2023-03-01 15:51:10 -07: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
Billy Tat
bbd475ef40 Merge pull request #452 from cbron/clarify-secrets-docs
Clarify that project-scoped secrets can't be set at the namespace level
2023-02-28 09:07:02 -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
Caleb Bron
64f9e1b790 Clarify that project-scoped secrets can't be set at the namespace level 2023-02-27 16:44:04 -07: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
Billy Tat
df7d053f16 Merge pull request #450 from vickyhella/vk-bilingual
Update Chinese translation
2023-02-27 14:05:34 -08:00
Marty Hernandez Avedon
47b0f2657b Merge pull request #449 from martyav/351-Reference-Support-Matrix-in-install-guides-to-inform-users-of-possible-version-incompatibilities
#351 Reference Support Matrix in install guides to inform users of possible version incompatibilities
2023-02-27 11:06:50 -05:00
vickyhella
7491be0bf5 Fix typo 2023-02-27 11:34:44 +08:00
Marty Hernandez Avedon
b4307d0045 Update docs/pages-for-subheaders/installation-requirements.md
Co-authored-by: Billy Tat <btat@suse.com>
2023-02-24 16:23:48 -05:00
martyav
4341f46270 moved sentence up 2023-02-24 15:47:21 -05:00
martyav
ac942b09c1 rephrase 2023-02-24 15:46:03 -05:00
martyav
5fe37b9ee7 #351 highlight the kubernetes-rancher support matrix and update links to the now removed support-maintainance-terms page 2023-02-24 15:40:10 -05:00
Lucas Saintarbor
81b576006f Update step 5 for configuring Azure AD in Rancher (#441)
Add warning that the Azure AD account mapped to the Rancher local principle account will have admin privileges

* Update configure-azure-ad.md

* Update configure-azure-ad.md

* Update docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-azure-ad.md

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

* Update docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-azure-ad.md

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

* Update docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-azure-ad.md

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

* Update versioned_docs/version-2.6/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-azure-ad.md

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

* Update versioned_docs/version-2.6/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-azure-ad.md

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

---------

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-02-23 16:11:10 -08:00
Billy Tat
75f5001ea4 Merge pull request #438 from LucasSaintarbor/update-vsphere-storage-class-steps-274
Update vsphere storage class steps 274
2023-02-22 09:32:49 -08: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
9e3b1df3e7 Merge pull request #424 from martyav/403-incorrect-step-for-applying-resource-quotas
Clarifying steps for accessing the Resource Quotas tab on a project's Edit Config page
2023-02-21 16:56:56 -05:00
Lucas Saintarbor
c3c887268b Update vsphere-storage.md
Updating this page in reference to https://github.com/rancher/rancher-docs/issues/274
2023-02-21 13:15:20 -08:00
Max Sokolovsky
b290851cda Forward-port verbiage changes from v2.6 2023-02-21 20:01:48 +00:00
Lucas Saintarbor
53fd0c4cf7 Update create-credentials.md 2023-02-17 15:17:21 -08:00
Lucas Saintarbor
c9e8af40d0 Merge branch 'rancher:main' into unable-to-attach-mount-volumes-398 2023-02-17 15:09:42 -08:00
Lucas Saintarbor
68cdb02b33 Update create-credentials.md
In reference to (https://github.com/rancher/rancher-docs/issues/398 and https://github.com/kubernetes-sigs/vsphere-csi-driver/issues/2143), users hit an issue while creating a new role (RabcgerRole) in the vSphere Web Client. The solution is to add the following privilege when creating the new role: Cns.searchable.

I added the (Privilege Group, Cns Privileges) and (Operations, Searchable) to the table referencing (https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-C04F1605-D158-4B65-810F-6F5B109BCDEC.html).

Note: The screenshot showing the list of privileges when creating a new role in the vSphere Client does not show "Cns Privileges." This privilege was added in vSphere 7.0. Looks like the screenshot is from vSphere 6.0. Connect with someone who provide updated screenshots for "Creating Credentials in the vSphere Console."
2023-02-17 11:13:40 -08: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