Skip to content

Commit

Permalink
fix(platform): set gpu-manager and gpu-quota-admission log to stderr (#…
Browse files Browse the repository at this point in the history
…967)

Signed-off-by: Tengfei Wang <tfwang@alauda.io>
  • Loading branch information
davidwtf committed Dec 2, 2020
1 parent 1937ecf commit 203f5c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
- name: LOG_LEVEL
value: "3"
- name: EXTRA_FLAGS
value: "--incluster-mode=true"
value: "--incluster-mode=true --logtostderr"
- name: NODE_NAME
valueFrom:
fieldRef:
Expand Down Expand Up @@ -224,7 +224,7 @@ spec:
- name: LOG_LEVEL
value: "4"
- name: EXTRA_FLAGS
value: "--incluster-mode=true"
value: "--incluster-mode=true --logtostderr"
ports:
- containerPort: 3456
volumeMounts:
Expand Down

0 comments on commit 203f5c1

Please sign in to comment.