Skip to content

Commit 4ee7c1f

Browse files
authored
Merge pull request #117 from Flux159/pr117
Adding create service to readme
2 parents 96b5ccf + 8bda7dd commit 4ee7c1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ npx mcp-chat --config "%APPDATA%\Claude\claude_desktop_config.json"
7070
- [x] Create, describe, delete a pod
7171
- [x] List all namespaces, create a namespace
7272
- [x] Create custom pod & deployment configs, update deployment replicas
73+
- [x] Create services
7374
- [x] Get logs from a pod for debugging (supports pods, deployments, jobs, and label selectors)
7475
- [x] Support Helm v3 for installing charts
7576
- Install charts with custom values
@@ -82,7 +83,7 @@ npx mcp-chat --config "%APPDATA%\Claude\claude_desktop_config.json"
8283
- [x] Get Kubernetes events from the cluster
8384
- [x] Port forward to a pod or service
8485
- [x] Create, list, and decribe cronjobs
85-
- [x] Non-destructive mode for read-only access to clusters
86+
- [x] Non-destructive mode for read and create/update-only access to clusters
8687

8788
## Local Development
8889

0 commit comments

Comments
 (0)