Skip to content

Instantly share code, notes, and snippets.

@joejulian
Created June 14, 2021 17:38
Show Gist options
  • Save joejulian/c941f6e20293bfa6eece4e64e9267616 to your computer and use it in GitHub Desktop.
Save joejulian/c941f6e20293bfa6eece4e64e9267616 to your computer and use it in GitHub Desktop.
kind: AWSMachineTemplate
spec:
template:
spec:
ami:
matchLabels:
kubernetes: 1.20.5
department: development
version: 1.0.0
iamInstanceProfile: nodes.cluster-api-provider-aws.sigs.k8s.io
instanceType: t3.large
sshKeyName: cluster-api-provider-aws-sigs-k8s-io
---
kind: AWSAMI
metadata:
labels:
kubernetes: 1.20.5
department: development
version: 1.0.0
spec:
id: <ami id>
---
kind: AWSAMI
metadata:
labels:
kubernetes: 1.20.5
department: development
version: 1.0.1
spec:
id: <ami id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment