initial commit

This commit is contained in:
ston1th 2020-06-02 00:38:26 +02:00
commit 9c7f7894b9
23 changed files with 1656 additions and 0 deletions

View file

@ -0,0 +1,3 @@
resources:
- serviceaccount.yaml
- role_binding.yaml

View file

@ -0,0 +1,12 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: system:cloud-controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: cloud-controller-manager
namespace: kube-system

View file

@ -0,0 +1,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: cloud-controller-manager
namespace: kube-system