Skip to content

1.3.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@docker-ee-ucp docker-ee-ucp released this 16 Apr 06:46
e7f875b

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