I am currently using the latest version of rancher (v1.1.0-dev4), running on rancherOS (v0.4.5) with a deployed Kubernetes stack.
I am looking to install deis workflow on the kubernetes stack, but it encounters issues due to the default serviceAccount not having any secrets.
Preliminary research notes that if the api-server is not started with a service account cert, it is unable to create secrets. Is this something that we can have added in? Secrets are used by a lot of services…
Thanks!