Created
April 3, 2018 12:35
-
-
Save rajdavies/0943541a41e9f9acd4a11a5e7354889d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged "foo-cluster" as current context in /Users/rajdavies/.kube/config | |
clusterrolebinding "add-on-cluster-admin" created | |
Context "foo-cluster" modified. | |
Trying to create ClusterRoleBinding clusteruser-foo-foo-cluster-cluster-admin-binding for role: cluster-admin for user clusteruser-foo-foo-cluster | |
clusterrolebinding "clusteruser-foo-foo-cluster-cluster-admin-binding" created | |
Created ClusterRoleBinding clusteruser-foo-foo-cluster-cluster-admin-binding | |
Created ServiceAccount tiller in namespace kube-system | |
Trying to create ClusterRoleBinding tiller for role: cluster-admin and ServiceAccount: kube-system/tiller | |
Created ClusterRoleBinding tiller | |
Initialising helm using ServiceAccount tiller in namespace kube-system | |
$HELM_HOME has been configured at /Users/rajdavies/.helm. | |
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster. | |
Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy. | |
For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation | |
Happy Helming! | |
$HELM_HOME has been configured at /Users/rajdavies/.helm. | |
Tiller (the Helm server-side component) has been upgraded to the current version. | |
Happy Helming! | |
"jenkins-x" has been added to your repositories | |
helm installed and configured | |
Already up to date. | |
? No existing ingress controller found in the kube-system namespace, shall we install one? Yes | |
Error: release jxing failed: clusterroles.rbac.authorization.k8s.io "jxing-nginx-ingress" is forbidden: attempt to grant extra privileges: [PolicyRule{Resources:["configmaps"], APIGroups:[""], Verbs:["list"]} PolicyRule{Resources:["configmaps"], APIGroups:[""], Verbs:["watch"]} PolicyRule{Resources:["endpoints"], APIGroups:[""], Verbs:["list"]} PolicyRule{Resources:["endpoints"], APIGroups:[""], Verbs:["watch"]} PolicyRule{Resources:["nodes"], APIGroups:[""], Verbs:["list"]} PolicyRule{Resources:["nodes"], APIGroups:[""], Verbs:["watch"]} PolicyRule{Resources:["pods"], APIGroups:[""], Verbs:["list"]} PolicyRule{Resources:["pods"], APIGroups:[""], Verbs:["watch"]} PolicyRule{Resources:["secrets"], APIGroups:[""], Verbs:["list"]} PolicyRule{Resources:["secrets"], APIGroups:[""], Verbs:["watch"]} PolicyRule{Resources:["nodes"], APIGroups:[""], Verbs:["get"]} PolicyRule{Resources:["services"], APIGroups:[""], Verbs:["get"]} PolicyRule{Resources:["services"], APIGroups:[""], Verbs:["list"]} PolicyRule{Resources:["services"], APIGroups:[""], Verbs:["update"]} PolicyRule{Resources:["services"], APIGroups:[""], Verbs:["watch"]} PolicyRule{Resources:["ingresses"], APIGroups:["extensions"], Verbs:["get"]} PolicyRule{Resources:["ingresses"], APIGroups:["extensions"], Verbs:["list"]} PolicyRule{Resources:["ingresses"], APIGroups:["extensions"], Verbs:["watch"]} PolicyRule{Resources:["events"], APIGroups:[""], Verbs:["create"]} PolicyRule{Resources:["events"], APIGroups:[""], Verbs:["patch"]} PolicyRule{Resources:["ingresses/status"], APIGroups:["extensions"], Verbs:["update"]}] user=&{system:serviceaccount:kube-system:tiller f6660fba-3736-11e8-b2b5-0a58ac1f23e4 [system:serviceaccounts system:serviceaccounts:kube-system system:authenticated] map[]} ownerrules=[] ruleResolutionErrors=[clusterroles.rbac.authorization.k8s.io "cluster-admin" not found] | |
Error: Command failed helm install --name jxing stable/nginx-ingress --namespace kube-system --set rbac.create=true | |
Error: a release named jxing already exists. | |
Run: helm ls --all jxing; to check the status of the release | |
Or run: helm del --purge jxing; to delete it | |
Error: Command failed helm install --name jxing stable/nginx-ingress --namespace kube-system --set rbac.create=true | |
Error: a release named jxing already exists. | |
Run: helm ls --all jxing; to check the status of the release | |
Or run: helm del --purge jxing; to delete it | |
Error: Command failed helm install --name jxing stable/nginx-ingress --namespace kube-system --set rbac.create=true | |
Error: a release named jxing already exists. | |
Run: helm ls --all jxing; to check the status of the release | |
Or run: helm del --purge jxing; to delete it | |
Error: Command failed helm install --name jxing stable/nginx-ingress --namespace kube-system --set rbac.create=true | |
ingress init failed: deployments.extensions "jxing-nginx-ingress-controller" not found | |
error creating cluster deployments.extensions "jxing-nginx-ingress-controller" not found | |
rajdavies@robmac:~/dev/runtimes/aks$ helm ls --all jxing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment