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

`deis logs -a --lines -1` not spitting out all logs since app launch. As a workaround you have to supply an arbitrarily large number i.e - `deis logs -a --lines...

enhancement
help wanted
easy fix

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 run). All the pods except the telegraf...

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" ``` I tried deploying the example-go chart ```...

I'm trying to deploy Docker images to Deis from Gitlab CI, but fails to authenticate to a private docker registry. I created a specific user `gitlab-ci`, that authenticates successfully. This...

Right now the experimental native ingress creates an ingress per app, this typically implies manual steps, dns records, etc -- lowering the utility and ease. If native ingress support allowed...

I'm trying to deploy from Gitlab CI to Deis using buildpack ( I cannot use Docker-based because of #823 ) Authentication to deis from gitlab-ci runner works fine, code is...

``` $ deis version v2.14.0 ``` - Running on Azure with 100 worker nodes. # STR 1. Create an app with deis/example-go 1. scale to 1000 replicas # EXPECTED -...

I'm just trying to follow the Deploy Your First Application tutorial and I'm running into this error: ``` ❯ deis pull deis/example-go -a expert-neckwear Creating build... Error: Unknown Error (400):...

I tried to setup workflow using store persistent data in AWS S3. I followed the steps from [here](https://deis.com/docs/workflow/installing-workflow/configuring-object-storage/) This is how the custom values.yaml file looks like ``` global: #...

- In https://deis.com/docs/workflow/managing-workflow/tuning-component-settings/#setting-resource-limits it says I can use ``BUILDER_POD_NODE_SELECTOR`` to target specific nodes. How do I actually provide this environment variable. Can I set this through helm/values.yaml? - As far...