Add Kubelet /etc/iscsi and iscsiadm mounts on bare-metal

* Allow using iSCSI with Container Linux bare-metal clusters
* Warning, iSCSI isn't part of Kubernetes conformance and isn't
regularly evaluated
This commit is contained in:
yokhahn
2018-01-19 13:34:47 -06:00
committed by Dalton Hubble
parent 42c523e6a2
commit bcce02a9ce
3 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,10 @@ Notable changes between versions.
* Fix issue where Azure defaults to `Deallocate` eviction policy, which required manually restarting deallocated instances. `Delete` policy aligns Azure with AWS and GCP behavior.
* Require `terraform-provider-azurerm` v1.19+ (action required)
#### Bare-Metal
* Add Kubelet `/etc/iscsi` and `iscsadm` mounts on bare-metal for iSCSI ([#103](https://github.com/poseidon/typhoon/pull/103))
#### Addons
* Update nginx-ingress from v0.20.0 to v0.21.0