Skip to content
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

[Bug] impossible to deploy NKE cluster with etcd using disk smaller than 120GB #350

Closed
Golgautier opened this issue Apr 5, 2023 · 0 comments · Fixed by #356
Closed

[Bug] impossible to deploy NKE cluster with etcd using disk smaller than 120GB #350

Golgautier opened this issue Apr 5, 2023 · 0 comments · Fixed by #356
Assignees
Labels
bug Something isn't working

Comments

@Golgautier
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants