| commit | aebe9bc31a8aa1fb2c9ee2b29be5f4492c0a6707 | [log] [tgz] |
|---|---|---|
| author | Gao Hongtao <hanahmily@gmail.com> | Mon Aug 29 13:17:51 2022 +0800 |
| committer | GitHub <noreply@github.com> | Mon Aug 29 13:17:51 2022 +0800 |
| tree | 7d1c824a8041ff40bf28444c28fb6abba59e285e | |
| parent | ed08076b74334e7d18383c3e32fe617ffc7b8015 [diff] |
Add more details about how to deploy the operator based on (#72)
A bridge project between Apache SkyWalking and Kubernetes.
SWCK is a platform for the SkyWalking user that provisions, upgrades, maintains SkyWalking relevant components, and makes them work natively on Kubernetes.
JavaAgent CR for monitoring purposes.skywalking-swck-<SWCK_VERSION>-bin.tgz. Unarchive the package to a folder named skywalking-swck-<SWCK_VERSION>-binswck-injection=enabled$ kubectl label namespace default(your namespace) swck-injection=enabled
swck-java-agent-injected: "true" to the workloadsFor more details, please read Java agent injector
cert-manager installed.kubectl apply -f skywalking-swck-<SWCK_VERSION>-bin/config/operator-bundle.yaml
For more details, please refer to deploy operator
kubectl apply -f skywalking-swck-<SWCK_VERSION>-bin/config/adapter-bundle.yaml
For more details, please read Custom metrics adapter
For developers who want to contribute to this project, see Contribution Guide