openshift-labs / lab-build-your-own-operator

Build your own Kubernetes Operator
Apache License 2.0
7 stars 5 forks source link

increase memory for workshop pod #14

Closed madorn closed 5 years ago

madorn commented 5 years ago

operator-sdk gets a bit memory intensive when scaffolding a new api (go build is run multiple times). Increasing the workshop pod from 512Mi to 2Gi will prevent signal: killed error during add api and prevent crashing during operator-sdk up local.