Skip to content

Instantly share code, notes, and snippets.

View carmilea's full-sized avatar
😇
Focusing

Cindy carmilea

😇
Focusing
View GitHub Profile
@carmilea
carmilea / aks-node-kubelet-configuration.yaml
Created October 1, 2020 20:54 — forked from henrylilei/aks-node-kubelet-configuration.yaml
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
@carmilea
carmilea / gitcom.md
Last active May 12, 2020 20:07 — forked from jednano/gitcom.md
Common git commands in a day-to-day workflow

Git Cheat Sheet

Initial Setup

Create an empty git repo or reinitialize an existing one

$ git init