Closed dnviti closed 1 month ago
Hi, you need to create namespace with special permissions
Hi, you need to create namespace with special permissions
i'm trying to create everything with helm and i noticed that adding --create-namespace flag creates a standard non privileged namespace, i need to set your createNamespace: true
flag in values.yaml but doing so it will throw an error:
Error: create: failed to create: namespaces "csi-proxmox" not found
If i create namespace manually it works correctly.
helm has an issue to create namespace. you can google it. So my recommendation is create namespace before helm upgrade/install.
the createNamespace: true
was introduced for creating yaml file as the result of helm template
Bug Report
Description
Logs
Controller: [
kubectl logs -c proxmox-csi-plugin-controller proxmox-csi-plugin-controller-...
]Node: [
kubectl logs -c proxmox-csi-plugin-node proxmox-csi-plugin-node-...
]Environment
kubectl version --short
]kubectl get csistoragecapacities -ocustom-columns=CLASS:.storageClassName,AVAIL:.capacity,ZONE:.nodeTopology.matchLabels -A
]kubectl get CSINode <node> -oyaml
]kubectl describe node <node>
]cat /etc/os-release
]