Skip to content

Commit

Permalink
Merge pull request #32 from fuxiuyin/user/chyin/loglevel
Browse files Browse the repository at this point in the history
[fix] fix log level argument
  • Loading branch information
andyzhangx authored May 13, 2022
2 parents 0e946bd + b415f7b commit bf16f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
image: jusjin.azurecr.io/azurelustre-csi:v0.1.0 # TODO_JUSJIN: replace to private preview ACR
imagePullPolicy: Always # TODO_JUSJIN: for testing purpose
args:
- "--v=5"
- "-v=5"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metrics-address=0.0.0.0:29634"
ports:
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
image: jusjin.azurecr.io/azurelustre-csi:v0.1.0 # TODO_JUSJIN: replace to private preview ACR
imagePullPolicy: Always # TODO_JUSJIN: for testing only
args:
- "--v=5"
- "-v=5"
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(KUBE_NODE_NAME)"
- "--metrics-address=0.0.0.0:29635"
Expand Down

0 comments on commit bf16f91

Please sign in to comment.