Skip to content

charan-amzn/helm-rbac-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

helm-RBAC

In this repository, you can find rbac-config.yaml file to create Service Account for Tiller and gp2-storage-class.yaml file to create a kubernetes Storage Class

To Install and Initiate Helm and to create storageclass:

brew install kubernetes-helm

kubectl apply -f rbac-config.yaml

helm init --service-account tiller

kubectl create -f gp2-storage-class.yaml

kubectl patch storageclass gp2 -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}’

kubectl get storageclass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published