Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
moshemorad committed Dec 12, 2024
1 parent 1db0815 commit d2d6d31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions holmes/plugins/toolsets/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ toolsets:
Run kubectl describe <kind> <name> -n <namespace>,
call this when users ask for description,
for example when a user asks
- 'desctibe pod xyz-123'
- 'describe pod xyz-123'
- 'show service xyz-123 in namespace my-ns'
- 'show information about deployment my-deployment"
command: "kubectl describe {{ kind }} {{ name }}{% if namespace %} -n {{ namespace }}{% endif %}"

- name: "kubectl_get_by_name"
Expand Down

0 comments on commit d2d6d31

Please sign in to comment.