Skip to content

Commit af22261

Browse files
authored
Add log v5 for CI test (kubernetes#2028)
1 parent c3a762b commit af22261

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ spec:
9898
- "--endpoint=$(CSI_ENDPOINT)"
9999
- "--cloud-config=$(CLOUD_CONFIG)"
100100
- "--cluster=$(CLUSTER_NAME)"
101+
- "--v=1"
101102
env:
102103
- name: CSI_ENDPOINT
103104
value: unix://csi/csi.sock

manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ spec:
5858
- /bin/cinder-csi-plugin
5959
- "--endpoint=$(CSI_ENDPOINT)"
6060
- "--cloud-config=$(CLOUD_CONFIG)"
61+
- "--v=1"
6162
env:
6263
- name: CSI_ENDPOINT
6364
value: unix://csi/csi.sock

tests/playbooks/roles/install-csi-cinder/tasks/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
sed -i "s#docker.io/k8scloudprovider/cinder-csi-plugin:latest#{{ remote_registry_host }}/cinder-csi-plugin-amd64:{{ github_pr }}#" manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml
6464
sed -i "s#docker.io/k8scloudprovider/cinder-csi-plugin:latest#{{ remote_registry_host }}/cinder-csi-plugin-amd64:{{ github_pr }}#" manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
6565
66+
sed -i "s#--v=1#--v=5#" manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml
67+
sed -i "s#--v=1#--v=5#" manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
6668
- name: Deploy cinder-csi-plugin
6769
shell:
6870
executable: /bin/bash

0 commit comments

Comments
 (0)