Skip to content

Commit

Permalink
Merge pull request #6747 from dalees/minor_docs_fixes
Browse files Browse the repository at this point in the history
Minor documentation and comment typo fixes
  • Loading branch information
k8s-ci-robot committed May 29, 2024
2 parents eed68ef + 9759303 commit e08681b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cluster-autoscaler/cloudprovider/POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in-tree cloudprovider follows the following rules:
handles. There is an expectation that at least some of the owners will
join Kubernetes organization (by following the
[process](https://github.com/kubernetes/community/blob/master/community-membership.md))
within one release cycly, so that they can approve PRs to their
within one release cycle, so that they can approve PRs to their
cloudprovider.
* Cloudprovider shouldn't introduce new dependencies (such as clients/SDKs)
to top-level go.mod vendor, unless those dependencies are already imported
Expand Down Expand Up @@ -109,8 +109,8 @@ maintenance request_ (CMR) mechanism.
(ex. 1.26).
* CMR will need to be discussed on sig-autoscaling meeting and approved by
sig leads before being issued. It will also be announced on sig-autoscaling
slack channel and highlited in sig-autoscaling meeting notes.
* A CMR may be issued no later then [enhancements
slack channel and highlighted in sig-autoscaling meeting notes.
* A CMR may be issued no later than [enhancements
freeze](https://github.com/kubernetes/sig-release/blob/master/releases/release_phases.md#enhancements-freeze)
of a given Kubernetes minor version.
* If a given cloud provider was added more than one release cycle ago and there
Expand Down
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/cloud_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const (
VultrProviderName = "vultr"
// PacketProviderName gets the provider name of packet
PacketProviderName = "packet"
// EquinixMetalProviderName gets the provider name of packet
// EquinixMetalProviderName gets the provider name of equinixmetal
EquinixMetalProviderName = "equinixmetal"
// TencentcloudProviderName gets the provider name of tencentcloud
TencentcloudProviderName = "tencentcloud"
Expand Down

0 comments on commit e08681b

Please sign in to comment.