Merge pull request #15631 from spotinst/feature/update_setting_vng_max_min_size_in_docs

spot: update docs about setting the VNG Size Limits in Launch Spec
This commit is contained in:
Kubernetes Prow Robot 2023-07-16 05:15:05 -07:00 committed by GitHub
commit 75bbe2ef16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -143,7 +143,18 @@ metadata:
labels:
kops.k8s.io/cluster: "example"
spotinst.io/spot-percentage: "90"
...
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20221206
instanceMetadata:
httpPutResponseHopLimit: 1
httpTokens: required
machineType: m5.large
#define the max and min numbers of instances in the group
maxSize: 3
minSize: 1
role: Node
subnets:
- us-west-2b
```
## InstanceGroup Metadata Labels