Skip to content

Commit

Permalink
Remove open function showcase (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Nov 21, 2023
1 parent a4da68e commit 932fb85
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 2,401 deletions.
6 changes: 0 additions & 6 deletions deploy/platform/kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ dependencies:
repository: oci://ghcr.io/apache/skywalking-kubernetes
condition: features.javaAgentInjector.enabled

# @feature: function; install open function resources
- name: openfunction
version: 0.5.0
repository: https://openfunction.github.io/charts
condition: openfunction.enabled

- name: kube-state-metrics
version: 5.0.1
repository: https://prometheus-community.github.io/helm-charts
Expand Down
5 changes: 0 additions & 5 deletions deploy/platform/kubernetes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,6 @@ feature-mongodb-monitor:
$(eval HELM_OPTIONS := $(HELM_OPTIONS) --set mongodb.enabled=true)
$(eval HELM_OPTIONS := $(HELM_OPTIONS) --set opentelemetry.enabled=true)

.PHONY: feature-function
feature-function:
$(eval HELM_OPTIONS := $(HELM_OPTIONS) --set features.function.enabled=true)
$(eval HELM_OPTIONS := $(HELM_OPTIONS) --set openfunction.enabled=true)

.PHONY: feature-grafana
feature-grafana:
$(eval HELM_OPTIONS := $(HELM_OPTIONS) --set features.grafana.enabled=true)
Expand Down

This file was deleted.

19 changes: 0 additions & 19 deletions deploy/platform/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,25 +156,6 @@ swck:
enabled: true
fullnameOverride: "swck-demo"

# @feature: function; install open function resources
openfunction:
enabled: false
global:
ShipwrightBuild:
enabled: false
TektonPipelines:
enabled: false
Keda:
enabled: false
Dapr:
enabled: false
contour:
envoy:
useHostPort: false
service:
type: ClusterIP
externalTrafficPolicy: ""

istio:
enabled: false

Expand Down
1 change: 0 additions & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Currently, the features supported are:
| `istiod-monitor` | Deploy OpenTelemetry and export Istio control plane metrics to SkyWalking for analysis and display on UI. | |
| `event` | Deploy tools to trigger events, and SkyWalking Kubernetes event exporter to export events into SkyWalking. | |
| `satellite` | Deploy SkyWalking Satellite to load balance the monitoring data. | |
| `function` | Deploy [OpenFunction](https://openfunction.dev/) and export trace to SkyWalking. | Command `helm` is required to run this feature. |
| `trace-profiling` | Deploy tools to submit trace profiling tasks. | Only support deployment with SkyWalking agents installed, currently Java agent and Python agent support trace profiling. |
| `rover` | Deploy SkyWalking Rover and detect the processes in the Kubernetes environment. | Only support deployment in the Kubernetes environment, docker is not supported. |
| `mysql-monitor` | 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. | |
Expand Down
30 changes: 0 additions & 30 deletions services/function-load-gen/Dockerfile

This file was deleted.

32 changes: 0 additions & 32 deletions services/function-load-gen/Makefile

This file was deleted.

36 changes: 0 additions & 36 deletions services/function-load-gen/go.mod

This file was deleted.

Loading

0 comments on commit 932fb85

Please sign in to comment.