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

[CAP-1483] Azure broker example svc-cat/catalog requires more resources #856

Closed
btat opened this issue Jun 5, 2020 · 0 comments · Fixed by #863
Closed

[CAP-1483] Azure broker example svc-cat/catalog requires more resources #856

btat opened this issue Jun 5, 2020 · 0 comments · Fixed by #863
Labels
2.0 Content should be added to 2.0 branch

Comments

@btat
Copy link
Collaborator

btat commented Jun 5, 2020

Default installation will hit OOMKilled error. Need to increase resources:

helm install catalog svc-cat/catalog \
 --namespace catalog \
 --set controllerManager.healthcheck.enabled=false \
 --set apiserver.healthcheck.enabled=false \
 --set controllerManager.resources.requests.cpu=200m \
 --set controllerManager.resources.requests.memory=40Mi \
 --set controllerManager.resources.limits.cpu=200m \
 --set controllerManager.resources.limits.memory=40Mi

Example is double the default:
cpu=100 and memory=20Mi

svcat 0.3.0

broker component only compatible with kube < 1.16

@btat btat added the 2.0 Content should be added to 2.0 branch label Jun 5, 2020
@btat btat changed the title Azure broker example svc-cat/catalog requires more resources [CAP-1483] Azure broker example svc-cat/catalog requires more resources Jun 10, 2020
@btat btat closed this as completed in #863 Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 Content should be added to 2.0 branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant