Andrei Neagoe
Andrei Neagoe
@liyinan926 would it be possible to push an image containing the PRs mentioned here to gcr.io? I'm not exactly sure what the release process looks like and we've added this...
This has been addressed already, see https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/1450. In short, you can use image `ghcr.io/googlecloudplatform/spark-operator:v1beta2-1.3.3-3.1.1`. For an overview of images published to the new registry, you can check https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/pkgs/container/spark-operator. You'll simply...
I'm currently using https://github.com/GrahamDumpleton/openshift3-jupyter-stacks to be able to deploy on OpenShift. However, since the dockerfile there specifies changes to /home/$NB_USER, it results in an additional ~3GB layer to the base...
@GrahamDumpleton thanks a lot for all your efforts with regards to getting jupyter on OpenShift, it was a huge help. It seems to be already better than I thought, I...
Observing similar issues on `4.10.0-0.okd-2022-04-23-131357` (k8s and crio `v1.22.1`) and `4.9.0-0.okd-2022-02-12-140851` (k8s `v1.23.5+9ce5071` and crio `1.23.2`). The strange thing is that one cluster just some nodes affected while the other,...
It looks like cgroups are left behind. Removing them fixes the logspam (temporarily). Can use something like this to find all of them, depending on actual error in journal: ```...
@haircommander while your fix does make sense, the root cause (which atm is somewhat unknown) is not really addressed. Something's leaking cgroup slices... https://github.com/moby/moby/issues/7015 and https://github.com/moby/moby/issues/13802 have both been closed...
@haircommander I'm sure they're not in crio anymore. I'm only using `crictl inspectp` to ensure I'm never going to touch a scope that's reported under a pod still seen by...
@haircommander I've attached the logs and requested outputs here (sanitized hostnames). Let me know if you'd need anything else; for now I'll leave them around and not scale up the...
I've posted a quick gist with all the manifests I'm using to deploy a garbage collector daemon set. Nothing fancy, just a bit of patchwork to address the issues I...