-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-0.19] Handle cluster status reconcile autoscaler #8279
Conversation
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mitali Paygude <[email protected]>
…7653) * Pause eksa cluster before moving capi for delete * add test for pause eksa --------- Co-authored-by: Tanvir Tatla <[email protected]>
Co-authored-by: Vignesh Goutham Ganesh <[email protected]>
Co-authored-by: Mitali Paygude <[email protected]>
Co-authored-by: Abhinav Pandey <[email protected]>
Co-authored-by: Cavaughn Browne <[email protected]>
…8s version for BR family (aws#7671) Co-authored-by: Pankti Shah <[email protected]>
Co-authored-by: Abhinav Pandey <[email protected]>
Co-authored-by: Mitali Paygude <[email protected]>
Co-authored-by: Tanvir Tatla <[email protected]>
Co-authored-by: Abhay Krishna Arunachalam <[email protected]>
Co-authored-by: Cavaughn Browne <[email protected]>
…etcd topology (aws#7683) * Update Nutanix provider support details for unstacked etcd topology * Update Nutanix spec with external etcd configuration fields --------- Co-authored-by: Yannick Struyf <[email protected]>
Co-authored-by: Cavaughn Browne <[email protected]>
Co-authored-by: Tanvir Tatla <[email protected]>
* clarify vSphere CSI driver docs * fix vsphere csi header references * Update vsphere-and-cloudstack-upgrades.md --------- Co-authored-by: csplinter <[email protected]> Co-authored-by: Abhay Krishna <[email protected]>
Co-authored-by: Taylor Neyland <[email protected]>
* Bump the kubernetes group with 5 updates Bumps the kubernetes group with 5 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.26.13` | `0.26.14` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.26.13` | `0.26.14` | | [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.26.13` | `0.26.14` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.26.13` | `0.26.14` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.26.13` | `0.26.14` | Updates `k8s.io/api` from 0.26.13 to 0.26.14 - [Commits](kubernetes/api@v0.26.13...v0.26.14) Updates `k8s.io/apimachinery` from 0.26.13 to 0.26.14 - [Commits](kubernetes/apimachinery@v0.26.13...v0.26.14) Updates `k8s.io/apiserver` from 0.26.13 to 0.26.14 - [Commits](kubernetes/apiserver@v0.26.13...v0.26.14) Updates `k8s.io/client-go` from 0.26.13 to 0.26.14 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.26.13...v0.26.14) Updates `k8s.io/component-base` from 0.26.13 to 0.26.14 - [Commits](kubernetes/component-base@v0.26.13...v0.26.14) * Add changes from running `go mod tidy` --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhay Krishna Arunachalam <[email protected]>
…and snow (aws#7696) * add remaining quick e2e tests for cloudstack, nutanix and snow * skip new stacked etcd snow simple flow test --------- Co-authored-by: Cavaughn Browne <[email protected]>
Co-authored-by: Abhay Krishna Arunachalam <[email protected]>
Co-authored-by: Xu Deng <[email protected]>
* Disable ETCD Learner Mode in v1.29 ETCD Learner Mode went to Beta in k8s 1.29 and is now default enabled. When a new stacked etcd instance comes up, it joins the cluster in learner mode. The API Server cannot perform rpc calls against its etcd instance, and fails to come online. In theory the etcd instance should be promoted to a full member and this issue should be resolved, but for some reason this is not happening. While we investigate a root cause, we are disabling this new feature flag explicitly. * Extract semver computation required for Kubernetes v1.29 checks --------- Co-authored-by: Jonathan Meier <[email protected]> Co-authored-by: Abhay Krishna Arunachalam <[email protected]>
Co-authored-by: Jiayi Wang <[email protected]>
Co-authored-by: Christopher Negus <[email protected]>
Co-authored-by: Tanvir Tatla <[email protected]>
Co-authored-by: Christopher Negus <[email protected]>
Co-authored-by: Saurabh Parekh <[email protected]>
…ws#8167) * Document steps to expose metrics for EKS-A components * Add design doc for securely exposing metrics of all EKS-A components --------- Co-authored-by: Saurabh Parekh <[email protected]>
Co-authored-by: Saurabh Parekh <[email protected]>
Co-authored-by: Mitali Paygude <[email protected]>
Chow 👋🏻 Co-authored-by: Chris Doherty <[email protected]>
Co-authored-by: Vivek Koppuru <[email protected]>
Co-authored-by: Saurabh Parekh <[email protected]>
Co-authored-by: Cavaughn Browne <[email protected]>
Co-authored-by: Saurabh Parekh <[email protected]>
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@sp1999: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This is a manual cherry-pick of #8254