RegisHubelia
RegisHubelia
Hey, had the same issue and setting the reserved memory to 512MiB fixed the issue for me. 256 still caused issues on our side.
Thank you for your reply. Thanks for clarifying for rke2/k3s. Yes, I was able to build from scratch a management cluster with the old stack (rancherd?). There were options to...
Sure. What I did was to boot from the iso, and create a config file like this one: ```yaml #cloud-config rancheros: install: # An http://, https://, or tftp:// URL to...
Will probably make remote install (IPMI) quicker too?
Same here - Tried @loganmarchione workaround, and I see the string in the config.php file with the options, but still gives the same error...
+1 - being able to somehow link images with variants is missing. I'll be working on something as we have an urgent need for this - but it's probably better...
Will do and revert. Still think this should be an option...
Sorry to drop back here and reopen this issue... But setting DATABASE_URL somehow works, but the issue is in the template: - name: DATABASE_URL value: "postgres://{{ .Values.zammadConfig.postgresql.user }}:$(POSTGRESQL_PASS)@{{ if .Values.zammadConfig.postgresql.enabled...
Strange, this is not my experience... I ended up with both, the "value" key and the "valueFrom". Did you try to set a value, or the valueFrom? If the value...
The issue is that value cannot be set if valueFrom is. So even with your suggestion, it gives this "create Pod zammad-sd-1 in StatefulSet zammad-sd failed error: Pod "zammad-sd-1" is...