Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Add resources limits and requests to the deployment manifests #380

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

hihilla
Copy link
Contributor

@hihilla hihilla commented Jan 8, 2021

This states the resources Shipper requiers, incase there is a resource manager of some sort set in place.

@hihilla hihilla force-pushed the hilla/resource-in-deployments branch 2 times, most recently from 429a07f to f55c5e3 Compare January 8, 2021 15:08
Makefile Outdated
# Build deployment.yaml files for e2e tests.
# These manifests don't define resource requests and limits.
IMAGE_NAME_WITH_SHA256 = $(shell cat build/$*.image.$(IMAGE_TAG))
IMAGE_NAME_TO_USE = $(if $(USE_IMAGE_NAME_WITH_SHA256),$(IMAGE_NAME_WITH_SHA256),$(IMAGE_NAME_WITH_TAG))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines 190 and 191 are copied from lines 183 and 184 is it expected?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, but Titouan as suggested to utilise kustomize for this, which I think is a better solution

@hihilla hihilla force-pushed the hilla/resource-in-deployments branch 4 times, most recently from 8998aaf to 7024c91 Compare January 18, 2021 15:30
@hihilla hihilla force-pushed the hilla/resource-in-deployments branch from 16e352e to f769ede Compare January 19, 2021 15:13
… Kustomize to deploy Shipper

This states the resources Shipper requiers, incase there is a resource manager of some sort set in place.
We remove these requirements on test environment for the pods to be scheduled.
@hihilla hihilla force-pushed the hilla/resource-in-deployments branch from c8955be to 8d90fb3 Compare January 19, 2021 16:04
@hihilla hihilla merged commit 606b61d into master Jan 19, 2021
@hihilla hihilla deleted the hilla/resource-in-deployments branch January 19, 2021 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants