Skip to content
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

Closed
wants to merge 151 commits into from

Conversation

sp1999
Copy link
Member

@sp1999 sp1999 commented Jun 11, 2024

This is a manual cherry-pick of #8254

abhay-krishna and others added 30 commits February 20, 2024 10:37
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mitali Paygude <mitalipaygude@gmail.com>
…7653)

* Pause eksa cluster before moving capi for delete

* add test for pause eksa

---------

Co-authored-by: Tanvir Tatla <tatlat@amazon.com>
Co-authored-by: Vignesh Goutham Ganesh <vgg@amazon.com>
Co-authored-by: Mitali Paygude <mitalipaygude@gmail.com>
Co-authored-by: Abhinav Pandey <abhinavmpandey08@gmail.com>
Co-authored-by: Cavaughn Browne <cxbrowne@amazon.com>
…8s version for BR family (aws#7671)

Co-authored-by: Pankti Shah <shah.pankti2609@gmail.com>
Co-authored-by: Abhinav Pandey <abhinavmpandey08@gmail.com>
Co-authored-by: Mitali Paygude <mitalipaygude@gmail.com>
Co-authored-by: Tanvir Tatla <tatlat@amazon.com>
Co-authored-by: Abhay Krishna Arunachalam <arnchlm@amazon.com>
Co-authored-by: Cavaughn Browne <cxbrowne@amazon.com>
…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 <yannick.struyf@nutanix.com>
Co-authored-by: Cavaughn Browne <cxbrowne@amazon.com>
Co-authored-by: Tanvir Tatla <tatlat@amazon.com>
* clarify vSphere CSI driver docs

* fix vsphere csi header references

* Update vsphere-and-cloudstack-upgrades.md

---------

Co-authored-by: csplinter <chris.splinter114@gmail.com>
Co-authored-by: Abhay Krishna <arnchlm@amazon.com>
Co-authored-by: Taylor Neyland <tneyla@amazon.com>
* 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 <arnchlm@amazon.com>
…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 <cxbrowne@amazon.com>
Co-authored-by: Abhay Krishna Arunachalam <arnchlm@amazon.com>
Co-authored-by: Xu Deng <xudeng@amazon.com>
* 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 <jwmeier@amazon.com>
Co-authored-by: Abhay Krishna Arunachalam <arnchlm@amazon.com>
eks-distro-pr-bot and others added 22 commits May 10, 2024 07:00
Co-authored-by: Jiayi Wang <jiayiwang7@yahoo.com>
Co-authored-by: Christopher Negus <striker57@gmail.com>
Co-authored-by: Tanvir Tatla <tatlat@amazon.com>
Co-authored-by: Christopher Negus <striker57@gmail.com>
Co-authored-by: Saurabh Parekh <sjparekh@amazon.com>
…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 <sjparekh@amazon.com>
Co-authored-by: Saurabh Parekh <sjparekh@amazon.com>
Co-authored-by: Mitali Paygude <mitalipaygude@gmail.com>
Chow 👋🏻

Co-authored-by: Chris Doherty <chris.doherty4@gmail.com>
Co-authored-by: Vivek Koppuru <koppv@amazon.com>
…d cluster (aws#8191) (aws#8212)

* Fix bug when installer do not in create CCM secret for Nutanix
worker cluster

 - fixed templates
 - fixed reconciler
 - improved tests

* Fix linter errors
* upgrade packages workflow

* Change PackageInstaller to PackageManager
Co-authored-by: Saurabh Parekh <sjparekh@amazon.com>
Co-authored-by: Cavaughn Browne <cxbrowne@amazon.com>
Co-authored-by: Saurabh Parekh <sjparekh@amazon.com>
@eks-distro-bot
Copy link
Collaborator

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.

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from sp1999. For more information see the Kubernetes Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eks-distro-bot eks-distro-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jun 11, 2024
@sp1999 sp1999 closed this Jun 11, 2024
@eks-distro-bot
Copy link
Collaborator

@sp1999: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
eks-anywhere-e2e-presubmit 0706a51 link unknown /test eks-anywhere-e2e-presubmit
eks-anywhere-release-tooling-test-presubmit 0706a51 link unknown /test eks-anywhere-release-tooling-test-presubmit

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation do-not-merge/invalid-commit-message documentation size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.