Billy Tat
7d11c5dfb7
Fix header level ( #2288 )
2026-04-24 08:16:38 -07:00
Benedikt Radtke
569182d3b9
Fix imprecise wording wrt PSA templates for the local cluster ( fixes #2259 )
2026-04-11 15:17:59 +02:00
Mary
6913cccd17
Update GitHub link to point to main branch ( #2136 )
...
* Update GitHub link to point to main branch
related to https://github.com/rancher/rancher/issues/51277
* changing master to main on user-cluster.sh script
* updating 2.14
---------
Co-authored-by: Petr Kovar <petr.kovar@suse.com >
2026-03-24 13:28:46 -07:00
Sunil Singh
2b7f6179cd
Merge pull request #2238 from sunilarjun/update-ingress
...
Update ingress-nginx pt 1
2026-03-19 16:06:15 -07:00
Sunil Singh
5856a33216
Updating load-balancer-and-ingress-controller.md across versions
...
Signed-off-by: Sunil Singh <sunil.singh@suse.com >
2026-03-19 13:38:12 -07:00
Sunil Singh
8abdff2e16
Updating ingress-configurations.md across versions
...
Signed-off-by: Sunil Singh <sunil.singh@suse.com >
2026-03-19 13:26:41 -07:00
Sunil Singh
27c40e5b37
Updating layer-4-and-layer-7-load-balancing.md, adding note v2.10/v2.11 as RKE still applicable
...
Signed-off-by: Sunil Singh <sunil.singh@suse.com >
2026-03-19 13:25:20 -07:00
Billy Tat
b6192dee43
Ingress nginx replacement ( #2237 )
...
* Replace/remove ingress-nginx references
* Add links to annotations + remove example using unsupported annotation
2026-03-19 11:14:14 -07:00
Sunil Singh
4ed8b39eca
Update HA example output rke2-for-rancher.md after review
...
Signed-off-by: Sunil Singh <sunil.singh@suse.com >
2026-03-19 10:59:59 -07:00
Sunil Singh
946b9fc10a
Removing nginx-ingress, updating some phrasing regarding Traefik Ingress usage.
...
Signed-off-by: Sunil Singh <sunil.singh@suse.com >
2026-03-17 15:54:04 -07:00
Lucas Saintarbor
50736e012a
Explain SAML and OpenLDAP Group Permissions ( #2225 )
...
* Add SamlOpenLDAPGroupPermissions shared file
* Add SamlOpenLDAPGroupPermissions shared file to Configure Keycloak (SAML) page
* Add SamlOpenLDAPGroupPermissions shared file to Configure Okta (SAML) page
* Add SamlOpenLDAPGroupPermissions shared file to Configure PingIdentity (SAML) page
* Add SamlOpenLDAPGroupPermissions shared file to Configuring Rancher for Microsoft AD FS page
* Add SamlOpenLDAPGroupPermissions shared file to Group Permissions with Shibboleth and OpenLDAP page
* Add SamlOpenLDAPGroupPermissions shared file to other versions of Configure Keycloak (SAML) page
* Add SamlOpenLDAPGroupPermissions shared file to other versions of Configure Okta (SAML) page
* Add SamlOpenLDAPGroupPermissions shared file to other versions Configure PingIdentity (SAML) page
* Add SamlOpenLDAPGroupPermissions shared file to other versions of Configuring Rancher for Microsoft AD FS page
* Add SamlOpenLDAPGroupPermissions shared file to other versions of Group Permissions with Shibboleth and OpenLDAP page
2026-03-12 08:46:15 -07:00
Billy Tat
55eaa901b9
Merge pull request #2074 from andreas-kupries/rancher-45110-global-resource-docs
...
initial page listing some of rancher's global resources
2026-02-24 08:59:10 -08:00
Billy Tat
f8442a4de8
Backport changes to v2.9-v2.12
2026-02-24 08:25:06 -08:00
Petr Kovar
ba36e5a3cc
Merge pull request #2167 from rancher/copilot/clarify-audit-policy-delivery
...
Clarify audit-policy-file delivery scope and recommend machineSelectorConfig
2026-02-24 16:52:56 +01:00
Alex Seymour
3850db7f7a
Update indentation for air-gapped note
2026-02-10 14:32:40 +01:00
Alex Seymour
7302475fb7
Update air-gapped migration instructions for Rancher backup and restore
2026-02-05 15:05:12 +01:00
copilot-swe-agent[bot]
a649d9bff4
Remove redundant machineSelectorConfig tips from Method 2
...
Co-authored-by: jiaqiluo <6218999+jiaqiluo@users.noreply.github.com >
2026-01-29 19:19:22 +00:00
copilot-swe-agent[bot]
9cbbe1fe64
Update audit-policy-file documentation to clarify delivery and recommend machineSelectorConfig
...
Co-authored-by: snasovich <85187633+snasovich@users.noreply.github.com >
2026-01-29 16:27:48 +00:00
Marcel Schröder
6dc122f0f9
Fixed some typos and backported docs
2026-01-26 07:27:35 +01:00
Billy Tat
2a925479f5
Sync Product PR #587 (Add ec2:DescribeAvailabilityZones to control plane and etcd/worker permissions)
2026-01-15 16:14:25 -08:00
Billy Tat
50a89fceea
Apply to other versions
2026-01-13 15:22:44 -08:00
Jonathan Crowther
033a6ecb52
Make the projects workflow page reference the backingNamespace field ( #2075 )
...
* Make the projects workflow page reference the backingNamespace field
* Add suggestions
* Fix typo
2025-12-15 12:56:35 -08:00
Petr Kovar
c899b6563b
Backport changes
2025-11-10 19:09:24 +01:00
Gabriel Blais-Duchesne
764dbfd2e2
Fix v1.29 in-tree provider usage instructions for Azure ( #2033 )
...
* Update azure.md for in-tree cloud providers in v1.29
Correct 'DisableKubeletCloudCredentialProvider' feature gate name to 'DisableKubeletCloudCredentialProviders'. Add both feature gates in the argument for Kubelet, Controller Manager and API Server since both are required in all of these components in v1.29. Also added the Cloud Provider Integration changes blog post for more details along with an example of the argument.
* Add v1.29 Azure in-tree provider details on versioned docs compatible with v1.29
* Apply new link to upstream documentation
Apply new link to upstream documentation for the Azure in-tree cloud providers.
Co-authored-by: Lucas Saintarbor <lucas.saintarbor@suse.com >
* Added Azure in-tree provider corrections to 2.13 docs
---------
Co-authored-by: Lucas Saintarbor <lucas.saintarbor@suse.com >
2025-11-07 15:21:49 -08:00
Sunil Singh
2a36becbeb
Updating across supported versions and translations.
...
Signed-off-by: Sunil Singh <sunil.singh@suse.com >
2025-11-03 15:11:31 -08:00
Masashi Honma
7d9c247590
Merge branch 'main' into fix-2025
2025-10-20 11:03:54 +09:00
Lucas Saintarbor
0d8c6f407d
Port Product docs PR #486 : Update SAML Provider Caveats Note ( #2032 )
...
* Port Product docs PR #486
* Apply suggestions from code review
Co-authored-by: Billy Tat <btat@suse.com >
* Fix typo on Configure PingIdentity page
---------
Co-authored-by: Billy Tat <btat@suse.com >
2025-10-15 15:16:30 -07:00
Masashi Honma
0a47ac603c
Add namespace for Supportability Review for PSA namespace exemption
...
Resolves #2025 .
Supportability Review pods require the “runAsNonRoot=false” permission, so
enabling PSA causes them to fail to start. To fix this, we need to add the
`sr-operator-system` namespace to the exemption list.
Signed-off-by: Masashi Honma <masashi.honma@gmail.com >
2025-10-15 09:23:13 +09:00
Billy Tat
2c52ded7aa
Merge pull request #2003 from btat/broken-links
...
Fix broken external links
2025-09-23 16:15:23 -07:00
Sunil Singh
0363de899c
Adding warning note to global permissions page for users with permissions to modify accounts or resources.
...
Signed-off-by: Sunil Singh <sunil.singh@suse.com >
2025-09-23 13:41:14 -07:00
Billy Tat
9ac5d6e9fe
Fix broken external links
2025-09-22 16:15:38 -07:00
Billy Tat
37463bd3a5
Merge pull request #1988 from khushalchandak17/fix/aadclientsecret-placeholder
...
[Docs] fix aadClientSecret placeholder (<tenant-id> → <client-secret>)
2025-09-16 08:29:59 -07:00
Corentin Néau
aed36e9bc4
Add restore warning for Fleet users ( #1881 )
...
Restoring setups with Fleet workloads requires a few more steps, now
referenced with a link to Fleet documentation.
2025-09-10 10:32:38 -07:00
khushalchandak17
1777251cb9
docs(azure): fix aadClientSecret placeholder (<tenant-id> → <client-secret>) across EN + i18n + versioned docs
...
Signed-off-by: khushalchandak17 <khushal.chandak@suse.com >
2025-09-10 12:34:41 +05:30
Billy Tat
7a4dfe349d
Fix missed removals from PR #1882
2025-08-25 09:23:42 -07:00
Billy Tat
94ff32cc80
Remove invalid node and cluster drivers
2025-08-08 14:42:11 -07:00
Harrison Affel
df6a1e1b4c
docs: clarify expected NO_PROXY value format in multiple places
...
Signed-off-by: Harrison Affel <harrisonaffel@gmail.com >
2025-07-21 16:19:44 -07:00
Billy Tat
b95f9105dd
Remove pod security policy (PSP) references for 2.9+
2025-07-18 14:05:21 -07:00
Petr Kovar
963370993b
Merge pull request #1818 from pmkovar/1736
...
Remove feature charts table
2025-06-27 15:13:56 +02:00
Petr Kovar
676c90c9f2
Fix #1648
2025-06-26 22:18:51 +02:00
Petr Kovar
93177e4d06
Fix #1736
2025-06-26 22:18:39 +02:00
Petr Kovar
73dba2e2a6
Fix #1773
2025-06-05 16:39:54 +02:00
Billy Tat
d694bfd026
Fix broken links to upstream prometheus-operator GitHub repo
...
* Some links were updated only to reflect the master -> main naming change
2025-05-28 17:03:15 -07:00
Sunil Singh
5512ce8360
Updating distribution directories wrt RKE, RKE2, K3s. Verified across distribution versions and updated in the docs across versions/i18n.
...
Signed-off-by: Sunil Singh <sunil.singh@suse.com >
2025-05-27 12:01:07 -07:00
Sunil Singh
988c958747
Merge branch 'rancher:main' into update-directories
2025-05-19 10:21:23 -07:00
Billy Tat
3bca8e71ea
Merge pull request #1786 from AngeloCicero/patch-1
...
fix: Misspelling
2025-05-16 21:09:45 -07:00
Angelo Cicero
497cef1e93
fix: Misspelling
2025-05-16 22:23:41 -04:00
Billy Tat
8ef2e36b90
Fix spacing so note renders and apply to other versions
2025-05-16 15:46:37 -07:00
Billy Tat
d3f64dcfdb
Merge pull request #1772 from burnedoutman/patch-6
...
Fix comma in authorized-cluster-endpoint.md
2025-05-15 17:56:28 -07:00
Billy Tat
b6a6b2adaf
Merge pull request #1760 from burnedoutman/patch-5
...
Remove double word in back-up-restore-usage-guide.md
2025-05-15 17:12:33 -07:00