Skip to content

v0.3.8

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 01 May 16:18
8077d08

Commands Affected

  • tls gen
  • helm wait-for-tiller [NEW]

Description

This release updates the tls gen command to use the new way of authenticating to Kubernetes (specifically passing in server and token info directly) and using JSON to configure the TLS subject.

This release also introduces a new command helm wait-for-tiller which can be used to wait for a tiller deployment to roll out Pods, and have at least one Pod that can be pinged. This enables chaining calls to helm after helm is deployed when using a different helm deployment process that doesn't rely on the helm client (e.g creating deployment resources manually).

Reference