Skip to content

Commit 3f47e40

Browse files
authored
Docs: Added Support page (#6467)
1 parent 4ee3676 commit 3f47e40

File tree

5 files changed

+44
-4
lines changed

5 files changed

+44
-4
lines changed

docs/content/troubleshooting/troubleshoot-common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- docs
88
title: Troubleshooting common issues
99
toc: true
10-
weight: 100
10+
weight: 200
1111
---
1212

1313
This page describes how to troubleshoot common issues with NGINX Ingress Controller. Instruction for specific resources is available in the [Troubleshooting]({{< relref "troubleshooting/" >}}) section.

docs/content/troubleshooting/troubleshoot-configmap-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ doctypes:
44
- ''
55
title: Troubleshooting Policy resources
66
toc: true
7-
weight: 200
7+
weight: 300
88
---
99

1010
This page describes how to troubleshoot NGINX Ingress Controller Policy Resources.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Commercial support
3+
weight: 100
4+
docs: DOCS-000
5+
---
6+
7+
F5 NGINX Ingress Controller adheres to the support policy detailed in the following knowledge base article: [K000140156](https://my.f5.com/manage/s/article/K000140156).
8+
9+
After opening a support ticket, F5 staff will request additional information to better understand the problem.
10+
11+
The [nginx-supportpkg-for-k8s](https://github.com/nginxinc/nginx-supportpkg-for-k8s) plugin collects the information needed by F5 Technical Support to assist with troubleshooting your issue.
12+
13+
When used, the plugin will generate a tarball of the collected information which can be shared with the support channels.
14+
15+
16+
The plugin uses [krew](https://krew.sigs.k8s.io), the plugin manager for the Kubernetes [kubectl](https://kubernetes.io/docs/reference/kubectl/) command-line tool.
17+
18+
The plugin may collect some or all of the following global and namespace-specific information:
19+
20+
* K8s version, nodes information, and Custom Resources (kubectl describe output)
21+
* Pods' logs
22+
* List of Pods, events, ConfigMaps, Services, Deployments, Daemonsets, StatefulSets, ReplicaSets, and Leases
23+
* K8s metrics
24+
* Helm deployments
25+
* `nginx -T` output from NGINX-related pods
26+
27+
This plugin **does not** collect secrets or coredumps.
28+
29+
Visit the [project’s GitHub repository](https://github.com/nginxinc/nginx-supportpkg-for-k8s) for further details.
30+
31+
32+
## Support channels
33+
34+
- If you experience issues with NGINX Ingress Controller, please [open an issue](https://github.com/nginxinc/kubernetes-ingress/issues/new?assignees=&labels=bug%2Cneeds+triage&projects=&template=BUG-REPORT.yml&title=%5BBug%5D%3A+) in GitHub.
35+
36+
- If you have any enhancement requests, please [open a feature request](https://github.com/nginxinc/kubernetes-ingress/issues/new?assignees=&labels=proposal&projects=&template=feature_request.md&title=) in GitHub.
37+
38+
- If you have any ideas or suggestions to discuss, please [open an idea discussion](https://github.com/nginxinc/kubernetes-ingress/discussions/categories/ideas) in GitHub.
39+
40+
- You can contact us directly, by sending an email to [[email protected]](mailto:[email protected]).

docs/content/troubleshooting/troubleshoot-transportserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ doctypes:
33
- ''
44
draft: true
55
title: Troubleshooting TransportServer Resources
6-
weight: 400
6+
weight: 500
77
---
88

99
# Troubleshooting TransportServer Resources

docs/content/troubleshooting/troubleshoot-virtualserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ doctypes:
44
- ''
55
title: Troubleshooting VirtualServer resources
66
toc: true
7-
weight: 500
7+
weight: 600
88
---
99

1010
This page describes how to troubleshoot VirtualServer and VirtualServer resource events.

0 commit comments

Comments
 (0)