Closed nicholas-fedor closed 7 months ago
Do not EVER EVER start randomly editing things on TrueNAS SCALE. That means we cannot work with you on your bugreport and you're for-ever invalidated to get support from us.
Fixed. Upstream fucked-up their helm-chart, again.
Thanks for the prompt response.
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists
chart Name
Openebs
Operating System
TrueNAS SCALE 23.10.2
Deployment Method
TrueNAS SCALE charts
Chart Version
4.3.0
Kubernetes Events
chartlication Logs
Chart Configuration
Default Class: Enabled reclaimPolicy: Retain (Keep Data on App Deletion) Allow VolumeExpansion: Enabled Pool/Dataset: Apps/OpenEBS
Describe the bug
Attempting to install OpenEBS on TrueNAS-SCALE-24.04-RC.1 Attempted initially on a pre-existing installation and then on a fresh installation.
/etc/rancher/k3s/k3s.yaml shows a group-read permission (-rw-r-), which is easily resolved via removing that particular permission (chmod 600); however, this will not persist after a restart of K3S.
Manually adding the specified items to the CRD does not resolve the issue, as the same error regarding the missing definitions will continue to persist. i.e. KUBE_EDITOR="nano" k3s kubectl edit crd volumesnapshotclasses.snapshot.storage.k8s.io And adding the following: Annotation: meta.helm.sh/release-name: openebs meta.helm.sh/release-namespace: ix-openebs Label: app.kubernetes.io/managed-by: Helm
To Reproduce
On a fresh installation of TrueNAS-SCALE-24.04-RC.1: Follow instructions listed here: TrueCharts Dragonfish Storage Guide Pretty basic, but ensured that the path format was correct and that this was not within the ix-applications dataset.
Expected Behavior
Immediate installation without errors, just like how chart V4.2.5 installed without error.
Screenshots
Additional Context
This same error also occurred when attempting to upgrade from V4.2.5 on a prior installation.
I've read and agree with the following
[Chart-Name]