You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.
Bug Summary
Is there any documentation that explain how to override the numberOfReplicas for the Longhorn storageclasses ?
In the documentation, there is only : postgres_storage_class option
Hey,
Correct me if I'm mistaken, but as far as I know, it isn't possible to define the number of Longhorn replicas in the PVC, only in the StorageClass.
Therefore, it's not possible to create an option to override the replica count.
Instead, you should create an additional StorageClass for Longhorn that has a different replica count, and reference it to the AWX resouce.
Hey, Correct me if I'm mistaken, but as far as I know, it isn't possible to define the number of Longhorn replicas in the PVC, only in the StorageClass. Therefore, it's not possible to create an option to override the replica count.
Instead, you should create an additional StorageClass for Longhorn that has a different replica count, and reference it to the AWX resouce.
Yes, that is the right way to do this.
You might also want to check which ReclaimPolicy you use, i.e. 'Retain' instead of 'Delete' to not lose data if the PVC gets delete for $REASONS...
Please confirm the following
Bug Summary
Is there any documentation that explain how to override the numberOfReplicas for the Longhorn storageclasses ?
In the documentation, there is only :
postgres_storage_class
optionThank you very much for your help
AWX Operator version
2.12.2
AWX version
23.9.0
Kubernetes platform
kubernetes
Kubernetes/Platform version
v1.25.16+rke2r1
Modifications
no
Steps to reproduce
Default installation process
Expected results
Possibility to override the numberOfReplicas for Longhorn storageClasses
Actual results
Possibility to override the numberOfReplicas for Longhorn storageClasses
Additional information
No response
Operator Logs
No response
The text was updated successfully, but these errors were encountered: