Open flipsed opened 5 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/kind bug
1. What
kops
version are you running? The commandkops version
, will display this information.1.28
2. What Kubernetes version are you running?
kubectl version
will print the version if a cluster is running or provide the Kubernetes version specified as akops
flag.1.28
3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
5. What happened after the commands executed?
6. What did you expect to happen?
I would expect to be able to have
enabledScheduledEventDraining
disabled in the config while in SQS mode. The kops validation is running this code which is problematic:Based on the AWS Node Termination Handler documention,
enableScheduledEventDraining
is only applicable in IMDS mode . While performing kops and kubernetes upgrades of our cluster, we ran into the error above.Looking at the AWS Node Termination Handler source code, we can see that scheduled event draining is only used when
!imdsDisabled
(or when imds is enabled)We should be able to disable Scheduled Event Draining while in SQS mode since it has no impact @johngmyers. Maybe I'm missing something here?
7. Please provide your cluster manifest. This is the relevant part:
8. Please run the commands with most verbose logging by adding the
-v 10
flag. Paste the logs into this report, or in a gist and provide the gist link here.9. Anything else do we need to know?