Skip to content

Commit

Permalink
Merge pull request #86 from KosyanMedia/priority_fix
Browse files Browse the repository at this point in the history
Fix priority for node
  • Loading branch information
DrFaust92 authored Jul 9, 2022
2 parents 19f71a7 + b4a7c45 commit f524dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "kubernetes_daemonset" "node" {
host_network = true
service_account_name = kubernetes_service_account.node.metadata[0].name
automount_service_account_token = true
priority_class_name = "system-cluster-critical"
priority_class_name = "system-node-critical"

toleration {
operator = "Exists"
Expand Down

0 comments on commit f524dae

Please sign in to comment.