mirror of https://github.com/kubernetes/kops.git
update docs for cluster setting #2
This commit is contained in:
parent
2d157b372a
commit
9396754584
|
@ -178,7 +178,7 @@ metadata:
|
||||||
## Cluster Metadata Labels
|
## Cluster Metadata Labels
|
||||||
```yaml
|
```yaml
|
||||||
# cluster.yaml
|
# cluster.yaml
|
||||||
# An Cluster with Ocean configuration.
|
# A Cluster with Ocean configuration.
|
||||||
---
|
---
|
||||||
apiVersion: kops.k8s.io/v1alpha2
|
apiVersion: kops.k8s.io/v1alpha2
|
||||||
kind: Cluster
|
kind: Cluster
|
||||||
|
@ -191,10 +191,10 @@ metadata:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
| Label | Description | Default |
|
| Label | Description | Default |
|
||||||
|---|-----------------------------------------------------------------------|---|
|
|---|---|---|
|
||||||
| `spotinst.io/strategy-cluster-spread-nodes-by` | Specify how Ocean will spread the nodes across markets by this value. | `count` |
|
| `spotinst.io/strategy-cluster-spread-nodes-by` | Specify how Ocean will spread the nodes across markets by this value [vcpu,count]. | `count` |
|
||||||
| `spotinst.io/strategy-cluster-orientation-availability-vs-cost` | Specify approach that Ocean takes while launching nodes. | `balanced` |
|
| `spotinst.io/strategy-cluster-orientation-availability-vs-cost` | Specify approach [cost,balanced,cheapest] that Ocean takes while launching nodes. | `balanced` |
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue