Jakub Oskera
Jakub Oskera
some news?
According docs https://www.kubeval.com/#helm. If you do `helm template` for generating RAW YAML manifests, then this output contains comments with path for these templates e.g. `# Source: my-chart/templates/frontend.yaml`. This output can...
When it will fixed? I am trying to build ubuntu22 [runner-images](https://github.com/actions/runner-images) which depends on this and due to thi bug the build is failing.
> `temurin-11-jdk` and `temurin-21-jdk` work now, but not `temurin-17-jdk` yet. > > ``` > Err:1 https://packages.adoptium.net/artifactory/deb jammy/main amd64 temurin-17-jdk amd64 17.0.9.0+9 > 400 Bad Request [IP: 151.101.247.42 443] > E:...
I had the same error when upgrading `kube-prometheus-stack`. The solution was to deleted ArgoCD Application Controller pods, then I clicked Hard Refresh on the Application and the error was gone...
We have approx 150 clusters divided into 15 S3 bucket. Each cluster has separate folder (prefix) in the S3 bucket. Each cluster has its own Compactor instance processing blocks in...
I just did an analysis on one of the our cluster where is running a compactor. There is this error in compactor logs ```json { "caller": "intrumentation.go:81", "level": "info", "msg":...
Solved in our case. TL;DR Custom cleanup script wrongly classified dirs in S3 storage as empty, which were then deleted. In our env we use HCP storage as S3 which...
Same behaviour, we have approx 150 clusters where each clusters has its own folder (prefix) in s3 bucket and this each folder has associated compactor. All clusters are connected to...