commit | 695da0b087aae8b999829592ed5696aba72320f2 | [log] [tgz] |
---|---|---|
author | Ye Cao <dashanjic@gmail.com> | Wed Nov 23 06:42:01 2022 +0800 |
committer | GitHub <noreply@github.com> | Wed Nov 23 06:42:01 2022 +0800 |
tree | 28e4dbf2735108e37bc921727e3a5ff4ef83f9bf | |
parent | 38cd5429170dbe93578e2547330a38993de73b96 [diff] |
Bump up several components. (#78) * Bump up several components. * Bump up golang to v1.19. * Bump up golangci-lint to v1.50.0. * Bump up skywalking-java-agent to v8.13.0. * Bump up kustomize to v4.5.6. * Bump up SkyWalking OAP to 9.2.0. * Fix errors in banyandb e2e test. Signed-off-by: dashanji <dashanjic@gmail.com>
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>-bin
swck-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. What's more, we have a guide about how to add new CRDs and Controllers, see How to add new CRD and Controller in SWCK.