Add endpoint for leader-election

pull/8610/head
Johannes M. Scheuermann 2020-07-01 08:41:27 +02:00
parent 73fccf04f8
commit e5cfa386b1
1 changed files with 8 additions and 1 deletions

View File

@ -76,7 +76,14 @@ subjects:
- kind: ServiceAccount
name: storage-provisioner
namespace: kube-system
---
apiVersion: v1
kind: Endpoints
metadata:
name: k8s.io-minikube-hostpath
namespace: kube-system
labels:
addonmanager.kubernetes.io/mode: Reconcile
---
apiVersion: v1
kind: Pod