-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to k8s 1.30 APIs Signed-off-by: Waleed Malik <[email protected]> * In-tree support has been dropped for Azure and vSphere Signed-off-by: Waleed Malik <[email protected]> * Update fixtures Signed-off-by: Waleed Malik <[email protected]> * Default version in machine deployment examples has been raised to v1.29.4 Signed-off-by: Waleed Malik <[email protected]> * Update fixtures Signed-off-by: Waleed Malik <[email protected]> * Disable AWS E2E tests Signed-off-by: Waleed Malik <[email protected]> * Bump 1.28 to latest patch 1.28.9 for E2E Signed-off-by: Waleed Malik <[email protected]> * Remove filter for GCE Signed-off-by: Waleed Malik <[email protected]> * Fix logic to populate cloud-provider and cloud-config flags Signed-off-by: Waleed Malik <[email protected]> --------- Signed-off-by: Waleed Malik <[email protected]>
- Loading branch information
1 parent
7e3d16b
commit f339b66
Showing
122 changed files
with
840 additions
and
3,086 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,8 @@ presubmits: | |
memory: 7Gi | ||
|
||
- name: pull-machine-controller-e2e-aws-arm | ||
run_if_changed: "(pkg/cloudprovider/provider/aws/|pkg/userdata)" | ||
# In-tree CCM is not supported for AWS starting from k8s 1.27. Please see https://github.com/kubermatic/machine-controller/issues/1626 for updates. | ||
# run_if_changed: "(pkg/cloudprovider/provider/aws/|pkg/userdata)" | ||
decorate: true | ||
clone_uri: "ssh://[email protected]/kubermatic/machine-controller.git" | ||
labels: | ||
|
@@ -113,7 +114,8 @@ presubmits: | |
memory: 7Gi | ||
|
||
- name: pull-machine-controller-e2e-aws-ebs-encryption-enabled | ||
run_if_changed: "(pkg/cloudprovider/provider/aws/|pkg/userdata)" | ||
# In-tree CCM is not supported for AWS starting from k8s 1.27. Please see https://github.com/kubermatic/machine-controller/issues/1626 for updates. | ||
# run_if_changed: "(pkg/cloudprovider/provider/aws/|pkg/userdata)" | ||
decorate: true | ||
clone_uri: "ssh://[email protected]/kubermatic/machine-controller.git" | ||
labels: | ||
|
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 |
---|---|---|
|
@@ -62,4 +62,4 @@ spec: | |
distUpgradeOnBoot: false | ||
disableAutoUpdate: true | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -54,4 +54,4 @@ spec: | |
distUpgradeOnBoot: false | ||
disableAutoUpdate: true | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -57,4 +57,4 @@ spec: | |
operatingSystemSpec: | ||
disableAutoUpdate: true | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -51,4 +51,4 @@ spec: | |
operatingSystemSpec: | ||
distUpgradeOnBoot: false | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -67,4 +67,4 @@ spec: | |
operatingSystemSpec: | ||
distUpgradeOnBoot: false | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -53,4 +53,4 @@ spec: | |
operatingSystemSpec: | ||
disableAutoUpdate: true | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -82,4 +82,4 @@ spec: | |
distUpgradeOnBoot: false | ||
disableAutoUpdate: true | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -61,4 +61,4 @@ spec: | |
operatingSystemSpec: | ||
disableAutoUpdate: true | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -89,4 +89,4 @@ spec: | |
operatingSystemSpec: | ||
distUpgradeOnBoot: false | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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 |
---|---|---|
|
@@ -70,4 +70,4 @@ spec: | |
distUpgradeOnBoot: false | ||
disableAutoUpdate: true | ||
versions: | ||
kubelet: 1.28.5 | ||
kubelet: 1.29.4 |
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
Oops, something went wrong.