Bryan Stenson
Bryan Stenson
any plans on merging this?
I'd love to see this too....or, a richer exit code. (0 - no error, 1 - already exists, 127 - actual error)
/remove-lifecycle stale
I'm pretty sure I'm seeing this too: Karpenter: v0.27.6 EKS: v1.25.12-eks-2d98532 ArgoCD: v2.8.3+77556d9 I'm seeing this while building out this cluster -- everything is "new" (no old versions of eks,...
53 seconds earlier, the node this pod was running on was cordoned, by our cluster autoscaler, karpenter. within the same second as the observed panic, karpenter reported this node was...
this may be related to https://github.com/cilium/cilium/issues/19204, although the place of panic is different
about 50 milliseconds before panic, i see this in the logs (parsed from json): ``` parsed_msg: duration: 73591 function: *resource.resource[*github.com/cilium/cilium/pkg/k8s/slim/k8s/api/core/v1.Node].Stop level: info msg: Stop hook executed subsys: hive ```
> Just to confirm, this only seems to happen on nodes that are going away? correct, and this is very intermittent -- we've had 10s of nodes replaced, and have...
> ... would it make sense to move `r.ApplyURLRules()` to a deeper level? I.e. `func (r *Repository) CreateRemote(c *config.RemoteConfig) (*Remote, error)`? yup, good point! i'll update that shortly.
thinking about this more, i think this applying the `insteadof` substitution logic should happen on the `Remote` -- so that all fetch, push, etc operations are using substituted urls.