forked from kubernetes-sigs/kind
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CLOUD-245] Desplegar Flux en aprovisionamiento and [PLT-459] Support…
… kubernetes 1.30.X in cloud-provisioner (#540) * version v0.18.0-alpha * update docs for v0.17.0 * fix kind version in readme * comments-update-buildcontext * decoupling helm chart installation * implementing getOverriddenCharts * uncouple charts pull * cleaning code * add changed to changelog * fixed cert-manager and aws-lb-controller installation by default * fixed chart pull bugs * integrated privated cert-manager installation * - Added cert-manager installation by default. - Defined helm charts to be installed generically, without specifying k8s version. * add flux * last changes for AWS * EKS helm repository private * Azure changes * add globalnetpol for flux GCP * delete debug prints * add support for multiple k8s versions * refactor print name * add values for each kubernetes version * replacement of namespace by kube-system * added installedCRDs * fixed tigera-operator version * fix merge with master * review chart values for k8s 1.28 * refactor code * refactor code * refactor code * support 1.38 k8s * add GCP CCM * add GCP CCM installation * fix correct gcp ccm version * add gcp ccm from cluster.yaml helm repository * delete unnecessary folder * extend helmrelease and helmrepository parameters * fix global netpol name * delete unnecessary param in keos.yaml * add stable release gcp ccm * fix wait for metrics-server is ready * add resourcequota template GKE * install capx before reconciling * fix azuredisk driver * removed region from gcp credentials * refactor core dns logic * fix helmrelease gcp ccm * move coredns files to the correct folders * add calico in GKE as netpol engine * add calico in GKE as netpol engine * fix calico installation logic * changed gcp default disk type for storageclass --------- Co-authored-by: Benjamin Elder <[email protected]> Co-authored-by: Daman <[email protected]> Co-authored-by: Kubernetes Prow Robot <[email protected]> Co-authored-by: lreciomelero <[email protected]> Co-authored-by: lreciomelero <[email protected]> Co-authored-by: luisreciomelero <[email protected]> Co-authored-by: Unai Arríen <[email protected]>
- Loading branch information
1 parent
dd45b45
commit 9568923
Showing
82 changed files
with
3,316 additions
and
732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.14 | ||
registry.k8s.io/cluster-api-azure/cluster-api-azure-controller:v1.11.4 | ||
registry.k8s.io/cluster-api-azure/cluster-api-azure-controller:v1.12.4 | ||
mcr.microsoft.com/k8s/azureserviceoperator:v2.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.