Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. chrisholley@aedwards-pc:~/documents/helmtutorial/standard$ helm upgrade --install chris-demo-service ./ --namespace datalake
  2. Error: pods is forbidden: User "cholley01@pros.com" cannot list pods in the namespace "kube-system"
  3. chrisholley@aedwards-pc:~/documents/helmtutorial/standard$ helm upgrade --install chris-demo-service ./ --tiller-namespace datalake
  4. Release "chris-demo-service" does not exist. Installing it now.
  5. Error: release chris-demo-service failed: namespaces "default" is forbidden: User "system:serviceaccount:datalake:tiller" cannot get namespaces in the namespace "default"
  6. chrisholley@aedwards-pc:~/documents/helmtutorial/standard$ helm upgrade --install chris-demo-service ./ datalake
  7. Error: pods is forbidden: User "cholley01@pros.com" cannot list pods in the namespace "kube-system"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement