Create an empty git repo or reinitialize an existing one
$ git init
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 |
Create an empty git repo or reinitialize an existing one
$ git init