Skip to content

Commit 0dfd477

Browse files
authored
Merge pull request skupperproject#534 from bartoval/update_doc_v1
Update doc v1
2 parents df81736 + a1bb5c7 commit 0dfd477

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@
1818

1919
Skupper Console is a web-based graphical user interface (GUI) designed for easy observability and monitoring of your [Skupper](https://github.com/skupperproject/skupper) network resources. With Skupper Console, you can visualize your network topology, explore components and endpoints, and monitor traffic patterns to gain valuable insights into the health and performance of your Skupper infrastructure. Whether you are a developer or a network operator, Skupper Console makes it easy to stay on top of your Skupper network by providing an intuitive and user-friendly interface.
2020

21-
## Status
22-
23-
Please access the Web console demo by clicking [here](https://skupper-console-vry5.vercel.app/#/topology).
24-
25-
This demo is synchronized with the latest version of the Skupper or a modified version of it, using the current main branch.
26-
2721
## Enable the console from Skupper
2822

29-
To access the Web console in [Skupper](https://github.com/skupperproject/skupper) version 1.3 and above, please refer to the step-by-step instructions provided in this [this guide](https://github.com/skupperproject/skupper-docs/blob/main/modules/console/pages/index.adoc). The guide will walk you through the process of enabling the console and accessing it in your Skupper deployment.
23+
To access the Web console in [Skupper](https://github.com/skupperproject/skupper) version 1.3 and above, please refer to the step-by-step instructions provided in this [this guide](https://github.com/skupperproject/skupper-docs/blob/main/console/index.adoc). The guide will walk you through the process of enabling the console and accessing it in your Skupper deployment.
3024

3125
## Development
3226

@@ -45,24 +39,14 @@ _Note_:
4539

4640
The running application uses the data in the mock folder.
4741

48-
### Run the console with demo routes
49-
50-
To run the console with demo routes, execute the following command:
51-
52-
```bash
53-
COLLECTOR_URL=https://skupper-vb-boutique-a-demo.skupper-0-153f1de160110098c1928a6c05e19444-0000.us-east.containers.appdomain.cloud yarn start
54-
```
55-
56-
These routes are associated with the boutique demo, which can be found at the following link <https://github.com/skupperproject/skupper-example-grpc>.
57-
5842
### Run the console from Skupper
5943

6044
When running skupper, executing `skupper init --enable-flow-collector` will generate a publicly accessible route to the collector. This route can be secured or unsecured, depending on the desired level of security.
6145

6246
#### Use the Flow collector
6347

6448
```bash
65-
COLLECTOR_URL=<skupper url> yarn start
49+
COLLECTOR_URL=<skupper route url> yarn start
6650
```
6751

6852
**Cross-Origin Resource Sharing (CORS) issue**

__tests__/pages/Metrics/__snapshots__/Metrics.spec.tsx.snap

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ exports[`Metrics Component renders correctly 1`] = `
3535
<button
3636
aria-expanded="false"
3737
class="pf-v5-c-menu-toggle"
38+
data-ouia-component-id="OUIA-Generated-MenuToggle-1"
39+
data-ouia-component-type="PF5/MenuToggle"
40+
data-ouia-safe="true"
3841
type="button"
3942
>
4043
<span
@@ -87,6 +90,9 @@ exports[`Metrics Component renders correctly 1`] = `
8790
<button
8891
aria-expanded="false"
8992
class="pf-v5-c-menu-toggle"
93+
data-ouia-component-id="OUIA-Generated-MenuToggle-2"
94+
data-ouia-component-type="PF5/MenuToggle"
95+
data-ouia-safe="true"
9096
type="button"
9197
>
9298
<span
@@ -143,6 +149,9 @@ exports[`Metrics Component renders correctly 1`] = `
143149
<button
144150
aria-expanded="false"
145151
class="pf-v5-c-menu-toggle"
152+
data-ouia-component-id="OUIA-Generated-MenuToggle-3"
153+
data-ouia-component-type="PF5/MenuToggle"
154+
data-ouia-safe="true"
146155
type="button"
147156
>
148157
<span
@@ -195,6 +204,9 @@ exports[`Metrics Component renders correctly 1`] = `
195204
<button
196205
aria-expanded="false"
197206
class="pf-v5-c-menu-toggle"
207+
data-ouia-component-id="OUIA-Generated-MenuToggle-4"
208+
data-ouia-component-type="PF5/MenuToggle"
209+
data-ouia-safe="true"
198210
type="button"
199211
>
200212
<span
@@ -247,6 +259,9 @@ exports[`Metrics Component renders correctly 1`] = `
247259
<button
248260
aria-expanded="false"
249261
class="pf-v5-c-menu-toggle"
262+
data-ouia-component-id="OUIA-Generated-MenuToggle-5"
263+
data-ouia-component-type="PF5/MenuToggle"
264+
data-ouia-safe="true"
250265
type="button"
251266
>
252267
<span
@@ -286,6 +301,9 @@ exports[`Metrics Component renders correctly 1`] = `
286301
<button
287302
aria-expanded="false"
288303
class="pf-v5-c-menu-toggle"
304+
data-ouia-component-id="OUIA-Generated-MenuToggle-6"
305+
data-ouia-component-type="PF5/MenuToggle"
306+
data-ouia-safe="true"
289307
data-testid="sk-time-range-filter-type"
290308
type="button"
291309
>

0 commit comments

Comments
 (0)