Skip to content

Commit

Permalink
Revert "Update self-managed templates to use internal LB for node-to-…
Browse files Browse the repository at this point in the history
…node communication"
  • Loading branch information
jackfrancis authored Nov 21, 2024
1 parent be37836 commit 2991dfa
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 354 deletions.
9 changes: 0 additions & 9 deletions templates/cluster-template-aad.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions templates/cluster-template-dual-stack.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions templates/cluster-template-flatcar.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions templates/cluster-template-ipv6.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions templates/cluster-template-nvidia-gpu.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions templates/flavors/aad/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ resources:
patches:
- path: patches/kubeadm-controlplane.yaml
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml

sortOptions:
order: fifo
7 changes: 1 addition & 6 deletions templates/flavors/azure-bastion/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ../base
- machine-deployment.yaml
- ../../azure-cluster-identity
- ../default
patches:
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
- path: patches/azure-cluster.yaml
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml

sortOptions:
order: fifo
58 changes: 0 additions & 58 deletions templates/flavors/azure-bastion/machine-deployment.yaml

This file was deleted.

6 changes: 1 addition & 5 deletions templates/flavors/azure-cni-v1/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ../base
- machine-deployment.yaml
- ../../azure-cluster-identity
- ../default
patches:
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
- path: patches/azure-machine-template-controlplane.yaml
- path: patches/azure-machine-template.yaml
- path: patches/kubeadm-control-plane.yaml
- path: patches/kubeadm-worker-node.yaml
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml

sortOptions:
order: fifo
58 changes: 0 additions & 58 deletions templates/flavors/azure-cni-v1/machine-deployment.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions templates/flavors/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ resources:

patches:
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml
- path: patches/control-plane.yaml
- path: patches/kubeadm-config-template.yaml

sortOptions:
order: fifo
2 changes: 0 additions & 2 deletions templates/flavors/dual-stack/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ patches:
- path: patches/kubeadm-controlplane.yaml
- path: patches/controlplane-azuremachinetemplate.yaml
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml

sortOptions:
order: fifo
8 changes: 1 addition & 7 deletions templates/flavors/edgezone/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ../base
- machine-deployment.yaml
- ../../azure-cluster-identity

- ../default
patches:
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
- path: patches/azure-extendedlocation.yaml
- path: patches/azure-remove-natgateway.yaml
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml

sortOptions:
order: fifo
58 changes: 0 additions & 58 deletions templates/flavors/edgezone/machine-deployment.yaml

This file was deleted.

7 changes: 1 addition & 6 deletions templates/flavors/ephemeral/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ../base
- machine-deployment.yaml
- ../../azure-cluster-identity
- ../default

patches:
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
- path: patches/ephemeral.yaml
target:
group: infrastructure.cluster.x-k8s.io
Expand All @@ -20,8 +17,6 @@ patches:
kind: AzureMachineTemplate
name: .*-control-plane
version: v1beta1
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml

sortOptions:
order: fifo
Loading

0 comments on commit 2991dfa

Please sign in to comment.