eksctl
eksctl copied to clipboard
The official CLI for Amazon EKS
### Description Closes https://github.com/weaveworks/eksctl-ci/issues/52 The WindowsServer20H2CoreContainer AMI was deprecated on 9 August 2022. See documentation on [Amazon EKS optimized Windows AMIs](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-windows-ami.html) and [AWS Windows AMI version history](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-ami-version-history.html). ### Checklist -...
When disabling public access with `clusterEndpoints.publicAccess=false`, eksctl doesn't finish executing. Is this expected behavior? ``` 2022-07-08 17:17:09 [ℹ] eksctl version 0.99.0 2022-07-08 17:17:09 [ℹ] using region us-east-1 2022-07-08 17:17:09 [!]...
### What feature/behavior/change do you want? An option to restore damaged/removed IAM serviceaccounts without having to delete the whole stack. Reading several issues here, `create` failing silently if anything already...
Bumps [github.com/tidwall/sjson](https://github.com/tidwall/sjson) from 1.2.4 to 1.2.5. Commits b279807 Fixed #61 133db28 Delete FUNDING.yml See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...
Bumps [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) from 1.15.10 to 1.15.13. Commits 5b7b9fc Release 2022-07-05 69a608f Regenerated Clients 0d7445b Update endpoints model 3cb58cb Update API model 6e3856d aws/retry: fix typo in comment at Attempt.HandleFinalize (#1753)...
Bumps [github.com/aws/aws-sdk-go-v2/service/autoscaling](https://github.com/aws/aws-sdk-go-v2) from 1.23.6 to 1.23.9. Commits fefa06d Release 2022-08-09 412370a Regenerated Clients 4e99ad2 Update SDK's smithy-go dependency to v1.12.1 ccacf16 Update API model See full diff in compare view...
Bumps [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) from 1.21.5 to 1.21.7. Commits fefa06d Release 2022-08-09 412370a Regenerated Clients 4e99ad2 Update SDK's smithy-go dependency to v1.12.1 ccacf16 Update API model de69d46 Release 2022-08-08 d8c68cb Regenerated Clients...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) from 1.51.1 to 1.52.0. Changelog Sourced from github.com/aws/aws-sdk-go-v2/service/ec2's changelog. Release (2022-08-10) General Highlights Dependency Update: Updated to the latest SDK module versions Module Highlights github.com/aws/aws-sdk-go-v2/config: v1.16.0 Feature: Adds...
https://github.com/weaveworks/eksctl/pull/5604 upgraded the `k8s.io/kubernetes` dependency from 1.19, which is no longer supported by EKS, to 1.20. This ticket is to decide if we want to keep the version pinned at...
### Description Closes https://github.com/weaveworks/eksctl-ci/issues/51 Integration Test: https://github.com/weaveworks/eksctl-ci/runs/7782986905?check_suite_focus=true We were pinning k8s to 1.19, but EKS stopped supporting 1.19 on 1 August, which is when the integration tests started failing. ###...