Remove "--show-all" from scripts
The --show-all flag is deprecated since k8s 1.10 and removed since 1.14 https://github.com/kubernetes/kubernetes/pull/69255 This patch removes it Change-Id: I666343f3c82c1ddb0b64342af0369b80b87a8419 Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
parent
df153189d6
commit
21ad4a9fdb
@ -49,6 +49,6 @@ helm upgrade --install ceph-openstack-config ${HELM_CHART_ROOT_PATH}/ceph-provis
|
||||
./tools/deployment/common/wait-for-pods.sh openstack
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
kubectl get -n openstack jobs --show-all
|
||||
kubectl get -n openstack jobs
|
||||
kubectl get -n openstack secrets
|
||||
kubectl get -n openstack configmaps
|
||||
|
@ -50,6 +50,6 @@ helm upgrade --install ceph-openstack-config ${HELM_CHART_ROOT_PATH}/ceph-provis
|
||||
./tools/deployment/common/wait-for-pods.sh openstack
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
kubectl get -n openstack jobs --show-all
|
||||
kubectl get -n openstack jobs
|
||||
kubectl get -n openstack secrets
|
||||
kubectl get -n openstack configmaps
|
||||
|
@ -86,4 +86,4 @@ helm upgrade --install tempest ./tempest \
|
||||
./tools/deployment/common/wait-for-pods.sh openstack 2400
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
kubectl get -n openstack jobs --show-all
|
||||
kubectl get -n openstack jobs
|
||||
|
Loading…
Reference in New Issue
Block a user