Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
make node manager tolerate disk and memory pressure (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmssg authored Nov 29, 2018
1 parent 92975d7 commit 1e2202c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,9 @@ spec:
- name: hadoop-tmp-storage
hostPath:
path: {{ clusterinfo[ 'dataPath' ] }}/hadooptmp/nodemanager

tolerations:
- key: node.kubernetes.io/memory-pressure
operator: "Exists"
- key: node.kubernetes.io/disk-pressure
operator: "Exists"

0 comments on commit 1e2202c

Please sign in to comment.