Commit Graph

1166 Commits

Author SHA1 Message Date
Sunil Singh
d79adef450 Merge pull request #1324 from sunilarjun/2.8.5-csp-adapter
Update CSP Adapter Table - v2.8.5
2024-06-17 14:27:34 -07:00
Sunil Singh
d3732bedf7 Merge pull request #1322 from sunilarjun/2.8.5-webhook-table
Update Webhook Table - v2.8.5
2024-06-17 14:27:05 -07:00
Sunil Singh
252e6f4740 Updating webhook version after new rc.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2024-06-13 08:11:00 -07:00
Sunil Singh
f613fc1e48 Adding CSP adapter version.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2024-06-12 16:03:35 -07:00
Sunil Singh
f243edea4c Updating webhook version.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2024-06-12 15:57:12 -07:00
martyav
71a2179f29 resolving merging conflict 2024-06-11 10:24:10 -04:00
Sunil Singh
5488c8267e Fixing out of sync numbering for configuration steps on Configure Okta (SAML) page.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2024-06-10 15:31:50 -07:00
martyav
a4f1a2a9f4 #1287 - ports listed also relevant for rke 2024-06-10 12:30:40 -04:00
Sunil Singh
5ce1b0385e Updating the CSP adapter table with v2.8.5 section, leaving TBD as there are no public builds yet.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2024-06-05 16:31:05 -07:00
Sunil Singh
edf5e1a663 Updating the webhook table with v2.8.5 section, leaving TBD as there are no public builds yet.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2024-06-05 16:23:15 -07:00
Billy Tat
1dd33ee86b Merge pull request #1317 from mallardduck/audit-docs
correct audit log level table
2024-06-05 11:37:15 -07:00
Marty Hernandez Avedon
a4be67af23 Syncing for #1304 (#1314)
* 1293 Creating an AKS Cluster page may need a refresh

* consistent variable name and styling

* waffling on whether app or client ID should be primary

* --skip-assignment is deprecated

according to https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac by default the az ad sp create-for-rbac command does not assign any role to the service principal

* slightly modifying command based on https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac

* re-orging instructions and revising wording

* consistent variable names, assorted suggestions

* syncing versions

* missing changes

* Apply suggestions from code review

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

* correcting copy/paste error

---------

Co-authored-by: Billy Tat <btat@suse.com>
2024-06-04 17:43:05 -04:00
Billy Tat
42989a7850 Merge pull request #1315 from btat/link-fixes
Fix external links
2024-06-04 10:46:16 -07:00
Dan
b2f4ec8bd5 fix table space 2024-06-04 08:34:54 -04:00
Dan
a57a3bebe4 match k8s audit policy terms 2024-06-04 08:33:12 -04:00
Dan
e14fb06e78 correct audit log level table 2024-06-03 17:25:50 -04:00
Marty Hernandez Avedon
e1634c61fd #1283 update Rancher security best practices to address public IP exposure (#1287)
* 1283 update Rancher security best practices to address public IP exposure

* link and bullet points

* Update docs/reference-guides/rancher-security/rancher-security-best-practices.md

* versioning

