Remove volumeLifecycleModes in Cinder CSI

The volumeLifecycleModes was introduced in v1.16 which
means you cannot provision Cinder CSI without explicitly
asking for v1.16 or later with the kube_tag label.

We default to v1.15.7 in Train which means it will be
broken if you just request Cinder CSI.

Change-Id: Iba348e21f41dd9f0b6aa654befffb32ac925bada
This commit is contained in:
Tobias Urdin 2020-09-05 02:25:54 +02:00
parent 368241fda7
commit f25640c0c2
1 changed files with 0 additions and 3 deletions

View File

@ -486,9 +486,6 @@ metadata:
spec:
attachRequired: true
podInfoOnMount: true
volumeLifecycleModes:
- Persistent
- Ephemeral
EOF
echo "Waiting for Kubernetes API..."