Prerequisites
- (Linux) All needed tools are pre-installed in tml-installer.
- (MacOS) The Administrator must have the following tools installed in MacOS:
- kubectl (v1.9.11)
https://github.com/kubernetes/kubernetes/releases/tag/v1.9.11
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.9.11/bin/darwin/amd64/kubectl chmod +x kubectl mv kubectl /usr/local/bin
- kops (v1.9.2)
https://github.com/kubernetes/kops/releases/tag/1.9.2
wget https://github.com/kubernetes/kops/releases/download/1.9.2/kops-darwin-amd64 chmod +x kops-darwin-amd64 mv kops-darwin-amd64 /usr/local/bin/kops
- jq
- kubectl (v1.9.11)
- Have an AWS Account with full access to AWS APIs.
- Have your local Docker environment ready:
Copyright © Cloud Software Group, Inc. All rights reserved.