-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
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
Failure on PVC creation: Invalid value: "scooldUploads": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters ... #1942
Comments
Fix issue kubernetes#1942
I will try to fix it, please assign me |
Assigned! Go ahead :) |
Could you please give an advise ? I got an dependency error, when I try to build: I found other projects got the problem as well : openshift/api#2049 |
Did find a solution to make it compile add the following in the beginning of the go.mod before require to replace the non existing version with the tag commit reference pointing to the v.0.0.1 tag replace github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20230704153349-abb98ff04d03 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Expected Behavior
Kompose should produce a syntactic valid PVC
Actual Behavior
templates/scooldUploads-persistentvolumeclaim.yaml: object name does not conform to Kubernetes naming requirements: "scooldUploads": metadata.name: Invalid value: "scooldUploads": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is 'a-z0-9?(.a-z0-9?)*')
Steps To Reproduce
Use the File below and put it an helm chart and lint it
Kompose Version
Docker-Compose file
Anything else?
volumes should be lower cased
The text was updated successfully, but these errors were encountered: