Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

set a suitable limit for agent #62

Open
github-actions bot opened this issue Jun 6, 2022 · 0 comments
Open

set a suitable limit for agent #62

github-actions bot opened this issue Jun 6, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation todo
Milestone

Comments

@github-actions
Copy link

github-actions bot commented Jun 6, 2022

set a suitable limit for agent

Limits: corev1.ResourceList{

corev1.ResourceCPU: resource.MustParse("100m"),

corev1.ResourceMemory: resource.MustParse("30Mi"),

},

// TODO set a suitable limit for agent

							},
							Resources: corev1.ResourceRequirements{
								// TODO set a suitable limit for agent
								// Limits: corev1.ResourceList{
								// 	corev1.ResourceCPU:    resource.MustParse("100m"),
								// 	corev1.ResourceMemory: resource.MustParse("30Mi"),
								// },
								Requests: corev1.ResourceList{
									corev1.ResourceCPU:    resource.MustParse("100m"),
									corev1.ResourceMemory: resource.MustParse("20Mi"),

f72b7d3fba90a7b01d7101cefbe1d536c429c676

@github-actions github-actions bot added the todo label Jun 6, 2022
@pacoxu pacoxu added this to the v0.1 milestone Jun 16, 2022
@pacoxu pacoxu added the documentation Improvements or additions to documentation label Jun 16, 2022
@pacoxu pacoxu self-assigned this Jun 16, 2022
@pacoxu pacoxu modified the milestones: v0.1, v0.2 Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation todo
Projects
None yet
Development

No branches or pull requests

1 participant