Skip to content

Commit

Permalink
Update attributes-and-actions-per-vng.md (#5182)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickshar authored Dec 17, 2024
1 parent 9354b7c commit cf50207
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ Cloud service provider relevance: <font color="#FC01CC">GKE</font>

If a spot runs on a non-preferred instance and a preferred instance becomes available, the instance will be replaced.

Use the `RevertToPreferred` attribute to set this behavior so that Ocean will always run your workloads on your most preferred instance type. The scanning process runs on an hourly basis.
Use the `revertToPreferred` attribute to set this behavior so that Ocean will always run your workloads on your most preferred instance type. The scanning process runs on an hourly basis.

If a replacement cannot be made due to annotations, restricted down, labels, or PDBs, the process is automatically canceled and appears in the logs as follows:

`"{instance <instanceId> cannot be replaced due to pdb requirements of pod: {podName}"`

You can configure `RevertToPreferred` at cluster and virtual node group levels.
You can configure `revertToPreferred` at cluster and virtual node group levels.

For clusters, under `cluster.strategy`:

Expand Down

0 comments on commit cf50207

Please sign in to comment.