From 50b73fc23b8a7a6e4ab26c35c83ce3a85208ce01 Mon Sep 17 00:00:00 2001 From: Ashley Dumaine Date: Fri, 24 May 2024 10:33:06 -0400 Subject: [PATCH] update for new flavor generation --- docs/src/topics/flavors/cilium-bgp-lb.md | 2 +- .../{ => kubeadm}/cilium-bgp-lb/kubeadmConfigTemplate.yaml | 0 .../flavors/{ => kubeadm}/cilium-bgp-lb/kustomization.yaml | 0 .../{ => kubeadm}/cilium-bgp-lb/linodeMachineTemplate.yaml | 0 .../flavors/{ => kubeadm}/cilium-bgp-lb/machineDeployment.yaml | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename templates/flavors/{ => kubeadm}/cilium-bgp-lb/kubeadmConfigTemplate.yaml (100%) rename templates/flavors/{ => kubeadm}/cilium-bgp-lb/kustomization.yaml (100%) rename templates/flavors/{ => kubeadm}/cilium-bgp-lb/linodeMachineTemplate.yaml (100%) rename templates/flavors/{ => kubeadm}/cilium-bgp-lb/machineDeployment.yaml (100%) 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