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
Hi I am facing a issue in which the node got refreshed, one's the new ami is being released by the aws team, as i have not mentioned the ami-selector terms this is a expected behaviour, but as per security i need to update image every 30 days, that i have handled with the expireAfter: 720h in the nodepool config, But the case is, if i mentioned the ami-selector terms and put the specific image-ami-id, even after it got expired in the 30 days it will take the same image.
Any way to control this, like want the new nodes will comes after x days, with the new ami as that particular point of time and want that it should happened during the specific schedule like on weekends [Saturday (2-3 am)], not on weekdays.
If Karpenter contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members by writing /triage accepted in a comment.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Hi I am facing a issue in which the node got refreshed, one's the new ami is being released by the aws team, as i have not mentioned the ami-selector terms this is a expected behaviour, but as per security i need to update image every 30 days, that i have handled with the expireAfter: 720h in the nodepool config, But the case is, if i mentioned the ami-selector terms and put the specific image-ami-id, even after it got expired in the 30 days it will take the same image.
Any way to control this, like want the new nodes will comes after x days, with the new ami as that particular point of time and want that it should happened during the specific schedule like on weekends [Saturday (2-3 am)], not on weekdays.
My Current Config
Node-pool.yaml
node-class.yaml
The text was updated successfully, but these errors were encountered: