We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The updatecli manifest https://github.com/jenkins-infra/terraform-aws-sponsorship/blob/main/updatecli/updatecli.d/eks-ami-release.yaml which tracks the AMI version of EKS nodes has the Kubernetes version 1.29 written "raw" in it:
1.29
terraform-aws-sponsorship/updatecli/updatecli.d/eks-ami-release.yaml
Line 32 in 1818fc0
But since we upgraded EKS to 1.30, it creates PR proposing to revert node AMIs to an older (incompatible version) such as #140.
The manifest shall be patched with the same technique as other manifests (
terraform-aws-sponsorship/updatecli/updatecli.d/eks-aws-ebs-csi-driver.yaml
Lines 15 to 31 in 1818fc0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The updatecli manifest https://github.com/jenkins-infra/terraform-aws-sponsorship/blob/main/updatecli/updatecli.d/eks-ami-release.yaml which tracks the AMI version of EKS nodes has the Kubernetes version
1.29
written "raw" in it:terraform-aws-sponsorship/updatecli/updatecli.d/eks-ami-release.yaml
Line 32 in 1818fc0
But since we upgraded EKS to 1.30, it creates PR proposing to revert node AMIs to an older (incompatible version) such as #140.
The manifest shall be patched with the same technique as other manifests (
terraform-aws-sponsorship/updatecli/updatecli.d/eks-aws-ebs-csi-driver.yaml
Lines 15 to 31 in 1818fc0
The text was updated successfully, but these errors were encountered: