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
Describe the bug If you deploy a cluster and specify disk size smaller than 120 GB for etcd, it fails. With GUI, we can deploy ETCD with 40 GB disks.
To Reproduce Deploy karbon cluster with these parameters for ETCD
etcd: num_instances: 3 cpu: 4 memory_gb: 8 disk_gb: 40
It should fail with this error :
fatal: [localhost]: FAILED! => { "changed": false, "error": "disk_gb cannot be less then 120", "invocation": { "module_args": { "cluster": { "uuid": "0005f824-09ff-ea11-671c-ac1f6b3b4ac8" }, "cluster_type": "PROD", "cni": { "network_provider": "Flannel", "node_cidr_mask_size": 24,
Expected behavior Allow 40 GB disk size on ETCD servers.
The text was updated successfully, but these errors were encountered:
premkarat
alaa-bish
Gevorg-Khachatryan-97
Successfully merging a pull request may close this issue.
Describe the bug
If you deploy a cluster and specify disk size smaller than 120 GB for etcd, it fails. With GUI, we can deploy ETCD with 40 GB disks.
To Reproduce
Deploy karbon cluster with these parameters for ETCD
It should fail with this error :
Expected behavior
Allow 40 GB disk size on ETCD servers.
The text was updated successfully, but these errors were encountered: