You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,82 +110,82 @@ The server dynamically filters the available tools based on the permissions asso
110
110
111
111
- **`kubernetes_list_clusters`**
112
112
- **Description**: Lists the cluster information for all clusters or just the cluster specified.
113
-
- **Required Permission**: `promql.exec`
113
+
- **Required Permission**: `metrics-data.read`
114
114
- **Sample Prompt**: "List all kubernetes clusters" or "Show me info for cluster 'production-gke'"
115
115
116
116
- **`kubernetes_list_nodes`**
117
117
- **Description**: Lists the node information for all nodes, all nodes from a cluster or just the node specified.
118
-
- **Required Permission**: `promql.exec`
118
+
- **Required Permission**: `metrics-data.read`
119
119
- **Sample Prompt**: "List all kubernetes nodes in the cluster 'production-gke'" or "Show me info for node 'node-123'"
120
120
121
121
- **`kubernetes_list_workloads`**
122
122
- **Description**: Lists all the workloads that are in a particular state, desired, ready, running or unavailable. The LLM can filter by cluster, namespace, workload name or type.
123
-
- **Required Permission**: `promql.exec`
123
+
- **Required Permission**: `metrics-data.read`
124
124
- **Sample Prompt**: "List all desired workloads in the cluster 'production-gke' and namespace 'default'"
125
125
126
126
- **`kubernetes_list_pod_containers`**
127
127
- **Description**: Retrieves information from a particular pod and container.
128
-
- **Required Permission**: `promql.exec`
128
+
- **Required Permission**: `metrics-data.read`
129
129
- **Sample Prompt**: "Show me info for pod 'my-pod' in cluster 'production-gke'"
130
130
131
131
- **`kubernetes_list_cronjobs`**
132
132
- **Description**: Retrieves information from the cronjobs in the cluster.
133
-
- **Required Permission**: `promql.exec`
133
+
- **Required Permission**: `metrics-data.read`
134
134
- **Sample Prompt**: "List all cronjobs in cluster 'prod' and namespace 'default'"
- **Description**: Shows the top N pods with the highest number of unavailable or unready replicas in a Kubernetes cluster, ordered from highest to lowest.
138
-
- **Required Permission**: `promql.exec`
138
+
- **Required Permission**: `metrics-data.read`
139
139
- **Sample Prompt**: "Show the top 20 unavailable pods in cluster 'production'"
- **Description**: Lists the pods with the highest number of container restarts in the specified scope (cluster, namespace, workload, or individual pod). By default, it returns the top 10.
143
-
- **Required Permission**: `promql.exec`
143
+
- **Required Permission**: `metrics-data.read`
144
144
- **Sample Prompt**: "Show the top 10 pods with the most container restarts in cluster 'production'"
- **Description**: Lists the pods with the highest rate of HTTP 4xx and 5xx errors over a specified time interval, allowing filtering by cluster, namespace, workload type, and workload name.
148
-
- **Required Permission**: `promql.exec`
148
+
- **Required Permission**: `metrics-data.read`
149
149
- **Sample Prompt**: "Show the top 20 pods with the most HTTP errors in cluster 'production'"
- **Description**: Shows the top network errors by pod over a given interval, aggregated by cluster, namespace, workload type, and workload name. The result is an average rate of network errors per second.
153
-
- **Required Permission**: `promql.exec`
153
+
- **Required Permission**: `metrics-data.read`
154
154
- **Sample Prompt**: "Show the top 10 pods with the most network errors in cluster 'production'"
0 commit comments