Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update support referencing support package tool #2789

Merged
merged 11 commits into from
Nov 22, 2024
25 changes: 24 additions & 1 deletion site/content/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,30 @@ weight: 600
docs: "DOCS-1411"
---

NGINX Gateway Fabric adheres to the support policy detailed in the following knowledge base article: [K000140156](https://my.f5.com/manage/s/article/K000140156).
F5 NGINX Gateway Fabric adheres to the support policy detailed in the following knowledge base article: [K000140156](https://my.f5.com/manage/s/article/K000140156).

After opening a support ticket, F5 staff will request additional information to better understand the problem.

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.

The plugin leverages [krew](https://krew.sigs.k8s.io), the plugin manager for [kubectl](https://kubernetes.io/docs/reference/kubectl/) command-line tool of kubernetes.

mrajagopal marked this conversation as resolved.
Show resolved Hide resolved

mrajagopal marked this conversation as resolved.
Show resolved Hide resolved
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.

The plugin may collect some or all of the following global and namespace-specific information:

* K8s version, nodes information, and Custom Resources (kubectl describe output)
* Pods' logs
* List of Pods, events, ConfigMaps, Services, Deployments, Daemonsets, StatefulSets, ReplicaSets, and Leases
* K8s metrics
* Helm deployments
* `nginx -T` output from NGINX-related pods
mrajagopal marked this conversation as resolved.
Show resolved Hide resolved

This plugin **does not** collect secrets or coredumps.

Visit the [project’s GitHub repository](https://github.com/nginxinc/nginx-supportpkg-for-k8s) for further details.


**Support Channels:**

Expand Down
Loading