-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Logging 5.8.z, Logging 5.9.z, Logging 6.0.z, Logging 6.1.z
-
False
-
None
-
False
-
NEW
-
NEW
-
Bug Fix
-
-
-
3
Description of problem:
If we create a LokiStack with a StorageClassName that doesn't exist in the cluster then the pods of all the StatefulSet components will stay in "pending", this is expected as the cluster will try to provision persistent volumes with a storage class that doesn't exist. However, if we update the StorageClassName to a correct one then the user has to both delete the StatefulSets and only then the PersistentVolumenClaim otherwise he will not be able to get a working stack.
Version-Release number of selected component (if applicable): 6.1 and prior
How reproducible: Always
Steps to Reproduce:
- Create LokiStack with wrong storageClassName
- Update the LokiStack to a correct storageClassName
- Validate that both the StatefulSets & PersistentVolumenClaim still have the wrong StorageClassName