Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 2.17 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.17 KB

Episode 53 : Cluster API for AWS

  • 00:00:00 - Welcome to TGIK!
  • 00:05:10 - Week in Review
    • 00:15:00 - Spark on Kubernetes
  • 00:17:30 - Function Types in Go
  • 00:23:30 - The Cluster API
  • 00:34:30 - Cluster API Provider AWS

Show Notes

ClusterCTL command

clusterctl create cluster -v4 --provider aws  -m ./clusterctl/examples/aws/out/machines.yaml   -c ./clusterctl/examples/aws/out/cluster.yaml   -p ./clusterctl/examples/aws/out/provider-components.yaml --existing-bootstrap-cluster-kubeconfig ~/.bootstrap-kubeconfig --existing-bootstrap-cluster-kubeconfig=/Users/nova/.kube/config

Reference Links