Shaked Klein Orbach
Shaked Klein Orbach
Hey @brshravan-tech I think that the easiest way would be to use a multi stage Dockerfile, something like: ``` ARG SITE_PACKAGES=/opt/spark/work-dir FROM python:3.7-slim AS compile-image ARG SITE_PACKAGES ARG INDEX_URL ENV...
@niusmallnan I don't think that it's a resources issue. I checked the both the logs and monitored `k top nodes` and `k top pods` while running the broken instances (before...
@niusmallnan > Rancher's built-in controllers do resync about every 10h, which consumes more resources in bursts. > > #37350 I didn't know that but in any case, rancher kept failing...
> These logs may be related to the service capability of kube-api, cloud you share some k3s logs? I think it would be hard to find any as too much...
> For rancher setup, the embedded Etcd should be better than SQLite. https://rancher.com/docs/k3s/latest/en/installation/ha-embedded/#existing-clusters While I understand it, I have never had any issues with running rancher with SQLite. As well,...
> restricted-admin I think this is related to the fact that the restricted-admin is hardcoded in Rancher: https://github.com/rancher/rancher/search?q=GlobalRestrictedAdmin I am trying to achieve the same - a power user with...
Using Rancher 2.6 as upstream with Rancher 2.5 as downstream doesn't work - clusters are unavailable
Still valid.
Using Rancher 2.6 as upstream with Rancher 2.5 as downstream doesn't work - clusters are unavailable
Still valid
Any update regarding this issue?
Hey @sunchunming I am experiencing the same issue. Using buildx with a Buildkit daemon on k8s with an SSD PV/C for /var/lib/buildkit. I tried removing part of the cache manually...