Skip to content

Instantly share code, notes, and snippets.

@manojbadam
Last active June 3, 2019 01:45
Show Gist options
  • Select an option

  • Save manojbadam/47e556f5feeec04b90d3cb4b41f1d284 to your computer and use it in GitHub Desktop.

Select an option

Save manojbadam/47e556f5feeec04b90d3cb4b41f1d284 to your computer and use it in GitHub Desktop.

Revisions

  1. manojbadam renamed this gist Jun 3, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. manojbadam created this gist Jun 3, 2019.
    5 changes: 5 additions & 0 deletions steps.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    ```
    kubectl create serviceaccount --namespace kube-system tiller
    kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
    kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}'
    ```