Skip to content

Commit 849a87c

Browse files
CecileRobertMichonk8s-infra-cherrypick-robot
authored andcommitted
Fix broken cloud-provider-azure website link
1 parent b787e47 commit 849a87c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api/v1beta1/types_class.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type AzureClusterClassSpec struct {
5050
// CloudProviderConfigOverrides is an optional set of configuration values that can be overridden in azure cloud provider config.
5151
// This is only a subset of options that are available in azure cloud provider config.
5252
// Some values for the cloud provider config are inferred from other parts of cluster api provider azure spec, and may not be available for overrides.
53-
// See: https://kubernetes-sigs.github.io/cloud-provider-azure/install/configs
53+
// See: https://cloud-provider-azure.sigs.k8s.io/install/configs
5454
// Note: All cloud provider config values can be customized by creating the secret beforehand. CloudProviderConfigOverrides is only used when the secret is managed by the Azure Provider.
5555
// +optional
5656
CloudProviderConfigOverrides *CloudProviderConfigOverrides `json:"cloudProviderConfigOverrides,omitempty"`

config/crd/bases/infrastructure.cluster.x-k8s.io_azureclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ spec:
431431
is only a subset of options that are available in azure cloud provider
432432
config. Some values for the cloud provider config are inferred from
433433
other parts of cluster api provider azure spec, and may not be available
434-
for overrides. See: https://kubernetes-sigs.github.io/cloud-provider-azure/install/configs
434+
for overrides. See: https://cloud-provider-azure.sigs.k8s.io/install/configs
435435
Note: All cloud provider config values can be customized by creating
436436
the secret beforehand. CloudProviderConfigOverrides is only used
437437
when the secret is managed by the Azure Provider.'

config/crd/bases/infrastructure.cluster.x-k8s.io_azureclustertemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ spec:
318318
that are available in azure cloud provider config. Some
319319
values for the cloud provider config are inferred from other
320320
parts of cluster api provider azure spec, and may not be
321-
available for overrides. See: https://kubernetes-sigs.github.io/cloud-provider-azure/install/configs
321+
available for overrides. See: https://cloud-provider-azure.sigs.k8s.io/install/configs
322322
Note: All cloud provider config values can be customized
323323
by creating the secret beforehand. CloudProviderConfigOverrides
324324
is only used when the secret is managed by the Azure Provider.'

controllers/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ func toCloudProviderRateLimitConfig(source infrav1.RateLimitConfig) *RateLimitCo
404404
}
405405

406406
// CloudProviderRateLimitConfig represents the rate limiting configurations in azure cloud provider config.
407-
// See: https://kubernetes-sigs.github.io/cloud-provider-azure/install/configs/#per-client-rate-limiting.
407+
// See: https://cloud-provider-azure.sigs.k8s.io/install/configs/#per-client-rate-limiting.
408408
// This is a copy of the struct used in cloud-provider-azure: https://github.com/kubernetes-sigs/cloud-provider-azure/blob/d585c2031925b39c925624302f22f8856e29e352/pkg/provider/azure_ratelimit.go#L25
409409
type CloudProviderRateLimitConfig struct {
410410
RateLimitConfig

docs/book/src/topics/cloud-provider-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
<h1> Warning </h1>
5555
5656
Presently, only rate limit configuration is supported for overrides, and this works only on clusters running Kubernetes versions above `v1.18.0`.
57-
See [per client rate limiting](https://kubernetes-sigs.github.io/cloud-provider-azure/install/configs/#per-client-rate-limiting) for more info.
57+
See [per client rate limiting](https://cloud-provider-azure.sigs.k8s.io/install/configs/#per-client-rate-limiting) for more info.
5858

5959
</aside>
6060

0 commit comments

Comments
 (0)