From e0c164322b676c685cb91f82b2d003bcdbe75639 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 27 Sep 2023 16:32:29 -0700 Subject: [PATCH 1/3] Add 2.7.7 entry to versions table --- src/pages/versions.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/pages/versions.md b/src/pages/versions.md index e30f1483b848..6cd8feaf4afc 100644 --- a/src/pages/versions.md +++ b/src/pages/versions.md @@ -10,10 +10,10 @@ Below are the documentation and release notes for the currently released version - + - - + +
v2.7.6v2.7.7 DocumentationRelease NotesSupport MatrixRelease NotesSupport Matrix
@@ -33,6 +33,12 @@ Below are the documentation and release notes for the currently released version Below are the documentation and release notes for previous versions of Rancher 2.7.x: + + + + + + From fcda4e87d982b055e73bd5f8c070d23c2b2721e3 Mon Sep 17 00:00:00 2001 From: Felipe Colussi-oliva Date: Thu, 28 Sep 2023 13:45:50 -0300 Subject: [PATCH 2/3] [Backport 2.7] Add cattle-cluster-agent trace/debug logs (#880) * add cattle-cluster-agent trace/debug logs * Update docs/troubleshooting/other-troubleshooting-tips/logging.md Co-authored-by: Marty Hernandez Avedon * Update docs/troubleshooting/other-troubleshooting-tips/logging.md Co-authored-by: Marty Hernandez Avedon * Update docs/troubleshooting/other-troubleshooting-tips/logging.md Co-authored-by: Marty Hernandez Avedon * Update docs/troubleshooting/other-troubleshooting-tips/logging.md Co-authored-by: Marty Hernandez Avedon --------- Co-authored-by: Marty Hernandez Avedon --- .../other-troubleshooting-tips/logging.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/troubleshooting/other-troubleshooting-tips/logging.md b/docs/troubleshooting/other-troubleshooting-tips/logging.md index d4d6353442e1..6d0e6dd9b4f6 100644 --- a/docs/troubleshooting/other-troubleshooting-tips/logging.md +++ b/docs/troubleshooting/other-troubleshooting-tips/logging.md @@ -78,3 +78,19 @@ possible to enable debug logs in `rancher-machine` when provisioning RKE1, RKE2 Just like the `trace` log level above, `rancher-machine` debug logs can contain sensitive information. ::: + + +## Cattle-cluster-agent debug logs + +The `cattle-cluster-agent` log levels can be set when you initialize downstream clusters. + +When you create a cluster under **Cluster Configuration > Agent Environment Vars** you can set variables to define the log level. +- Trace-level logging: Set `CATTLE_TRACE` or `RANCHER_TRACE` to `true` + +- Debug-level logging: Set `CATTLE_DEBUG` or `RANCHER_DEUBG` to `true` + +:::caution + +The `cattle-cluster-agent` debug logs may contain sensitive information. + +::: From e11996173b5bccc7ad7c9a19af7cfd8231c2f51d Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 28 Sep 2023 09:48:53 -0700 Subject: [PATCH 3/3] Apply PR #880 to version-2.7 docs - [Backport 2.7] Add cattle-cluster-agent trace/debug logs --- .../other-troubleshooting-tips/logging.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/logging.md b/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/logging.md index d4d6353442e1..6d0e6dd9b4f6 100644 --- a/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/logging.md +++ b/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/logging.md @@ -78,3 +78,19 @@ possible to enable debug logs in `rancher-machine` when provisioning RKE1, RKE2 Just like the `trace` log level above, `rancher-machine` debug logs can contain sensitive information. ::: + + +## Cattle-cluster-agent debug logs + +The `cattle-cluster-agent` log levels can be set when you initialize downstream clusters. + +When you create a cluster under **Cluster Configuration > Agent Environment Vars** you can set variables to define the log level. +- Trace-level logging: Set `CATTLE_TRACE` or `RANCHER_TRACE` to `true` + +- Debug-level logging: Set `CATTLE_DEBUG` or `RANCHER_DEUBG` to `true` + +:::caution + +The `cattle-cluster-agent` debug logs may contain sensitive information. + +:::
v2.7.6DocumentationRelease NotesSupport Matrix
v2.7.5 Documentation