Skip to content

Commit

Permalink
rename akamai provider to linode-akamai
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed Apr 23, 2024
1 parent 5a35691 commit 05a0807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/clusterctl/client/config/providers_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (

// Infra providers.
const (
AkamaiProviderName = "akamai-linode"
AkamaiProviderName = "linode-akamai"
AWSProviderName = "aws"
AzureProviderName = "azure"
BYOHProviderName = "byoh"
Expand Down
4 changes: 2 additions & 2 deletions cmd/clusterctl/cmd/config_repositories_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ nested ControlPlaneProvider https://github.com/kubernetes-s
ocne ControlPlaneProvider https://github.com/verrazzano/cluster-api-provider-ocne/releases/latest/ control-plane-components.yaml
rke2 ControlPlaneProvider https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/latest/ control-plane-components.yaml
talos ControlPlaneProvider https://github.com/siderolabs/cluster-api-control-plane-provider-talos/releases/latest/ control-plane-components.yaml
akamai-linode InfrastructureProvider https://github.com/linode/cluster-api-provider-linode/releases/latest/ infrastructure-components.yaml
linode-akamai InfrastructureProvider https://github.com/linode/cluster-api-provider-linode/releases/latest/ infrastructure-components.yaml
aws InfrastructureProvider my-aws-infrastructure-components.yaml
azure InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/latest/ infrastructure-components.yaml
byoh InfrastructureProvider https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/releases/latest/ infrastructure-components.yaml
Expand Down Expand Up @@ -229,7 +229,7 @@ var expectedOutputYaml = `- File: core_components.yaml
ProviderType: ControlPlaneProvider
URL: https://github.com/siderolabs/cluster-api-control-plane-provider-talos/releases/latest/
- File: infrastructure-components.yaml
Name: akamai-linode
Name: linode-akamai
ProviderType: InfrastructureProvider
URL: https://github.com/linode/cluster-api-provider-linode/releases/latest/
- File: my-aws-infrastructure-components.yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ before getting started with Cluster API. See below for the expected settings for
export LINODE_TOKEN=<your-access-token>
# Initialize the management cluster
clusterctl init --infrastructure akamai-linode
clusterctl init --infrastructure linode-akamai
```
{{#/tab }}
{{#tab AWS}}
Expand Down

0 comments on commit 05a0807

Please sign in to comment.