From fc46a44b7fc731281eb26336d906d2f1033bfa53 Mon Sep 17 00:00:00 2001 From: yehielnetapp Date: Mon, 4 Nov 2024 08:58:24 +0200 Subject: [PATCH] first commit update doc --- docs/getting_started/spot-ocean.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/getting_started/spot-ocean.md b/docs/getting_started/spot-ocean.md index c507454980..dd0834c39c 100644 --- a/docs/getting_started/spot-ocean.md +++ b/docs/getting_started/spot-ocean.md @@ -204,12 +204,14 @@ metadata: ``` -| Label | Description | Default | -|-----------------------------------------------------------------|----------------------------------------------------------------------------------------|---| -| `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 [cost,balanced,cheapest] that Ocean takes while launching nodes. | `balanced` | -| `spotinst.io/resource-tag-specification-volumes` | Specify if Volume resources will be tagged with Virtual Node Group tags or Ocean tags. | `false` | +| Label | Description | Default | +|---|----------------------------------------------------------------------------------------|---| +| `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 [cost,balanced,cheapest] that Ocean takes while launching nodes. | `balanced` | +| `spotinst.io/resource-tag-specification-volumes` | Specify if Volume resources will be tagged with Virtual Node Group tags or Ocean tags. | `false` | +| `spotinst.io/autoscaler-aggressive-scale-down` | Specify if nodes to be promptly scaled down without any waiting period. | `false` | +>>>>>>> 5b5132332a (first commit update doc) ## Documentation If you're new to [Spot](https://spot.io/) and want to get started, please checkout our [Getting Started](https://docs.spot.io/connect-your-cloud-provider/) guide, available on the [Spot Documentation](https://docs.spot.io/) website.