mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 04:49:19 +00:00
Fix linebreak on cronjob
This commit is contained in:
@@ -342,7 +342,8 @@ Let's leave `kubectl logs` running while we keep exploring.
|
||||
|
||||
- Create the Cron Job:
|
||||
```bash
|
||||
kubectl run every3mins --schedule="*/3 * * * *" --restart=OnFailure --image=alpine sleep 10
|
||||
kubectl run every3mins --schedule="*/3 * * * *" --restart=OnFailure \
|
||||
--image=alpine sleep 10
|
||||
```
|
||||
|
||||
- Check the resource that was created:
|
||||
|
||||
Reference in New Issue
Block a user