-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(docs): updates docs and steps for local dev-env #787
base: main
Are you sure you want to change the base?
Conversation
This would possibly render the branch ui-before-migration redundant. |
@abhijith-darshan How does this PR play with yours #775? This PR is changing docs and making the local dev a bit easier to do, but your PR is a completely changing it. You do not touch the juno/ui thing right? So maybe we pivot this PR to be focusing on how to play ball with that change? |
@olandr - both solutions exist side by side for now until the new KinD based setup reaches parity with the docker-compose setup. So I would say go ahead and continue with your PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the improvements @olandr 🥇
Due to #567 removal of the ui dir plenty of local environment changes had to be updated. - Updates compose files to reference juno image - Updates appProps to use the mockAuth value - Removes broken Dockerfile - Updates helm-chart and adds kubeconfig export of remote-cluster for onboarding cluster script --------- Signed off by: Simon Olander ([email protected])
- Fixes broken links - Rewrites UI-segments in favour of a juno installation - Adds a step-by-step installation process --------- Signed off by: Simon Olander ([email protected])
84cc451
to
fae95e6
Compare
The PR #567 removed the ui directory and migrated the Greenhouse UI to https://github.com/cloudoperators/juno.
This PR updates various broken references, links and configurations to accommodate for this migration. It also adds steps for building the juno-app-greenhouse locally.
What type of PR is this? (check all applicable)
Related Tickets & Documents
Added tests?
Added to documentation?
Documentation will be handled in a separate PR.
Checklist