mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
chore(security): try to fix snyk security issues (#345)
* chore(docs): update tools in README.md Previous update wasn't made automatically. Signed-off-by: Marc Nuri <marc@marcnuri.com> * chore(security): try to fix snyk security issues Even after the fix, Snyk seems to be reporting false positives. Signed-off-by: Marc Nuri <marc@marcnuri.com> --------- Signed-off-by: Marc Nuri <marc@marcnuri.com>
This commit is contained in:
@@ -261,7 +261,7 @@ The following sets of tools are available (all on by default):
|
||||
- `name` (`string`) **(required)** - Name of the Pod to get the logs from
|
||||
- `namespace` (`string`) - Namespace to get the Pod logs from
|
||||
- `previous` (`boolean`) - Return previous terminated container logs (Optional)
|
||||
- `tail` (`number`) - Number of lines to retrieve from the end of the logs (Optional, default: 100)
|
||||
- `tail` (`integer`) - Number of lines to retrieve from the end of the logs (Optional, default: 100)
|
||||
|
||||
- **pods_run** - Run a Kubernetes Pod in the current or provided namespace with the provided container image and optional name
|
||||
- `image` (`string`) **(required)** - Container Image to run in the Pod
|
||||
|
||||
Reference in New Issue
Block a user