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
While using launchTemplate, I expect karpenter controller to discover the security groups, either by taking it from launch template itself, or discover it by default kubernetes.io/cluster/<clustername> tag. The subnet discovery works as usual.
Karpenter v0.22.1 didn't show this error, but v0.24.0 and v0.25.0 both do.
Thank you for creating this issue, the error should not be proceeded and we are currently working to fix that. I suggest that you move away from using the launchTemplate field in the future as that is something the team is considering for deprecation during v1bata1. We currently have an RFC up for that #2964
Thank you for creating this issue, the error should not be proceeded and we are currently working to fix that. I suggest that you move away from using the launchTemplate field in the future as that is something the team is considering for deprecation during v1bata1. We currently have an RFC up for that #2964
Thanks for quick reply.
I understand the push for getting away from it. But there are many things that we apply dynamically to the launch template (static userdata won't do, it's all constructed from arguments and substitutions within CFN stack)
In our case we could use same nodes we already use with cluster-autoscaler, and then just migrate to bottlerocket instead of trying to shoehorn the advanced config we do to AwsNodeTemplate or setting up the ami baking factory. Just my 2c
Version
Karpenter Version: 0.25.0
Kubernetes Version: v1.23.14-eks-ffeb93d
Expected Behavior
While using launchTemplate, I expect karpenter controller to discover the security groups, either by taking it from launch template itself, or discover it by default
kubernetes.io/cluster/<clustername>
tag. The subnet discovery works as usual.Karpenter v0.22.1 didn't show this error, but v0.24.0 and v0.25.0 both do.
Actual Behavior
Controller shows the following error repeatedly
The nodes are being launched, though
Steps to Reproduce the Problem
Resource Specs and Logs
Node template I use:
Community Note
The text was updated successfully, but these errors were encountered: