diff --git a/docs/src/topics/flavors/cilium-bgp-lb.md b/docs/src/topics/flavors/cilium-bgp-lb.md index 89e819f85..1bb2ed955 100644 --- a/docs/src/topics/flavors/cilium-bgp-lb.md +++ b/docs/src/topics/flavors/cilium-bgp-lb.md @@ -59,7 +59,7 @@ Linode networking and API limitations: clusterctl generate cluster test-cluster \ --kubernetes-version v1.29.1 \ --infrastructure linode-linode \ - --flavor cilium-bgp-lb > test-cluster.yaml + --flavor kubeadm-cilium-bgp-lb > test-cluster.yaml ``` 3. Apply cluster yaml diff --git a/templates/flavors/cilium-bgp-lb/kubeadmConfigTemplate.yaml b/templates/flavors/kubeadm/cilium-bgp-lb/kubeadmConfigTemplate.yaml similarity index 100% rename from templates/flavors/cilium-bgp-lb/kubeadmConfigTemplate.yaml rename to templates/flavors/kubeadm/cilium-bgp-lb/kubeadmConfigTemplate.yaml diff --git a/templates/flavors/cilium-bgp-lb/kustomization.yaml b/templates/flavors/kubeadm/cilium-bgp-lb/kustomization.yaml similarity index 100% rename from templates/flavors/cilium-bgp-lb/kustomization.yaml rename to templates/flavors/kubeadm/cilium-bgp-lb/kustomization.yaml diff --git a/templates/flavors/cilium-bgp-lb/linodeMachineTemplate.yaml b/templates/flavors/kubeadm/cilium-bgp-lb/linodeMachineTemplate.yaml similarity index 100% rename from templates/flavors/cilium-bgp-lb/linodeMachineTemplate.yaml rename to templates/flavors/kubeadm/cilium-bgp-lb/linodeMachineTemplate.yaml diff --git a/templates/flavors/cilium-bgp-lb/machineDeployment.yaml b/templates/flavors/kubeadm/cilium-bgp-lb/machineDeployment.yaml similarity index 100% rename from templates/flavors/cilium-bgp-lb/machineDeployment.yaml rename to templates/flavors/kubeadm/cilium-bgp-lb/machineDeployment.yaml