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
My qhub projectname that I used when I ran qhub init included an underscore. This was the error that was generated when I went on to qhub deploy:
projectname
qhub init
qhub deploy
[terraform]: │ Error: "name" can only contain lowercase letters, numbers and hyphens [terraform]: │ [terraform]: │ with module.kubernetes.google_container_cluster.main, [terraform]: │ on modules/kubernetes/main.tf line 5, in resource "google_container_cluster" "main": [terraform]: │ 5: name = var.name [terraform]: │ [terraform]: ╵ [terraform]: ╷ [terraform]: │ Error: "account_id" ("this_deployment-dev") doesn't match regexp "^[a-z](?:[-a-z0-9]{4,28}[a-z0-9])$" [terraform]: │ [terraform]: │ with module.kubernetes.google_service_account.main, [terraform]: │ on modules/kubernetes/service_account.tf line 2, in resource "google_service_account" "main": [terraform]: │ 2: account_id = var.name [terraform]: │ [terraform]: ╵
init
deploy
name
These things make it misleading for users to debug.
I recommend that the init stage have a check to ensure that it passes the required restrictions and provides reasonable feedback when it doesn't
users who are not confused at failures.
No response
The text was updated successfully, but these errors were encountered:
Related: #1267
Sorry, something went wrong.
@iameskild and @asmijafar20 this should be good to implement in the CLI work
Hi @trallard, this check has now be incorporated into the init command 🙌
This issue is a subset of the items that need to be validated when initializing the qhub-config.yaml.
qhub-config.yaml
See this issue for more details: #1267
Completed as part of new Nebari CLI 🤘
iameskild
asmijafar20
No branches or pull requests
Feature description
My qhub
projectname
that I used when I ranqhub init
included an underscore. This was the error that was generated when I went on toqhub deploy
:init
vsdeploy
)name
but the variable that I set wasprojectname
These things make it misleading for users to debug.
I recommend that the
init
stage have a check to ensure that it passes the required restrictions and provides reasonable feedback when it doesn'tValue and/or benefit
users who are not confused at failures.
Anything else?
No response
The text was updated successfully, but these errors were encountered: