AMO 🐶⛺🌳
AMO 🐶⛺🌳
_From @pfeodrippe on April 22, 2017 20:32_ I'm trying minikube with deis. Has something changed now? It was pulling the repo 2 hours ago ``` $ helm repo add deis...
_From @pfeodrippe on April 28, 2017 13:12_ Let me describe a high view sequence of my commands... I've installed the workflow with ```helm```, created two apps, made some ```git push```...
_From @xiaoping378 on May 5, 2017 7:45_ SETUP: 1. add role for helm ``` kubectl create clusterrolebinding cluster-admin-helm --clusterrole=cluster-admin --serviceaccount=kube-system:helm ``` 2. helm init --service-account helm ``` ➜ helm version...
_From @rbankole on May 5, 2017 15:51_ `deis logs -a --lines -1` not spitting out all logs since app launch. As a workaround you have to supply an arbitrarily large...
_From @abh on May 29, 2017 20:10_ Running on Kubernetes 1.6.2 (using Tectonic, so RBAC etc). I used the [rbac gist](https://gist.github.com/Bregor/66a4ce55a4d84b631419b81c7b97b5b9) to setup the RBAC rules (which made the builder...
_From @rhenretta on May 30, 2017 18:42_ Running deis workflow v2.14.0 on kubernetes v1.6.4 built with kops. Used CNI options when deploying deis workflow: ``` use_cni: true registry_proxy_bind_addr: "127.0.0.1:5555" ```...
_From @Overdrivr on June 8, 2017 17:13_ I'm trying to deploy Docker images to Deis from Gitlab CI, but fails to authenticate to a private docker registry. I created a...
_From @tmc on June 12, 2017 2:50_ Right now the experimental native ingress creates an ingress per app, this typically implies manual steps, dns records, etc -- lowering the utility...
_From @Overdrivr on June 14, 2017 6:39_ I'm trying to deploy from Gitlab CI to Deis using buildpack ( I cannot use Docker-based because of #823 ) Authentication to deis...
_From @seanknox on June 16, 2017 23:17_ ``` $ deis version v2.14.0 ``` - Running on Azure with 100 worker nodes. # STR 1. Create an app with deis/example-go 1....