github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/karpenter.k8s.aws/EC2NodeClass/testdata/healthy.yaml (about) 1 apiVersion: karpenter.k8s.aws/v1 2 kind: EC2NodeClass 3 metadata: 4 finalizers: 5 - karpenter.k8s.aws/termination 6 name: ec2nodeclass 7 spec: 8 amiFamily: AL2023 9 amiSelectorTerms: 10 - alias: al2023@latest 11 blockDeviceMappings: 12 - deviceName: /dev/xvda 13 ebs: 14 deleteOnTermination: true 15 encrypted: false 16 volumeSize: 50Gi 17 volumeType: gp3 18 kubelet: 19 imageGCHighThresholdPercent: 85 20 imageGCLowThresholdPercent: 80 21 metadataOptions: 22 httpEndpoint: enabled 23 httpProtocolIPv6: disabled 24 httpPutResponseHopLimit: 1 25 httpTokens: required 26 role: KarpenterInstanceProfile 27 securityGroupSelectorTerms: 28 - id: sg-002e1110bcbd37f8f1 29 subnetSelectorTerms: 30 - id: subnet-0b01fc471111fd661 31 - id: subnet-0af6c9817111edd26 32 tags: 33 Name: karpenter.sh/default 34 karpenter.sh/discovery: cluster 35 status: 36 conditions: 37 - message: EC2NodeClass is ready 38 reason: Ready 39 status: "True" 40 type: Ready 41 - message: "" 42 reason: SubnetsReady 43 status: "True" 44 type: SubnetsReady 45 - message: "" 46 reason: SecurityGroupsReady 47 status: "True" 48 type: SecurityGroupsReady 49 - message: "" 50 reason: ValidationSucceeded 51 status: "True" 52 type: ValidationSucceeded