From ecc38094077da21c7cb7c84597710945fbc01788 Mon Sep 17 00:00:00 2001 From: Jason Luo Date: Sun, 10 Mar 2019 00:36:25 +0000 Subject: 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 --- k8s/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'k8s/setup.py') diff --git a/k8s/setup.py b/k8s/setup.py index 3d94c96..a64efc8 100644 --- a/k8s/setup.py +++ b/k8s/setup.py @@ -23,7 +23,7 @@ from setuptools import setup setup( name='k8splugin', description='Cloudify plugin for containerized components deployed using Kubernetes', - version="1.4.8", + version="1.4.9", author='J. F. Lucas, Michael Hwang, Tommy Carpenter', packages=['k8splugin','k8sclient','msb','configure'], zip_safe=False, -- cgit 1.2.3-korg