Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete completed kubernetes jobs

apiVersion: batch/v1
kind: CronJob
metadata:
  name: my-cron-job
spec:
  schedule: "*/10 * * * *"
  failedJobsHistoryLimit: 1
  successfulJobsHistoryLimit: 3
  jobTemplate:
    spec:
      template:
         ...
Comment

PREVIOUS NEXT
Code Example
Shell :: enable hhtpd to start at boot 
Shell :: Find all pods that status is NotReady jq cheatsheet 
Shell :: Automatically run program on Linux startup via rc.local 
Shell :: using awk and cat and grep 
Shell :: service logs realtime 
Shell :: create multiple files on Linux in sequence through the terminal 
Shell :: install symfony cli 
Shell :: commit specific file in git 
Shell :: git push ignore pre push 
Shell :: delete evicted pods 
Shell :: create git 
Shell :: github clone 
Shell :: bash scripting tutorial 
Shell :: new-alias vi notepad 
Shell :: install installatron cpanel 
Shell :: How to Install and Configure doctl Github Download (Linux, MacOS) 
Shell :: Basic Authorization failed for user 
Shell :: github terraform integration 
Shell :: Running shell scripts 
Shell :: How to get packages with very_good_cli in flutter 
Shell :: Repositories (/etc/apt/sources.list) 
Shell :: javascript-typescript-Deno CLI 
Shell :: Change cursor style in cmd ,Powershell ,terminal ,git bash 
Shell :: ls show uid gid 
Shell :: vagrant snapshot commands 
Shell :: grep -R exlude directory 
Shell :: Installing Atom in Ubuntu OS 
Shell :: .htaccess when deploying 
Shell :: brew install erlang 
Shell :: Hide docker legacy commands 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =