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

Improve README #565

Merged
merged 3 commits into from Jan 27, 2020
Merged

Improve README #565

merged 3 commits into from Jan 27, 2020

Conversation

turbaszek
Copy link
Contributor

Break lines in README.md and fix double spaces and a typo.

README.md Outdated
4. If you haven't downloaded them before, clone the charts repository: `git clone git@github.com:kedacore/charts.git`
5. Still in terminal, navigate to the `chart/keda` folder (downlodaed in step 4), and run the following command (don't forget to replace the placeholder text in the command) `helm install . --set image.keda=kedacore/keda:$IMAGE_TAG,image.metricsAdapter=kedacore/keda-metrics-adapter:$IMAGE_TAG,image.pullPolicy=IfNotPresent`. This will use the images built at step 3. Notice the need to override the image pullPolicy to `IfNotPresent` in order to use the locally built images and not try to pull the images from remote repo on Docker Hub (and complain about not finding them).
6. Once the keda operator pod is up, check the logs of both containers to verify everything running ok, eg: `kubectl logs <keda operator pod name> -c keda-operator-metrics-apiserver` and `kubectl logs <keda operator pod name> -c keda-operator`
5. Still in terminal, navigate to the `charts/keda` folder (downlodaed in step 4), and run the following command
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here was a typo chart/keda -> charts/kead

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for fixing.. just noticed also this typo: (downlodaed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch! Fixed :)

@tomkerkhove
Copy link
Member

It looks like the listing is now broken, can you please address that?

@turbaszek
Copy link
Contributor Author

It looks like the listing is now broken, can you please address that?

Fixed :)

@ahmelsayed ahmelsayed merged commit 5748357 into kedacore:master Jan 27, 2020
@ahmelsayed
Copy link
Contributor

Thank you @nuclearpinguin!

preflightsiren pushed a commit to preflightsiren/keda that referenced this pull request Nov 7, 2021
Signed-off-by: Jose Maria Alvarez <jose-maria.alvarez@leroymerlin.es>
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

4 participants