Skip to content

Instantly share code, notes, and snippets.

View kmala's full-sized avatar

Keerthan Reddy Mala kmala

View GitHub Profile

#Install

Workflow [2.3.0][chart2.3.0] and [2.4.1][chart2.4.1] can be installed using the new helm and can do the same customizations of the components/storage as helm-classic.The customizations are applied in a cleaner way than helm-classic where we had a shell script. The install process is also the same as helm-classic, you fetch a chart using helm fetch then change the default values for customizations and helm install.

##Different from helm-classic

  • Users can longer use environment variables to set values for customizations.(helm/helm#944)

#Composable

@kmala
kmala / v2.4.2-CHANGELOG.md
Created August 29, 2016 21:34
Deis Workflow v2.4.2 CHANGELOG

Controller v2.4.1 -> v2.4.2

Fixes

  • eb2f32b registry: tell a user they need PORT when using off-cluster native iaas registry (#988)
  • e9352a3 proctypes: update service after all the proctypes are deployed
  • f7fb2f6 release: during cleanup let pod deletion 404 in case Kubernetes cleaned up as well (#1005)

v2.2.0 -> v2.3.0

Features

  • 7fbeb3f router: move deis-router to use Deployments
  • 69831ed workflow-manager: move deis-workflow-manager to use Deployments
  • 31cbcc9 registry: move deis-registry to use Deployments
  • 4173034 controller: move deis-controller to use Deployments
  • 106e022 builder: move deis-builder to use Deployments
  • 1692748 test: add TEST env variable to workflow e2e chart
  • 78e77cb workflow-dev: re-introduce
Deis CLI :
old requestbody:
{
"readiness":{}
"liveness": {}
}
new requestbody:
{
"type": {
"readiness":{}

Keybase proof

I hereby claim:

  • I am kmala on github.
  • I am kmala (https://keybase.io/kmala) on keybase.
  • I have a public key whose fingerprint is 9C3C 1DF2 34AE 8CB8 130C 4201 021C 6FC9 DDF7 9D3C

To claim this, I am signing this object:

@kmala
kmala / gist:71c2b1476bb80f4eb9e6
Created June 12, 2015 13:08
journal docker while builder fleet unit is starting
 time="2015-06-11T23:32:27Z" level=info msg="-job log(pull, deis/builder:v1.7.2, ) = OK (0)"
Jun 11 23:32:27 deis-02 docker[1083]: time="2015-06-11T23:32:27Z" level=info msg="-job pull(deis/builder, v1.7.2) = OK (0)"
Jun 11 23:32:27 deis-02 docker[1083]: time="2015-06-11T23:32:27Z" level=info msg="GET /v1.18/containers/deis-builder/json"
Jun 11 23:32:27 deis-02 docker[1083]: time="2015-06-11T23:32:27Z" level=info msg="+job container_inspect(deis-builder)"
Jun 11 23:32:27 deis-02 docker[1083]: no such id: deis-builder
Jun 11 23:32:27 deis-02 docker[1083]: time="2015-06-11T23:32:27Z" level=info msg="-job container_inspect(deis-builder) = ERR (1)"
Jun 11 23:32:27 deis-02 docker[1083]: time="2015-06-11T23:32:27Z" level=error msg="Handler for GET /containers/{name:.*}/json returned error: no such id: deis-builder"
Jun 11 23:32:27 deis-02 docker[1083]: time="2015-06-11T23:32:27Z" level=error msg="HTTP Error: statusCode=404 no such id: deis-builder"
Jun 11 23:32:27 deis-02 docker[1083]: time="2015-06-11T23:32:27