summaryrefslogtreecommitdiffstats
path: root/kubernetes/readiness/docker/init/job_complete.py
AgeCommit message (Collapse)AuthorFilesLines
2019-05-10Add deviation in readiness check sleep timeDmitry Puzikov1-1/+3
Added some random delay avoiding massive parallel call of k8s API by multiple readiness-check containers Change-Id: Ia5e6e49b91db9f0339ab828734eedb94eb3029cb Issue-ID: INT-1045 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-05-10Minimize container imageDmitry Puzikov1-1/+1
Rebase image on alpine Change-Id: I923c0792783b551bf623f754a2aed4bf1a765f45 Issue-ID: INT-1045 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2018-03-27adding K8s job completion utilityMandeep Khinda1-0/+97
Integrating the Work that was originally done by SDC team: https://gerrit.onap.org/r/gitweb?p=sdc.git;a=tree;\ f=sdc-os-chef/kubernetes/sdc/templates/configmaps;hb=HEAD into the readiness image Issue-ID: OOM-832 Change-Id: Icb22a8d0a67495860008dc6d6960e043d982c668 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: Areli Fuss <af732p@intl.att.com>