Bogdan Luca
Bogdan Luca
@samdenty Any idea if `2.8.8` should fix this (and https://github.com/codesandbox/codesandbox-client/issues/1978) ? I opened [this CodeSandbox PR](https://github.com/codesandbox/codesandbox-client/pull/2079) , but I still get the same behavior.
So I got bitten by this, and decided to troubleshoot it a bit. It looks like when `kubelet` is not running and you delete a pod from `cri-o` directly (using...
Going a bit more down the rabbit hole, this is a `cadvisor` error: https://github.com/google/cadvisor/blob/619b69fc35c16fc7ed42f0788f43c95c4a01347c/manager/manager.go#L1123 which is the library `kubelet` uses for collecting container metrics, so other than polluting the logs,...
@aneagoe The `kubepods-zzz.slice`s are actually managed by the `kubelet`, `cri-o` only manages the `crio-zzz.scope`.
@printercu Here's a try at making a numeric input component: https://codesandbox.io/embed/2wrqj87q0y?module=%2FApp.vue . It uses `NaN` as the empty / not valid value. The only issue it has is that if...
Hello people, any progress on this? I could probably take a shot at it, with a bit of guidance from a maintainer. Also, as a suggestion, can we also add...
@michalsnik @chrisvfritz Ping?
After talking to @lukehoban on Slack, my proposal is to add `availabilityZone?: pulumi.Input;` to `ClusterNodeGroupOptions` (and, consequently, to `eks.Cluster`); if it is set, the node group instances will only be...
This proposal was for expressiveness and convenience, more than anything. 1. How it works now: - go into console (or use the cli), lookup the default VPC, look at its...
Sorry, I just edited the description - I tried that, too, to no avail - somehow expected, because it was already relaxed in `securityContext`, if I'm not mistaken?