Skip to content

Commit

Permalink
Merge pull request #6047 from j13tw/fix-doc
Browse files Browse the repository at this point in the history
Fix Doc with External gRPC
  • Loading branch information
k8s-ci-robot authored Aug 22, 2023
2 parents 1f9e70e + f956800 commit 58eed48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/externalgrpc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# External gRPC Cloud Provider

The Exteral gRPC Cloud Provider provides a plugin system to support out-of-tree cloud provider implementations.
The External gRPC Cloud Provider provides a plugin system to support out-of-tree cloud provider implementations.

Cluster Autoscaler adds or removes nodes from the cluster by creating or deleting VMs. To separate the autoscaling logic (the same for all clouds) from the API calls required to execute it (different for each cloud), the latter are hidden behind an interface, `CloudProvider`. Each supported cloud has its own implementation in this repository and `--cloud-provider` flag determines which one will be used.

Expand Down

0 comments on commit 58eed48

Please sign in to comment.