daimaxiaxie

Results 25 comments of daimaxiaxie

I think I know what's going on. It looks like my provider still returns instancetype, but istancetype.Offering.Available is false. Should we add Offering.Available checks? https://github.com/kubernetes-sigs/karpenter/blob/bbe6bd27e65d88fe55376b6c3c2c828312c105c4/pkg/controllers/provisioning/provisioner.go#L256

> thanks @Priyankasaggu11929 ! > > i've added the code-of-conduct.md file. > > i am working with @mtulio to join the kubernetes-sigs. > > i believe @daimaxiaxie has signed the...

I seem to have encountered a similar problem, repeated the scale up. The difference is that the second scale up descrease the TargetSize (maybe the pending pod has changed slightly,...

I encountered some situations in the process of applying this pr to the cluster. Users must enable `Enable Expected Number of Instances`(default disabled) for each asg in ali, otherwise `DesiredCapacity`...

But after disabled the "Expected number of instances", the current logic can still work normally(*`Expected number of instances` feature is not necessary, tested all functions*). In other words, the current...