1.3.0-beta.1
Pre-release
Pre-release
Changelog
- APIVersion 1.4
- SSH keyfile is no longer required when using auth forwarding (
ssh -A user@bastionhost launchpad apply ...
) - SSH bastion host support for both SSH and WinRM targets
- Optional SSH host key checking
Configuration example:
apiVersion: launchpad.mirantis.com/mke/v1.4
kind: mke
spec:
hosts:
- role: manager
ssh:
address: 10.0.0.2
bastion: *bastion
address: 10.0.0.1
hostKey: ecdsa-sha2-nistp256 AAAABCDEFG12345==
- role: worker
winRM:
address: 10.0.0.3
username: Administrator
bastion:
&bastion