You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/collector/installation.md
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -105,39 +105,6 @@ amd64/arm64/i386 systems. You can find the default configuration in
105
105
106
106
> Note: `systemd` is required for automatic service configuration.
107
107
108
-
### APK Installation
109
-
110
-
To get started on Alpine systems run the following commands:
111
-
112
-
{{< tabpane text=true >}} {{% tab AMD64 %}}
113
-
114
-
```sh
115
-
apk update
116
-
apk add wget shadow
117
-
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_amd64.apk
118
-
apk add --allow-untrusted otelcol_{{% param vers %}}_linux_amd64.apk
119
-
```
120
-
121
-
{{% /tab %}} {{% tab ARM64 %}}
122
-
123
-
```sh
124
-
apk update
125
-
apk add wget shadow
126
-
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_arm64.apk
127
-
apk add --allow-untrusted otelcol_{{% param vers %}}_linux_arm64.apk
128
-
```
129
-
130
-
{{% /tab %}} {{% tab i386 %}}
131
-
132
-
```sh
133
-
apk update
134
-
apk add wget shadow
135
-
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_386.apk
136
-
apk add --allow-untrusted otelcol_{{% param vers %}}_linux_386.apk
137
-
```
138
-
139
-
{{% /tab %}} {{< /tabpane >}}
140
-
141
108
### DEB Installation
142
109
143
110
To get started on Debian systems run the following commands:
0 commit comments