workflow
workflow copied to clipboard
The open source PaaS for Kubernetes.
It would be great if Deis Workflow provided a ways to trigger one-off Kubernetes Jobs and scheduled Cron Jobs for batch processing. There should be a `deis job` command similar...
Need the ability to add root certificates authorities to containers that want to access object storage (database, builder, registry). This is needed to host secure-https on-prem object storage that is...
At the Azure / Deis hackfest at in December, there was time to work on additional enhancements. One such was a PoC for adding support for Let's Encrypt certificates (to...
_From @renegare on December 6, 2014 14:25_ ``` In order to deploy a privately built image to deis cluster As a developer I would like to execute the following commands...
_From @kamilchm on July 14, 2014 19:1_ Does someone use deis for building deployment pipelines? Heroku have pipelines in labs https://devcenter.heroku.com/articles/labs-pipelines. How can I implement equivalent of it using deis?...
Devs new to workflow (including me) would want to know how to set it up locally for testing before deploying to cloud (staging, testing).
It looks like the image for GCP is out of date. There is no "Turn on Cloud Logging" checkbox anymore. As seen at https://deis.com/docs/workflow/quickstart/provider/gke/boot/
I have tried looking up for examples of implementations of Deis on lightsail. I did not find any examples. Has anyone tried doing that?
```37m 39m 9 api-cmd-4281948355-nau2k Pod Warning FailedSync {kubelet ip-10-0-11-227.eu-central-1.compute.internal} Error syncing pod, skipping: failed to "StartContainer" for "api-cmd" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=api-cmd pod=api-cmd-4281948355-nau2k_api(aaa2dd00-f212-11e6-8074-02e58803a9f5)" 25m 15h 9 api-cmd-4281948355-qecb1...
For a variety of implementations it's necessary to attach annotations to Pods ([kube2iam](https://github.com/jtblin/kube2iam), k8s alpha features e.g. [Node Affinity/Anti-Affinity](https://kubernetes.io/docs/user-guide/node-selection/), etc.). Normally one would add the annotation to the Deployment's `.spec.template.metadata.annotations`,...