Skip to content

Support more fake Pods for nebula nodes #88

Description

@kerthcet

What would you like to be cleaned:

func virtualCapacity() corev1.ResourceList {
	return corev1.ResourceList{
		corev1.ResourceCPU:    resource.MustParse("1k"),
		corev1.ResourceMemory: resource.MustParse("10Ti"),
		corev1.ResourcePods:   resource.MustParse("1k"),
		nvidiaGPUResource:     resource.MustParse("1k"),
	}
}

This is the configuraiton for each fake node, but it's too small, for example, 1k for CPU can only available for 15 Pods with 64 CPUs, let's support one node with at least 1k workloads with 64C / 256Gi / 8GPUs per workload.

Why is this needed:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.good first issueGood for newcomershelp wantedExtra attention is neededneeds-priorityIndicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions