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

INSTALL.md: Clarify requirements for namespaced installs #88

Closed
wants to merge 1 commit into from

Conversation

liviuchircu
Copy link

@liviuchircu liviuchircu commented Apr 14, 2022

Hi!

We twice (on different K8s clusters) ran into the same issue with a Helm-based, namespaced Operator install where the CPA CRD would never create the autoscaler Pod, and nothing useful would be logged. After some trial and error, we discovered that we also needed to install the Operator into the default namespace, together with the namespaced install. Once both installs were in place, the autoscaler Pod magically appeared and started doing its nice work.

Making this small PR so others don't run into the same issue. Or, if you have any suggestions, please advise!

Thank you for the amazing project! It's the least we can give back! :)

@jthomperoo
Copy link
Owner

Thanks very much for pointing this out and providing the docs update! So on a little bit of further investigation it looks like you've found a bug 😱

I've raised this issue to address this #89

Thanks again!

@jthomperoo jthomperoo closed this Apr 17, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants