Skip to content

Commit

Permalink
Switch ipv6 template to oot
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Mar 2, 2023
1 parent f8c76ce commit e3701e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def deploy_worker_templates(template, substitutions):
else:
calico_values = "./templates/addons/calico/values.yaml"
flavor_cmd += "; " + helm_cmd + " repo add projectcalico https://docs.tigera.io/calico/charts; " + helm_cmd + " --kubeconfig ./${CLUSTER_NAME}.kubeconfig install calico projectcalico/tigera-operator -f " + calico_values + " --namespace tigera-operator --create-namespace"
if "intree-cloud-provider" not in flavor_name and "ipv6" not in flavor_name: # TODO: remove ipv6 once https://github.com/kubernetes-sigs/cloud-provider-azure/issues/3401 is fixed.
if "intree-cloud-provider" not in flavor_name:
flavor_cmd += "; " + helm_cmd + " --kubeconfig ./${CLUSTER_NAME}.kubeconfig install --repo https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo cloud-provider-azure --generate-name --set infra.clusterName=${CLUSTER_NAME}"
local_resource(
name = flavor_name,
Expand Down
24 changes: 4 additions & 20 deletions templates/cluster-template-ipv6.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/ipv6/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ resources:

patchesStrategicMerge:
- ../../azure-cluster-identity/azurecluster-identity-ref.yaml
- ../../test/ci/prow-intree-cloud-provider/patches/intree-cp.yaml # TODO: enable CCM for ipv6, see https://github.com/kubernetes-sigs/cloud-provider-azure/issues/3401.
- ../../test/ci/prow-intree-cloud-provider/patches/intree-md-0.yaml # TODO: enable CCM for ipv6, see https://github.com/kubernetes-sigs/cloud-provider-azure/issues/3401.
- patches/ipv6.yaml
- patches/kubeadm-controlplane.yaml
- patches/controlplane-azuremachinetemplate.yaml
24 changes: 4 additions & 20 deletions templates/test/ci/cluster-template-prow-ipv6.yaml

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

0 comments on commit e3701e0

Please sign in to comment.