update docs for cluster setting #2

This commit is contained in:
yehielnetapp 2023-05-21 12:05:04 +03:00
parent 2d157b372a
commit 9396754584
1 changed files with 5 additions and 5 deletions

View File

@ -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