-
Right now the only way to specify a service account is by the configmap definition. Would be nice if you could login on the webpage using service account token (like kubernetes dashboard) or even just…
-
Hi.
I think a good option would be to wait for the tiller to be up and running. I'm using current module like:
```
module "tiller" {
source = "git::https://github.com/lsst-sqre/terraform-tin…
-
Hi,
I have issue after upgrading from Alpine 3.7 (Ruby 2.4.x) to 3.8 (Ruby 2.5.0) as base for our containers.
```[2018-11-06 08:40:01 +0000] [INFO] Setting ownership/permissions on /opt/service…
-
I am following below link for installing GoCD using helm chart,
https://docs.gocd.org/current/gocd_on_kubernetes/gocd_helm_chart/helm_install.html
when I run below command it gives error:
```$ h…
-
When i try to install monocular i get the following error.
```
helm install monocular/monocular
```
```
Error: release measly-seal failed: secrets is forbidden: User "system:serviceaccount:tille…
-
Hi Yori,
I was trying to use Kubergrunt to deploy Helm to a GKE cluster. Would it make sense to add a few lines to the `README.md` file to illustrate how to create a dedicated ServiceAccount and na…
-
### Overview
This is a prerequisite for any tasks related to [Helm](https://helm.sh). We want to have it available on our build server and Tiller installed on the cluster.
#### Recommended reading…
-
Recently we started seeing the following error messages in the tiller controller, e.g.:
```
2018/08/03 09:37:02 Downloading https://kubernetes-charts.storage.googleapis.com/nginx-ingress-0.18.0.tg…
-
## 1. Create GKE cluster (server)
## 2. Login GCP (client)
https://fastfoodcoding.com/questions/1509294958998/how-to-logout-from-an-account-on-gcloud-sdk
If you want to logout from all the accoun…
-
do people re-use service accounts, roles, and rolebindings when setting up config for Tiller? Right now, we're just creating new service accounts, role and role binding per Tiller. Need some insight i…