Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
ad36ae0b0f
commit
c28cc3892f
@@ -58087,10 +58087,17 @@ execution:
|
||||
description: Command to run
|
||||
type: String
|
||||
default: uname
|
||||
executor:
|
||||
dependencies:
|
||||
- description: 'kubectl must be installed
|
||||
|
||||
'
|
||||
get_prereq_command: 'echo "kubectl must be installed manually"
|
||||
|
||||
'
|
||||
prereq_command: 'which kubectl
|
||||
|
||||
'
|
||||
executor:
|
||||
command: |
|
||||
kubectl create -f src/busybox.yaml -n #{namespace}
|
||||
kubectl exec -n #{namespace} busybox -- #{command}
|
||||
|
||||
@@ -45,6 +45,18 @@ kubectl delete pod busybox -n #{namespace}
|
||||
|
||||
|
||||
|
||||
#### Dependencies: Run with `bash`!
|
||||
##### Description: kubectl must be installed
|
||||
##### Check Prereq Commands:
|
||||
```bash
|
||||
which kubectl
|
||||
```
|
||||
##### Get Prereq Commands:
|
||||
```bash
|
||||
echo "kubectl must be installed manually"
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user