Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #5196

Merged
merged 2 commits into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/externalgrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For the cluster autoscaler parameters, use the `--cloud-provider=externalgrpc` f

The use of mTLS is recommended, since simple, non-authenticated calls to the external gRPC cloud provider service will result in the creation / deletion of nodes.

Log levels of intertest for this provider are:
Log levels of interest for this provider are:
* 1 (flag: ```--v=1```): basic logging of errors;
* 5 (flag: ```--v=5```): detailed logging of every call;

Expand Down
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/linode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can see an example of the cloud config file at [examples/cluster-autoscaler-
| nodegroup \"linode_type\"/min-size" | minimum size for a specific node group | no | global/defaut-min-size-per-linode-type |
| nodegroup \"linode_type\"/max-size" | maximum size for a specific node group | no | global/defaut-min-size-per-linode-type |

Log levels of intertest for the Linode provider are:
Log levels of interest for the Linode provider are:
* 1 (flag: ```--v=1```): basic logging at start;
* 2 (flag: ```--v=2```): logging of the node group composition at every scan;

Expand Down