pg-yang commented on code in PR #83:
URL: https://github.com/apache/skywalking-showcase/pull/83#discussion_r995289359
##########
docs/readme.md:
##########
@@ -99,11 +101,12 @@ Currently, the features supported are:
| `rover` | Deploy SkyWalking Rover and detect the processes in
the Kubernetes environment.
| Only support deployment in the Kubernetes environment, docker is not
supported. |
| `mysql` | Start a MySQL server and load generator to execute
the sample SQLs periodically, set up fluent bit to fetch slow logs and export
to OAP, and export their metrics to SkyWalking.
|
|
| `postgresql` | Start a PostgreSQL server, and load generator to
execute the sample SQLs periodically, set up fluent bit to fetch slow logs and
export to OAP, and export their metrics to SkyWalking.
|
|
+| `apisix-monitor` | Deploy OpenTelemetry and export APISIX metrics
to SkyWalking for analysis and display on UI |
|
### Kubernetes
-To deploy the example application in Kubernetes, please make sure that you
have `kubectl` command available, and it can
-connect to the Kubernetes cluster successfully.
+To deploy the example application in Kubernetes, please make sure the version
lower than `v1.25` to support `CronJob`.
Review Comment:
v1.24 is last version that support `CronJob ` , the showcase need
`CronJob` . so lower than v1.25
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]