Maxim Samoilov
Maxim Samoilov
Kubernetes API Server doesn't support cache control via Etag and If-None-Match (expect for OpenAPI schemas). Caching is disabled on purpose for security reasons — generaly we don't want to cache...
@nhat **Workaround:** use this two bash functions: `kns` to choose namespace from cache and `kns-update-cache` to manually update cache ``` function kns() { cat "$HOME/.local/share/kubectx-cache/$(kubectx -c)" | fzf | xargs...
The reason is `undefined` in track and bar classes. After replacing it with `_h` everything works perfectly. 
Looks like there is no default className for _h in es5 build: https://github.com/Diokuz/react-baron/blob/master/webpack.config.js#L4-L8 but it has to be: https://github.com/Diokuz/react-baron/blob/master/src/component.js#L19
We regularly reproduce the problem Before OOM kill there is nothing unusual, it's just regular scanning for new tags ``` 2023-12-26T06:45:47+04:00 {"level":"info","ts":"2023-12-26T02:45:47.803Z","msg":"Latest image tag for 'public.ecr.aws/gravitational/teleport-distroless' resolved to 14.2.4","controller":"imagepolicy","controllerGroup":"image.toolkit.fluxcd.io","controllerKind":"ImagePolicy","ImagePolicy":{"name":"teleport","namespace":"flux-system"},"namespace":"flux-system","name":"teleport","reconcileID":"4f4771ff-7dd2-4b8e-9803-075f0a2460c4"} 2023-12-26T06:45:41+04:00...
I figured out a way how to consistently reproduce the issue. Basically, it happens when a node experiences critical failure (such as OOM kill, failure of pre-stop script, node shutdown,...