Skip to content

Instantly share code, notes, and snippets.

@henrylilei
henrylilei / aks-node-kubelet-configuration.yaml
Created November 5, 2019 01:47
Using Kured to update kubelet config in AKS.
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: server-maintenance-priority
value: 1000000
globalDefault: false
description: "This priority class should be used for server maintenance pods only. It will be scheduled first to the node."
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole