Artyom
Artyom
really looking fow wayland support
"Taking snapshot of full filesystem" is taking > 30 minutes.. Can't start using kaniko because of this :( My Dockerfile is very simple: ``` FROM node:10 as builder WORKDIR /usr/src/app...
> Can you also specify what is the size of your current workdir? 80M
Im using gitlab ci to build image and i want to store cache in gitlab registry. To try to use gcr.io/kaniko-project/executor:970 i need shell in image
> @DjinNO ok,I pushed a debug image. > > ``` > gcr.io/kaniko-project/executor:debug_970 > ``` With this image i have error: `error building image: error building stage: unable to add file...
What about ClickHouse? Clickhouse is very cool
I have the same problem ``` hetzner_config { api_token = var.hcloud_token image = var.k8s_node_image server_location = var.k8s_node_location use_private_network = false server_labels = { terraform = true k8s_node = true }...
It's can be also because of ``` experiments { manifest = true } ``` in Helm Terraform provider
The main problem for us is that the ArgoCD chart has checks on each of the ServiceMonitors like this: ``` {{- if and (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") .Values.controller.metrics.enabled .Values.controller.metrics.serviceMonitor.enabled }} ``` We...
Interesting. I have go-task-bin-3.20.0-1, tried reinstalling, didn't help. At the same time, in a container with ubuntu - it works