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

Updates README.md #38

Merged
merged 6 commits into from
Aug 11, 2023
Merged

Updates README.md #38

merged 6 commits into from
Aug 11, 2023

Conversation

bhanvimenghani
Copy link
Contributor

Makes changes to README.md to make it consistent with current code changes.

@bhanvimenghani bhanvimenghani self-assigned this Aug 9, 2023
@rbadagandi1 rbadagandi1 added the documentation Improvements or additions to documentation label Aug 10, 2023
README.md Outdated
Comment on lines 14 to 15
1. Cluster IP : In case of a minikube cluster ```minikube ip```
2. Kruize Port Number : ```kubectl -n monitoring get svc kruize --no-headers -o=custom-columns=PORT:.spec.ports[*].nodePort 2>/dev/null```
Copy link
Contributor

@dinogun dinogun Aug 11, 2023

Choose a reason for hiding this comment

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

Please convert this to commands that can be copy pasted

export CLUSTER_IP=$(minikube ip)
export KRUIZE_PORT=$(kubectl -n monitoring  get svc kruize --no-headers -o=custom-columns=PORT:.spec.ports[*].nodePort 2>/dev/null)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

README.md Outdated
```
cd kruize-ui
```
Kruize UI needs Kruize server running locally in the remote monitoring mode. You can setup Kruize [from here](https://github.com/kruize/kruize-demos/tree/main/remote_monitoring_demo).
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can get rid of remote monitoring mode as it get confusing for users.

Copy link
Contributor

@dinogun dinogun left a comment

Choose a reason for hiding this comment

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

LGTM

@dinogun dinogun merged commit d47ddeb into kruize:mvp_demo Aug 11, 2023
@rbadagandi1 rbadagandi1 added this to the Kruize 0.0.21_rm Release milestone Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants