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
-
Using a dash (hyphen) - the name of a node group, for example:
spec: kubernetes: nodes: - name: ingress-external hosts: ...
results in the following Ansible error:
[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
Steps to reproduce the behavior:
A think using - should be supported, it is a very common use case. Maybe we should replace the dashes for underscores in the hosts.yaml template file.
If we can't support them, we should update the schema to fail at validation-time instead of at apply-time.
Please complete the following information:
This seems to be a recurrent error for Ansible users too.
Note
The node group name that you set in the furyctl.yaml file is also used to determine the nodes role.
The text was updated successfully, but these errors were encountered:
stefanoghinelli
No branches or pull requests
Describe the bug
Using a dash (hyphen)
-
the name of a node group, for example:results in the following Ansible error:
To Reproduce
Steps to reproduce the behavior:
-
.Expected behavior
A think using
-
should be supported, it is a very common use case. Maybe we should replace the dashes for underscores in the hosts.yaml template file.If we can't support them, we should update the schema to fail at validation-time instead of at apply-time.
Software versions
Please complete the following information:
Additional context
This seems to be a recurrent error for Ansible users too.
Note
The node group name that you set in the furyctl.yaml file is also used to determine the nodes role.
The text was updated successfully, but these errors were encountered: