kyma-project / cloud-manager

Apache License 2.0
3 stars 14 forks source link

(GcpNfsVolume, AwsNfsVolume) Long names fail to create resource #390

Open dushanpantic opened 2 months ago

dushanpantic commented 2 months ago

Description

Creating a GcpNfsVolume (or AwsNfsVolume) with a .metadata.name longer than 63 characters will cause reconciliation to fail.

Expected result

Actual result

Steps to reproduce

apiVersion: cloud-resources.kyma-project.io/v1beta1
kind: AwsNfsVolume
metadata:
  name: 60447a69-917e-4326-8636-b5fc1741971a60447a69-917e-4326-8636-b5fc1741971a60447a69-917e-4326-8636-b5fc1741971a60447a69-917e-4326-8636-b5fc1741971a
  namespace: test
spec:
  capacity: 10G       

Troubleshooting