We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53979ca + 17b6587 commit 7c99adeCopy full SHA for 7c99ade
libs/kb8_run.rb
@@ -21,7 +21,7 @@ class Kb8Run
21
CMD_GET_POD_LOGS = "#{CMD_KUBECTL} logs %s %s"
22
CMD_GET_POD = "#{CMD_KUBECTL} get pods -l %s -o yaml"
23
CMD_GET_EVENTS = "#{CMD_KUBECTL} get events -o yaml"
24
- CMD_GET_RESOURCE = "#{CMD_KUBECTL} %s -o yaml %s"
+ CMD_GET_RESOURCE = "#{CMD_KUBECTL} get %s -o yaml %s"
25
CMD_DELETE_PODS = "#{CMD_KUBECTL} delete pods -l %s"
26
CMD_PATCH_RESOURCE = "#{CMD_KUBECTL} patch %s %s -p '%s'"
27
CMD_LABEL_RESOURCE = "#{CMD_KUBECTL} label %ss %s %s"
0 commit comments