Skip to content

Commit

Permalink
addressed review feedback items
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnc committed Oct 24, 2024
1 parent 6396e63 commit 1bf5f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/oci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ use-instance-principals = true
n/a
### Node Group Auto Discovery
`--node-group-auto-discovery` could be given in below pattern. It would discover the nodepools under given compartment by matching the nodepool tags (either they are Freeform or Defined tags)
`--node-group-auto-discovery` could be given in below pattern. It would discover the nodepools under given compartment by matching the nodepool tags (either they are Freeform or Defined tags). All of the parameters are mandatory.
```
clusterId:<clusterId>,compartmentId:<compartmentId>,nodepoolTags:<tagKey1>=<tagValue1>&<tagKey2>=<tagValue2>,min:<min>,max:<max>
```
Expand Down

0 comments on commit 1bf5f72

Please sign in to comment.