Skip to content

Commit 8350182

Browse files
committed
Adding variable for nessie version
1 parent d18076b commit 8350182

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

asciidoc/edge-book/versions.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
:version-nvidia-device-plugin: 0.14.5
5050
:version-kiwi-builder: 10.2.12.0
5151

52+
// == Nessie ==
53+
:version-nessie: 1.0.0
54+
5255
// == Non-Release Manifest Charts ==
5356
:version-suc-chart: 107.0.0
5457
:version-upgrade-controller-chart: 304.0.1+up0.1.1

asciidoc/troubleshooting/collecting-diagnostics-for-support.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ifdef::env-github[]
1313
:warning-caption: :warning:
1414
endif::[]
1515

16+
include::../edge-book/versions.adoc[]
17+
1618
When contacting SUSE Support, providing comprehensive diagnostic information is crucial.
1719

1820
.Essential Information to Collect
@@ -42,11 +44,11 @@ When contacting SUSE Support, providing comprehensive diagnostic information is
4244
* *For SL Micro*: Check the https://documentation.suse.com/sle-micro/5.5/html/SLE-Micro-all/cha-adm-support-slemicro.html[SUSE Linux Micro Troubleshooting Guide] documentation on how to gather system information for support with `supportconfig`.
4345
* *For RKE2/Rancher*: Check the https://www.suse.com/support/kb/doc/?id=000020191[The Rancher v2.x Linux log collector script] article to run The Rancher v2.x Linux log collector script.
4446
45-
* *For Edge (Nessie)*: Nessie is a powerful diagnostic tool designed to collect logs and configuration data from SUSE Edge environments. It gathers comprehensive information from both the host system and Kubernetes clusters, making it invaluable for troubleshooting and support.
47+
* *For Edge (Nessie)*: Nessie {version-nessie} is a powerful diagnostic tool designed to collect logs and configuration data from SUSE Edge environments. It gathers comprehensive information from both the host system and Kubernetes clusters, making it invaluable for troubleshooting and support.
4648
** Nessie has two "modes" a kubernetes mode and a system mode.
4749
*** To collect logs from a SUSE Edge cluster, run (provided that you have access to the kubeconfig file locally):
4850
+
49-
[,shell]
51+
[,bash,subs="attributes"]
5052
----
5153
podman run --rm --privileged \
5254
-v /etc/rancher/k3s/k3s.yaml:/etc/rancher/k3s/k3s.yaml:ro \
@@ -56,7 +58,7 @@ podman run --rm --privileged \
5658
-v /tmp:/tmp \
5759
-e NESSIE_LOG_DIR="/tmp" \
5860
-e NESSIE_ZIP_DIR="/tmp" \
59-
registry.suse.com/edge/3.4/nessie:1.0.0
61+
registry.suse.com/edge/{version-edge}/nessie:{version-nessie}
6062
----
6163
+
6264
[NOTE]
@@ -66,7 +68,7 @@ You should be able to run this container in non-privileged mode if you have prop
6668
====
6769
*** To collect logs in the system mode from the actual operating system, run:
6870
+
69-
[,shell]
71+
[,bash,subs="attributes"]
7072
----
7173
podman run --rm --privileged \
7274
-v /var/log/journal:/var/log/journal:ro \
@@ -79,7 +81,7 @@ podman run --rm --privileged \
7981
-e NESSIE_SKIP_POD_LOGS="true" \
8082
-e NESSIE_SKIP_K8S_CONFIGS="true" \
8183
-e NESSIE_SKIP_METRICS="true" \
82-
registry.suse.com/edge/3.4/nessie:1.0.0
84+
registry.suse.com/edge/{version-edge}/nessie:{version-nessie}
8385
----
8486
+
8587
[NOTE]

0 commit comments

Comments
 (0)