vac

Results 56 comments of vac

hi, I got the same error when using redis helm chart in arm64 machine with 64K page size. ```text $ getconf PAGE_SIZE 65536 ``` bitnami/redis:7.0.11-debian-11-r24 ```text $ redis-server : Unsupported...

The latest revision is still not working. ```text # getconf PAGE_SIZE 65536 # docker run -it -e ALLOW_EMPTY_PASSWORD=yes docker.io/bitnami/redis:7.0 Unable to find image 'bitnami/redis:7.0' locally 7.0: Pulling from bitnami/redis 90bbff79ced3:...

The workaround I had settled with was running `terraform state rm flux_bootstrap_git.default` before `terraform apply`. I don't think running `terraform destroy` and then `terraform apply` is a better idea. Users...

> @networkhermit not sure if you saw #650 but would this help you? No. I don't need more workaround for this issue. I already comment the workaround I prefer to...

> You need to manage the lifecycle of bootstrapping flux using terraform and it needs to keep the state in sync, so I remove flux using `terraform destroy` That's just...

Not only does the [kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs#argument-reference) provider, the [helm](https://registry.terraform.io/providers/hashicorp/helm/latest/docs#argument-reference) provider also supports setting a set of common kubernetes arguments via environment variables: ```text KUBE_CONFIG_PATH KUBE_CLIENT_CERT_DATA KUBE_CLIENT_KEY_DATA KUBE_CLUSTER_CA_CERT_DATA KUBE_HOST ... ``` I...

Edited: ~~I can't reproduce this issue in my testing k3s cluster and I'm still trying to understand the reason behind it. It might be environment specific or perhaps unintentionally resolved...

> @networkhermit I am going to track this enhancement in #655 and aim to have it released either in the upcoming 1.3.0 release or a fast follow in a 1.3.1...

> This has been stale for some time, if someone wants to champion this please let us know as that's what it will take to move it forward. @shaneutt Hello....