Skip to content

Commit 2991dfa

Browse files
authored
Revert "Update self-managed templates to use internal LB for node-to-node communication"
1 parent be37836 commit 2991dfa

25 files changed

+6
-354
lines changed

templates/cluster-template-aad.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-dual-stack.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-flatcar.yaml

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-ipv6.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-nvidia-gpu.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/flavors/aad/kustomization.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ resources:
88
patches:
99
- path: patches/kubeadm-controlplane.yaml
1010
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
11-
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
12-
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml
1311

1412
sortOptions:
1513
order: fifo

templates/flavors/azure-bastion/kustomization.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: default
44
resources:
5-
- ../base
6-
- machine-deployment.yaml
7-
- ../../azure-cluster-identity
5+
- ../default
86
patches:
9-
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
107
- path: patches/azure-cluster.yaml
11-
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
12-
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml
138

149
sortOptions:
1510
order: fifo

templates/flavors/azure-bastion/machine-deployment.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.

templates/flavors/azure-cni-v1/kustomization.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: default
44
resources:
5-
- ../base
6-
- machine-deployment.yaml
7-
- ../../azure-cluster-identity
5+
- ../default
86
patches:
97
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
108
- path: patches/azure-machine-template-controlplane.yaml
119
- path: patches/azure-machine-template.yaml
1210
- path: patches/kubeadm-control-plane.yaml
1311
- path: patches/kubeadm-worker-node.yaml
14-
- path: ../../internal-load-balancer/azure-cluster-frontend-ip.yaml
15-
- path: ../../internal-load-balancer/kubeadm-config-template-worker-node.yaml
1612

1713
sortOptions:
1814
order: fifo

templates/flavors/azure-cni-v1/machine-deployment.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)