Skip to content

Commit

Permalink
simple pod for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Feb 28, 2022
1 parent c06d51d commit 2d6e189
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,20 @@ spec:
```
### pod example simple pod
```yaml
apiVersion: v1
kind: Pod
metadata:
name: test01
spec:
containers:
- name: test01
image: busybox
command: ["sleep", "36000"]
restartPolicy: Never
backoffLimit: 4
```
```yaml
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit 2d6e189

Please sign in to comment.