* typo
2024-06-03 14:39:44 -04:00
Billy Tat
d06d7d9663 Fix external links 2024-05-31 15:08:12 -07:00
Marty Hernandez Avedon
3c0a23c564 Glossary project part 1 (#1305)
* 358 Glossary project

initial draft + styling for definition tags

* added sidebar, revised styling

* redundant styling specification

* typo

* switching to shared-file/import structure so we have a single source file to update regardless of version

to achieve this, we needed to use an madx-code-block to give us a proper side navigation TOC

* updated styling + synonyms

* moved version back to before def as grouping it with the synonyms/related terms was visually confusing

added some definitions (catalogs, downstream cluster)

* styling

* filling out definitions icons through M

* build failed due to comment tag?

* rem'd comments as they were causing the build to fail due to unexpected token error

* revised some definitions

* revised wording and some formatting fixes

* syncing with list in PR

* versioning

* rm'd placeholders

* added Sunil's definitions

* tag

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>
Co-authored-by: Sunil Singh <sunil.singh@suse.com>

* rm'd placeholder

* rancher server definition + synonyms

* rm'd note from files to put in issue

* rm rancher enterprise, rke government

* + extension catalogs & registered cluster, syncing related terms, syncing language in definitions

* extra tag

* versioning info for rke2

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* updated RKE def

---------

Co-authored-by: Billy Tat <btat@suse.com>
Co-authored-by: Sunil Singh <sunil.singh@suse.com>
2024-05-30 13:30:36 -04:00
Billy Tat
c14ffb7e82 Remove table with empty headers
Removed entire section as it's not applicable to the given Rancher docs versions
2024-05-29 16:31:21 -07:00
Billy Tat
88da3a57a9 Fix incorrect bold annotation 2024-05-29 15:49:38 -07:00
Billy Tat
8e208659b5 Remove extra column in table row 2024-05-29 15:42:16 -07:00
Marty Hernandez Avedon
8a26132d03 #1293 Create an AKS cluster page may need a refresh. Part 1: Commands and section headings (#1304)
* 1293 Creating an AKS Cluster page may need a refresh

* consistent variable name and styling

* waffling on whether app or client ID should be primary

* --skip-assignment is deprecated

according to https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac by default the az ad sp create-for-rbac command does not assign any role to the service principal

* slightly modifying command based on https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac

* re-orging instructions and revising wording

* consistent variable names, assorted suggestions
2024-05-29 17:09:07 -04:00
Billy Tat
510c47827c Merge pull request #1252 from sunilarjun/rke2-restore
Updating RKE2 Restore Custom Cluster Steps
2024-05-27 16:59:49 -07:00
Marty Hernandez Avedon
b69f371be3 1295 URLS for docs pages are pointing to dead URL (#1303) 2024-05-24 11:43:02 -04:00
Billy Tat
2611f98cbb Merge pull request #1302 from btat/prime-status
Add support matrix links for 2.8.4 and 2.7.13
2024-05-23 11:59:09 -07:00
Billy Tat
7245df6e2b Merge pull request #1300 from btat/cattle-prometheus-metrics
Document performance dashboard
2024-05-23 11:52:27 -07:00
Silvio Moioli
7b4e17c4bb tuning: recommend external auth (#1288)
Signed-off-by: Silvio Moioli <silvio@moioli.net>
Co-authored-by: Marty Hernandez Avedon <marty.avedon@suse.com>
2024-05-23 14:15:49 -04:00
Billy Tat
cfd8e386d0 Apply suggestions from code review
Co-authored-by: Silvio Moioli <moio@suse.com>
2024-05-23 09:47:28 -07:00
Silvio Moioli
ed074fe196 tuning: recommend colocation (#1289)
Signed-off-by: Silvio Moioli <silvio@moioli.net>
Co-authored-by: Marty Hernandez Avedon <marty.avedon@suse.com>
2024-05-23 10:25:17 -04:00
Billy Tat
32f5a33fd2 Add support matrix links for 2.8.4 and 2.7.13
Also update 2.8.4 Prime status
2024-05-22 17:03:09 -07:00
Billy Tat
dbd40f2324 Fix dashboard labels 2024-05-22 09:20:03 -07:00
Billy Tat
509532c9bb Document performance dashboard 2024-05-21 16:22:04 -07:00
Marty Hernandez Avedon
18e5625b0c corrected typo: debugg (#1298) 2024-05-21 15:41:39 -04:00
Brandon
4051ea3814 Update general-faq.md (#1217)
* Update general-faq.md

removing notice about mesos & swarm. it's been 6+ years since 2.0 was released, time to move on.

* versioning

---------

Co-authored-by: martyav <marty.avedon@suse.com>
2024-05-21 12:41:42 -04:00
Marty Hernandez Avedon
d4796a1ae8 #999 Clarify support and stipulations for use of firewall in documentation (#1292)
* 999 Clarify support and stipulations for use of firewall in documentation

added scarier warning about firewalld usage

* revised language slightly

* Update docs/how-to-guides/advanced-user-guides/open-ports-with-firewalld.md

Co-authored-by: Sunil Singh <sunil.singh@suse.com>

* versioning, updated link, & abbreviated warning for v2.0-2.4

---------

Co-authored-by: Sunil Singh <sunil.singh@suse.com>
2024-05-21 11:42:33 -04:00
Silvio Moioli
c9e7c6bced tuning: recommend minimum browser specs (#1290)
* tuning: recommend minimum browser specs

Signed-off-by: Silvio Moioli <silvio@moioli.net>
Co-authored-by: Marty Hernandez Avedon <marty.avedon@suse.com>

* fix nbsps

Signed-off-by: Silvio Moioli <silvio@moioli.net>

---------

Signed-off-by: Silvio Moioli <silvio@moioli.net>
Co-authored-by: Marty Hernandez Avedon <marty.avedon@suse.com>
2024-05-21 10:59:02 -04:00
Patrik Jonsson
fcd6037152 Update enable-api-audit-log-in-downstream-clusters.md (#1284)
Removed trailing space in rkeConfig Method 1 and making list items indented consistent to other examples on the page
2024-05-20 13:43:21 -04:00
Billy Tat
186918928d Use release date instead of placeholder 2024-05-17 13:09:34 -07:00
Billy Tat
777b6f45a0 Merge pull request #1271 from btat/2.8-deprecated-features
Deprecated features table: add entry for v2.8.4
2024-05-16 21:32:36 -07:00
Billy Tat
04f58d76c7 Merge pull request #1269 from btat/2.8-csp-adapter
CSP adapter table: add entry for v2.8.4
2024-05-16 21:32:08 -07:00
Billy Tat
71cfdf60a9 Merge pull request #1267 from btat/2.8-webhook-table
Webhook table: add entry for v2.8.4
2024-05-16 21:31:20 -07:00
martyav
06b16e2103 typo 2024-05-16 12:39:02 -04:00
Marty Hernandez Avedon
f08108947d Update docs/reference-guides/rancher-security/rancher-security-best-practices.md 2024-05-16 12:08:53 -04:00
Sunil Singh
16968b839b Merge pull request #1243 from sunilarjun/refresh-instructions
Helm Chart Repository - Refresh Button Description
2024-05-16 08:17:04 -07:00
Marty Hernandez Avedon
5bf5c87b3f #1281 docker machine link redirects to docker desktop documentation (#1286)
* 1281 Docker machine link redirects to Docker Desktop documentation

* updated link to gcbw.github.io version of docker docs

* more explication of the Docker Machine situation

* versioning

* Apply suggestions from code review

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

---------

Co-authored-by: Billy Tat <btat@suse.com>
2024-05-15 12:21:23 -04:00
martyav
d4af47a378 link and bullet points 2024-05-14 16:16:12 -04:00
martyav
35d5a5d9a1 1283 update Rancher security best practices to address public IP exposure 2024-05-14 16:07:44 -04:00
Sunil Singh
d60fec6c54 Updating the config with consolidated redirects and fixing version syntax.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2024-05-13 11:38:14 -07:00
Sunil Singh
a537499c55 Fixing the relative links.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
2024-05-10 13:42:43 -07:00