1
- # kubectl-kic -supportpkg
1
+ # nginx-k8s -supportpkg
2
2
3
- A kubectl plugin designed to collect diagnostics information on the designated namespaces.
3
+ A kubectl plugin designed to collect NIC diagnostics information on the designated namespaces.
4
4
5
5
## Features
6
6
@@ -11,7 +11,7 @@ The plugin collects the following global and namespace-specific information:
11
11
- list of pods, events, configmaps, services, deployments, statefulsets, replicasets and leases
12
12
- k8s metrics
13
13
- helm deployments
14
- - ` nginx -T ` output from the KIC pods
14
+ - ` nginx -T ` output from the NIC pods
15
15
16
16
## Installation
17
17
@@ -23,15 +23,15 @@ Verify that the plugin is properly found by `kubectl`:
23
23
$ kubectl plugin list
24
24
The following compatible plugins are available:
25
25
26
- /usr/local/bin/kubectl-kic -supportpkg
26
+ /usr/local/bin/kubectl-nic -supportpkg
27
27
```
28
28
29
29
## Usage
30
30
31
- The plugin is invoked via ` kubectl kic supportpkg ` and has only one required flag, ` -n ` or ` --namespace ` :
31
+ The plugin is invoked via ` kubectl nic supportpkg ` and has only one required flag, ` -n ` or ` --namespace ` :
32
32
33
33
```
34
- $ kubectl kic supportpkg -n default -n nginx-ingress-0
34
+ $ kubectl nic supportpkg -n default -n nginx-ingress-0
35
35
Running job pod-list... OK
36
36
Running job collect-pods-logs... OK
37
37
Running job events-list... OK
@@ -47,6 +47,6 @@ Running job nodes-info... OK
47
47
Running job metrics-information... OK
48
48
Running job helm-info... OK
49
49
Running job helm-deployments... OK
50
- Supportpkg successfully generated: kic -supportpkg-1711384966.tar.gz
50
+ Supportpkg successfully generated: nic -supportpkg-1711384966.tar.gz
51
51
52
52
```
0 commit comments