File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ kubectl get nodes
30
30
Next, run the following command:
31
31
32
32
``` bash
33
- grpcurl -plaintext localhost:8080 schema.v1.ServerService /Analyze
33
+ grpcurl -plaintext localhost:8080 schema.v1.ServerAnalyzerService /Analyze
34
34
```
35
35
36
36
This command provides a list of issues in your Kubernetes cluster. If there are no issues identified, you should receive a status of ` OK ` .
@@ -40,7 +40,7 @@ This command provides a list of issues in your Kubernetes cluster. If there are
40
40
You can specify parameters using the following command:
41
41
42
42
``` bash
43
- grpcurl -plaintext -d ' {"explain": false, "filters": ["Ingress"], "namespace": "k8sgpt"}' localhost:8080 schema.v1.ServerService /Analyze
43
+ grpcurl -plaintext -d ' {"explain": false, "filters": ["Ingress"], "namespace": "k8sgpt"}' localhost:8080 schema.v1.ServerAnalyzerService /Analyze
44
44
```
45
45
46
46
In this example, the analyzer will only consider the ` k8sgpt ` namespace without AI explanation and only focus on the ` Ingress ` filter.
You can’t perform that action at this time.
0 commit comments