Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
## what * Increase connection timeout for helm with ` service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "3600"` ## why * Helm operations can easily take longer than the default 60 second TTL * `Error: could...
## what * Add Ark by Heptio ## why * Provide a way to backup/restore volumes on kubernetes ## references * https://github.com/helm/charts/tree/master/stable/ark * https://github.com/heptio/ark
## what * Add istio helm release ## why * https://istio.io/docs/concepts/what-is-istio/#why-use-istio ## references * https://istio.io/docs/setup/kubernetes/helm-install/#option-2-install-with-helm-and-tiller-via-helm-install
## what * Add `verify: true` * Add `force: true` * Add `timeout: 600` * Add `recreatePods: false` ## why * Better defaults ## references * https://github.com/roboll/helmfile/pull/241
## what For example, do this... ``` FROM cloudposse/helmfiles:0.1.1 as helmfiles .... COPY --from=helmfiles /helmfiles.d/ /conf/helmfiles.d/ ``` ## why * We recently moved helmfiles from `cloudposse/geodesic` into a separate repo...
## what * Publish homebrew formulae for all our package ## why * Make it easy to install packages on OSX ## references * https://github.com/remind101/homebrew-formulae/
## what * We need a way to fetch all versions of a package from github and build package ## why * Better continuity of releases
## what * Create a static landing page (dynamically) for each package ## why * human friendly ## references * https://formulae.brew.sh/formula/helmfile
Example ``` Apply complete! Resources: 0 added, 1 changed, 0 destroyed. Outputs: chamber_access_key_id = xxxxxxxxxxxxxx chamber_kms_key_alias_arn = arn:aws:kms:us-west-2:xxxxxxx:alias/xxxxx-staging-chamber chamber_kms_key_alias_name = alias/xxxxx-staging-chamber chamber_kms_key_arn = arn:aws:kms:us-west-2:xxxxxxx:key/xxxx-56a2-471b-815c-xxxxxxxxx chamber_kms_key_id = xxxxx-xxxx-471b-815c-xxxxxxxxx chamber_secret_access_key = xxxxxxxx/xxxxxxxxxxxxxx...
## We Need Your Help! - Are you a regular contributor to this module? - Have you opened multiple Pull Requests against [Cloud Posse repos](https://github.com/cloudposse)? - Would you like to...