We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syncing draven ArgoCD to the branch onlyoffice-documentserver-ee results in PVC sync errors:
v1/PersistentVolumeClaim fairagro-nextcloud nextcloud-nextcloud SyncFailed PersistentVolumeClaim "nextcloud-nextcloud" is invalid: spec: Forbidden: spec is immutable after creation except resources.requests for bound claims core.PersistentVolumeClaimSpec{ ... // 2 identical fields Resources: {Requests: {s"storage": {i: {...}, s: "4Gi", Format: "BinarySI"}}}, VolumeName: "pvc-069a1ba1-d69f-4437-9241-30e750aec60f", - StorageClassName: &"nfs-csi-delete", + StorageClassName: nil, VolumeMode: &"Filesystem", DataSource: nil, DataSourceRef: nil, } v1/PersistentVolumeClaim fairagro-nextcloud nextcloud-nextcloud-data SyncFailed PersistentVolumeClaim "nextcloud-nextcloud-data" is invalid: spec: Forbidden: spec is immutable after creation except resources.requests for bound claims core.PersistentVolumeClaimSpec{ ... // 2 identical fields Resources: {Requests: {s"storage": {i: {...}, s: "100Gi", Format: "BinarySI"}}}, VolumeName: "pvc-f358b3c1-1f05-4314-8fd7-d5ffc2eb1a1c", - StorageClassName: &"nfs-csi-delete", + StorageClassName: nil, VolumeMode: &"Filesystem", DataSource: nil, DataSourceRef: nil, }
The text was updated successfully, but these errors were encountered:
I think Carsten mentioned he needed to reinstall nextcloud in Staging to get around this PVC issue.
Sorry, something went wrong.
No branches or pull requests
Syncing draven ArgoCD to the branch onlyoffice-documentserver-ee results in PVC sync errors:
The text was updated successfully, but these errors were encountered: