mirror of https://github.com/kubernetes/kops.git
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:
commit
75bbe2ef16
|
|
@ -143,7 +143,18 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
kops.k8s.io/cluster: "example"
|
kops.k8s.io/cluster: "example"
|
||||||
spotinst.io/spot-percentage: "90"
|
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
|
## InstanceGroup Metadata Labels
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue