-
Notifications
You must be signed in to change notification settings - Fork 2.4k
VTOrc Cleanup - Configs, APIs and old UI #11356
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
Changes from all commits
019d954
1494236
767d025
e277579
79eb902
274fde3
3b9e874
facc51b
98cfdf5
2aafd0e
aa59b9e
c884b81
67c0eaa
c5c8c02
d20ff0c
993b12c
e9bb8b1
f625c9e
5b94757
ea179f6
710b438
0c49434
66a101c
ea0eb78
1d0365c
046eb71
66a5728
0f45753
6183195
bfd104c
e95f789
dfac12d
a4773d1
61ee99e
f49fc01
ea2670a
6a6fffb
8d51220
fc068f8
bc5124b
fce9de4
3316a01
0a9a9d3
2cfc037
a3da9b8
cba757b
1b042d7
57c3011
4829127
111d8a5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,8 +51,6 @@ ENV MYSQL_FLAVOR MariaDB103 | |
|
|
||
| # Copy artifacts from builder layer. | ||
| COPY --from=builder --chown=vitess:vitess /vt/install /vt | ||
| COPY --from=builder --chown=vitess:vitess /vt/src/vitess.io/vitess/web/orchestrator /vt/web/orchestrator | ||
| COPY --from=builder --chown=vitess:vitess /vt/src/vitess.io/vitess/web/vtorc /vt/web/vtorc | ||
|
Comment on lines
-54
to
-55
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since |
||
| COPY --from=builder --chown=vitess:vitess /vt/src/vitess.io/vitess/web/vtadmin /vt/web/vtadmin | ||
|
|
||
| # Create mount point for actual data (e.g. MySQL data dir) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -150,11 +150,8 @@ vitess/examples/compose$ ./lvtctl.sh Help | |
| - vtgate web ui: | ||
| http://localhost:15099/debug/status | ||
|
|
||
| - vtorc web ui: | ||
| - vtorc ui: | ||
| http://localhost:13000 | ||
|
|
||
| - vtorc debug ui: | ||
| http://localhost:13200 | ||
|
Comment on lines
-153
to
-157
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We no longer have the old UI. Website docs have to be changed for this. Same change has been made for all the other examples as well. |
||
|
|
||
| - Stream querylog | ||
| `curl -S localhost:15099/debug/querylog` | ||
|
|
||
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.
Release notes documentation is complete