workflow icon indicating copy to clipboard operation
workflow copied to clipboard

The open source PaaS for Kubernetes.

Results 53 workflow issues
Sort by recently updated
recently updated
newest added

If the feature already exists, this is more of a question, otherwise it would be really nice to be able to do this. Kubernetes allows to define ENV variables using...

enhancement
help wanted

Hey, By default Azure's Load Balancer timeout (used by ACS) is 4 minutes: https://azure.microsoft.com/en-us/blog/new-configurable-idle-timeout-for-azure-load-balancer/ It turns out it's too low for decent deis build. I think you could document this...

docs

Native ingress support is WIP (#732 and [#1243](https://github.com/deis/controller/pull/1243) ), so would be nice to have support for hybrid mode where both native ingress/router are enabled. Specially it would be handy...

In order to switch over from our in-house registry-proxy to the official/upstream `kube-registry-proxy` (as original PR https://github.com/deis/workflow/pull/734 proposed) we will need to sort out the following issue when upgrading. v2.12.0...

In my deployment of Deis Workflow v2.12.0, I am seeing a CrashLoopBackOff on the Router component: `deis deis-router-2126433040-drr9t 0/1 CrashLoopBackOff 85 5d ` looking at the logs with kubectl, I...

Hey There, Looking for a migration path from Helmc to Helm so I could use the latest and greatest charts.

After deploying a Dockerfile onto Deis Workflow, Application gets stuck in `Launching App ...` and attempting to redeploy brings down `builder`. I am unable to pull out further logs to...

I'm trying minikube with deis. Has something changed now? It was pulling the repo 2 hours ago ``` $ helm repo add deis https://charts.deis.com/workflow Error: Looks like "https://charts.deis.com/workflow" is not...

Let me describe a high view sequence of my commands... I've installed the workflow with ```helm```, created two apps, made some ```git push``` at these apps, deleted the release, deleted...

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 Client: &version.Version{SemVer:"v2.4.1", GitCommit:"46d9ea82e2c925186e1fc620a8320ce1314cbb02", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.4.1", GitCommit:"46d9ea82e2c925186e1fc620a8320ce1314cbb02",...