Dennis
Dennis
using ``` rancher2 = { source = "rancher/rancher2" version = "1.22.1" } ``` with Rancher v2.6.3
same with `1.22.2`
Could you do a PR ? @sqzxcv
@ba-work @bodgit Is creating wildcard entries supported ? i get an error when trying to do ``` resource "dns_a_record_set" "test" { zone = "my.zone." name = "*.something" addresses = ["10.10.10.10"]...
Are you sure the PR is a fix for this problem ? only enabling the ingress for the gateway and setting a hostname i end up with this: ``` apiVersion:...
Looks good, ingress now links to the gateway service and i can use it without modifications in grafana. Opening `/` on the created ingress should return "OK" from the gateway...
@fmulero if you are referring to the nginx config, im still not sure if this even is a problem or intentional I was just wondering that, when testing if the...
I will open an issue and ask/let them know about this. But their charts seem to be poorly tested ( and worse documented since deprecating the old repos ) ......
Old share from old server mounted after deleting and recreating volume/deployment with the same name
Same problem with current version. 1.9.0 Scaling up my deployment i even get different results in each instance.... These are the mounts in three instances of the same deployment, everything...
Old share from old server mounted after deleting and recreating volume/deployment with the same name
So after some more checking i found old mounts on some of the workers ``` //srv-mssql-be.mydomain.com/BulkFiles on /var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-cifs-artikelvortopf2web-live-only-live-1/globalmount ``` as the mountpoint is using the name of the PV, it...