Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit c52ad07

Browse files
authored
[apm-server] remove oss example (#1442)
This commit remove the APM Server OSS example and CI tests for 8.0.0 future version.
1 parent 1a3d95c commit c52ad07

File tree

6 files changed

+0
-84
lines changed

6 files changed

+0
-84
lines changed

apm-server/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ SLA of official GA features (see [supported configurations][] for more details).
2525
- [Configuration](#configuration)
2626
- [FAQ](#faq)
2727
- [How to use APM Server with Elasticsearch with security (authentication and TLS) enabled?](#how-to-use-apm-server-with-elasticsearch-with-security-authentication-and-tls-enabled)
28-
- [How to install OSS version of APM Server?](#how-to-install-oss-version-of-apm-server)
2928
- [Contributing](#contributing)
3029

3130
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -132,14 +131,6 @@ outside of this chart and accessed using [environment variables][] and volumes.
132131

133132
An example can be found in [examples/security][].
134133

135-
### How to install OSS version of APM Server?
136-
137-
Deploying OSS version of APM Server can be done by setting `image` value to
138-
[APM Server OSS Docker image][]
139-
140-
An example of APM Server deployment using OSS version can be found in
141-
[examples/oss][].
142-
143134

144135
## Contributing
145136

@@ -154,12 +145,10 @@ about our development and testing process.
154145
[affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
155146
[annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
156147
[apm server docker image]: https://www.elastic.co/guide/en/apm/server/current/running-on-docker.html
157-
[apm server oss docker image]: https://www.docker.elastic.co/r/apm/apm-server-oss
158148
[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/README.md#default
159149
[environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config
160150
[environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables
161151
[examples]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples
162-
[examples/oss]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/oss
163152
[examples/security]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/security
164153
[helm]: https://helm.sh
165154
[horizontal pod autoscaler]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/

apm-server/examples/oss/Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

apm-server/examples/oss/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

apm-server/examples/oss/test/goss.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

apm-server/examples/oss/values.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

helpers/matrix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ LOGSTASH_SUITE:
3434
- upgrade
3535
APM_SERVER_SUITE:
3636
- default
37-
- oss
3837
- security
3938
- upgrade
4039
KUBERNETES_VERSION:

0 commit comments

Comments
 (0)