forked from kubermatic/machine-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for Kubernetes v1.27 (kubermatic#1623)
* Support for Kubernetes v1.27 Signed-off-by: Waleed Malik <[email protected]> * Update build image Signed-off-by: Waleed Malik <[email protected]> * Update go dependencies and re-generate fixture data Signed-off-by: Waleed Malik <[email protected]> * Refactored code Signed-off-by: Waleed Malik <[email protected]> * Skip unsupported in-tree tests for AWS and OpenStack Signed-off-by: Waleed Malik <[email protected]> * Refactored code Signed-off-by: Waleed Malik <[email protected]> * Adjust spot pricing and tests Signed-off-by: Waleed Malik <[email protected]> --------- Signed-off-by: Waleed Malik <[email protected]>
- Loading branch information
1 parent
29c1971
commit 53896bd
Showing
113 changed files
with
3,334 additions
and
260 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
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
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
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 |
---|---|---|
|
@@ -15,10 +15,6 @@ | |
presubmits: | ||
- name: pull-machine-controller-e2e-openstack | ||
run_if_changed: "(pkg/cloudprovider/provider/openstack/|pkg/userdata)" | ||
# We've made the E2E tests for OpenStack optional since in-tree cloud provider for OpenStack was removed with k8s v1.26. Since MC depends on the in-tree cloud provider | ||
# the tests on k8s v1.26+ will fail. | ||
# TODO: These tests shouldn't be marked as optional. | ||
optional: true | ||
decorate: true | ||
clone_uri: "ssh://[email protected]/kubermatic/machine-controller.git" | ||
labels: | ||
|
@@ -32,7 +28,7 @@ presubmits: | |
preset-kubeconfig-ci: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/build:go-1.20-node-18-kind-0.17-4 | ||
- image: quay.io/kubermatic/build:go-1.20-node-18-kind-0.18-1 | ||
command: | ||
- "./hack/ci/run-e2e-tests.sh" | ||
args: | ||
|
@@ -64,7 +60,7 @@ presubmits: | |
preset-kubeconfig-ci: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/build:go-1.20-node-18-kind-0.17-4 | ||
- image: quay.io/kubermatic/build:go-1.20-node-18-kind-0.18-1 | ||
command: | ||
- "./hack/ci/run-e2e-tests.sh" | ||
args: | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ presubmits: | |
always_run: false | ||
decorate: true | ||
clone_uri: "ssh://[email protected]/kubermatic/machine-controller.git" | ||
run_if_changed: "(pkg/cloudprovider/provider/vmwareclouddirector/|pkg/userdata)" | ||
run_if_changed: "(pkg/cloudprovider/provider/vmwareclouddirector/)" | ||
labels: | ||
preset-vcloud-director: "true" | ||
preset-hetzner: "true" | ||
|
@@ -29,7 +29,7 @@ presubmits: | |
preset-kubeconfig-ci: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/build:go-1.20-node-18-kind-0.17-4 | ||
- image: quay.io/kubermatic/build:go-1.20-node-18-kind-0.18-1 | ||
command: | ||
- "./hack/ci/run-e2e-tests.sh" | ||
args: | ||
|
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
Oops, something went wrong.