You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have the following Addon's: CoreDNS, Kube-proxy, EBS CSI Driver, and the VPC CNI
it the version of these addon's is set to Auto, they are not deployed to the cluster. when i set them to a specific version they are deployed.
Expected Behavior
when the version is set to auto, it should deploy the latest version.
Current Behavior
not deploying the addon, no errors, synth and deploy is going without error's but when you check the cluster, there are no addon's.
Reproduction Steps
new blueprints.addons.CoreDnsAddOn(
'v1.11.1-eksbuild.8'
),
new blueprints.addons.KubeProxyAddOn(
'v1.30.0-eksbuild.3'
),
Possible Solution
not found yet.
Additional Information/Context
No response
CDK CLI Version
2.161.1
EKS Blueprints Version
1.15.1
Node.js Version
v18.18.2
Environment details (OS name and version, etc.)
mac os, and github action ubuntu.
Other information
No response
The text was updated successfully, but these errors were encountered:
Accepted, most likely related to lack of version registered for 1.30 EKS version. When running synth, do you mind making sure that you have AWS credentials configured that allow access to the aws eks describe-addon-versions API/CLI?
To detect the version we make the API call, if fails, then we make a static lookup in the internal dictionary.
I will also look into lack of diagnostics that you mentioned, you should get errors in the stdout/stderr.
Describe the bug
i have the following Addon's: CoreDNS, Kube-proxy, EBS CSI Driver, and the VPC CNI
it the version of these addon's is set to Auto, they are not deployed to the cluster. when i set them to a specific version they are deployed.
Expected Behavior
when the version is set to auto, it should deploy the latest version.
Current Behavior
not deploying the addon, no errors, synth and deploy is going without error's but when you check the cluster, there are no addon's.
Reproduction Steps
Possible Solution
not found yet.
Additional Information/Context
No response
CDK CLI Version
2.161.1
EKS Blueprints Version
1.15.1
Node.js Version
v18.18.2
Environment details (OS name and version, etc.)
mac os, and github action ubuntu.
Other information
No response
The text was updated successfully, but these errors were encountered: