add liveness probe, fix readiness prob exec 91/81891/5
authorJason Luo <cl4531@att.com>
Sun, 10 Mar 2019 00:36:25 +0000 (00:36 +0000)
committerJason Luo <cl4531@att.com>
Tue, 12 Mar 2019 14:46:19 +0000 (14:46 +0000)
commitecc38094077da21c7cb7c84597710945fbc01788
treecc32b27d44ea8c740711a4c0f4b3928b2b9e4623
parentf024f8e353847f5a59aeeb3b011e5502ee89d253
add liveness probe, fix readiness prob exec

liveness and readiness probes may run script with
arguments, ports and volumes are optional instead
of mandatory, test_tasks.py accept ports[] and
volumes[]
fix the issue of labels which are logner than 63

Issue-ID: DCAEGEN2-1126
Change-Id: Id2f893adc300bf508c0512a51b3665872d36f674
Signed-off-by: Jason Luo <cl4531@att.com>
k8s/ChangeLog.md
k8s/k8s-node-type.yaml
k8s/k8sclient/k8sclient.py
k8s/k8splugin/tasks.py
k8s/setup.py
k8s/tests/test_tasks.py