b58f913d5f
API server takes care of setting priority for "regular" pods from priorityClassName, but nothing does that for static pods, so we have to specify the priotity explicitly for static pods. This fixes the graceful node shutdown (kubelet) to stop non-critical pods before the api-server and friends (critical pods). Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>