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

Add Resource to the deployment #122

Open
timrhomberg opened this issue Feb 9, 2023 · 0 comments
Open

Add Resource to the deployment #122

timrhomberg opened this issue Feb 9, 2023 · 0 comments

Comments

@timrhomberg
Copy link

When a new Kubernetes Image Puller is created, the deployment, doesn't have resources assigned. But this is necessary when resource quotas are applied in ocp.

Two possible solution:

  1. Automatically assign some resources e.g.
    resources:
    requests:
    cpu: '0.2'
    memory: '100Mi'
    limits:
    cpu: '0.2'
    memory: '100Mi'
  2. Assign the resources as a parameter when creating a Kubernetes image puller instance e.g.
    DeploymentRequestsMemory
    DeploymentRequestsCPU
    DeploymentLimitsMemory
    DeploymentLimitsCPU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant