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
FluxCD does not apply the any labels to existing or new VolumeSnapshotClass resources. Even though the labels are defined in the manifest, they are not reflected in the actual VolumeSnapshotClass resource in the cluster after FluxCD synchronization.
Steps to reproduce
Create volume snapshot class with labelsCreate or obtain a Kubernetes manifest for an existing VolumeSnapshotClass.
Add new labels under metadata.labels in the manifest.
Commit the changes to the Git repository managed by FluxCD.
Wait for FluxCD to synchronize the changes with the cluster.
Check the VolumeSnapshotClass resource in the cluster to verify if the labels have been applied.
Expected behavior
The specified labels in the Kubernetes manifest should be applied to the existing VolumeSnapshotClass resource in the cluster after FluxCD synchronization. The resource should reflect the updated labels as defined in the manifest.
Describe the bug
FluxCD does not apply the any labels to existing or new VolumeSnapshotClass resources. Even though the labels are defined in the manifest, they are not reflected in the actual VolumeSnapshotClass resource in the cluster after FluxCD synchronization.
Steps to reproduce
Expected behavior
The specified labels in the Kubernetes manifest should be applied to the existing VolumeSnapshotClass resource in the cluster after FluxCD synchronization. The resource should reflect the updated labels as defined in the manifest.
Screenshots and recordings
No response
OS / Distro
Manjaro Linux x86_64
Flux version
v2.3.0
Flux check
Git provider
No response
Container Registry provider
No response
Additional context
Code of Conduct
The text was updated successfully, but these errors were encountered: