Created
February 28, 2020 21:01
-
-
Save thomaswhitcomb/ccc723f86353c0ce110b67f94b723062 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: instancemgr.keikoproj.io/v1alpha1 | |
kind: InstanceGroup | |
metadata: | |
creationTimestamp: "2020-02-28T20:48:40Z" | |
generation: 1 | |
name: hello-world-fargate | |
namespace: instance-manager | |
resourceVersion: "268582" | |
selfLink: /apis/instancemgr.keikoproj.io/v1alpha1/namespaces/instance-manager/instancegroups/hello-world-fargate | |
uid: b339b681-5a6b-11ea-bd68-06a5020d85c4 | |
spec: | |
eks-cf: | |
configuration: | |
clusterName: eks-dinah | |
image: ami-080fbb09ee2d4d3fa | |
instanceType: m5.large | |
keyPairName: MyKeyPair | |
securityGroups: | |
- sg-01f0277c3f6496d40 | |
subnets: | |
- subnet-0a56b9581ffffada3 | |
- subnet-0758d54de124df4fd | |
- subnet-0121584a88fd298cf | |
tags: | |
- key: k8s.io/cluster-autoscaler/enabled | |
value: "true" | |
- key: hello | |
value: world | |
volSize: 20 | |
vpcId: vpc-03119feef2619b4e5 | |
maxSize: 3 | |
minSize: 2 | |
eks-fargate: | |
clusterName: the-cluster-for-my-pods | |
fargateProfileName: my-unique-profile-name | |
podExecutionRoleArn: arn:aws:iam::123456789012:role/MyPodRole | |
provisioner: eks-fargate | |
strategy: | |
type: rollingUpdate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment