Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Helm Section - Lecture 71] Typo "kube-system" and not "kube.system" #30

Closed
abdennour opened this issue Oct 6, 2018 · 2 comments
Closed
Assignees
Labels

Comments

@abdennour
Copy link
Collaborator

At the minute 6 and 26 seconds, the instructor ran this command:

kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube.system:tiller

This command includes a typo in the value of the last option

Related Question(s):

@abdennour
Copy link
Collaborator Author

This is because of a typo :

We need to replace --serviceaccount=kube.system:tiller by --serviceaccount=kube-system:tiller.

I mean replace kube.system by kube-system.

I mean replace the dot by the hyphen.

Thus:

kubectl delete clusterrolebinding tiller
 
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller

@jleetutorial
Copy link
Member

@abdennour Thanks for reporting this issue. Just fixed the lecture and re-uploaded to Udemy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants