Senthil Kumaran
Senthil Kumaran
@dependabot rebase
This bring in these breaking changes, and full integration test must be run before merge. ```Breaking Changes Bump to k8s.io/* v1.30 ([#2693](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2693) [#2754](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2754) [#2765](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2765) [#2776](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2776) [#2786](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2786)) Remove deprecated v1alpha1.ControllerManagerConfiguration ([#2648](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2648))...
We need to add these steps to log collector script.
Explained it in README here https://github.com/sonatype-nexus-community/nancy/pull/277
I hit this error again. ``` $ kubectl-eks addons operation error EKS: DescribeCluster, https response error StatusCode: 400, RequestID: 95bfe137-9ed5-49f9-b3f1-18b662ba262a, api error InvalidParameterException: The parameter name contains invalid characters. It...
It seems like the `six` module addes `six.moves` _dynamically_ here - https://github.com/benjaminp/six/blob/master/six.py#L337 And shouldn't have caused this issue, even from a dependency. I am unsure what is happening.
Oh, you are running into a pydantic issue. > I can't replicate this issue myself using Python 3.13 alpha installed via pyenv That's odd. I installed python3.13 using source. But...
This might be some race condition in pip (or pip package dependencies). In another issue when I ran into this, I removed six and installed six, and it worked fine.
Can you specify the Node AMI version that displayed this behavior?
@wonko - I launched a curl container inside a pod, that can repeatedly (more than 100 times) communicate with the API Server. We didn't see any connectivity issue on AL2023...