workflow icon indicating copy to clipboard operation
workflow copied to clipboard

Hephy Workflow - An open source fork of Deis Workflow - The open source PaaS for Kubernetes.

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

I want to set a Pod placement options in my multi-purpose K8s clusters. Especially, `affinity:`. I created a patch against this issue. Could you accept and merge this ? https://github.com/pizzafactory-bancallera/workflow-chart/commit/d2b9a43887976dfb4c638365f7578b0c1c90c4db

(this is a design document for https://github.com/teamhephy/workflow/issues/52 and the PRs linked to it) ## Goal Allow users to use hephy with any S3-compatible object storage (self-hosted or otherwise). Do that...

As a monitoring service is provided on managed K8s, some users will want to drop `monitor` functions. (And in my case, telegraf pods didn't work on my AKS cluster.) My...

My preference for Kubernetes is rancher. Can you create a manual for use with rancher?

I read this - and it says resolved: https://github.com/deis/deis/issues/3148 then I tested w deis 2.21.6 on K8s 1.17 (installed in AWS w kops) and it doesn't do a rolling restart:...

`deis certs` returns No certs If you are not the same user that created them. I haven't investigated with non admin users at all. deis v2.21.4

Here are descriptions of the issue that we see in our Ruby apps after adding router.deis.io/nginx.useProxyProtocol: "true" https://stackoverflow.com/a/51111144/2112497 https://github.com/rails/rails/issues/22965 Env: K8s 1.12.9, workflow-v2.20.0 We are terminating our SSL certs on...

Would it be possible to support AWS ALBs/NLBs with workflow and support communications protocols like websockets? I'm not sure if that would involve a second router in the workflow config,...

_From @Cryptophobia on June 12, 2017 20:46_ We are trying to implement lifecycle preStop and postStart hooks that will be respected by resque workers inside Kubernetes pods. We want to...