Skip to content

Commit

Permalink
fix: pool-coordinator cannot be rescheduled when its node fails (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEWang committed Feb 9, 2023
1 parent c524116 commit 08d8d74
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions charts/openyurt/templates/pool-coordinator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ spec:
seccompProfile:
type: RuntimeDefault
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
operator: Exists
volumes:
- emptyDir:
medium: Memory
Expand Down Expand Up @@ -226,4 +223,4 @@ roleRef:
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: User
name: openyurt:pool-coordinator:node-lease-proxy-client
name: openyurt:pool-coordinator:node-lease-proxy-client

0 comments on commit 08d8d74

Please sign in to comment.