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
Please refer to <ahref="/reference/admin/environment-configs">Environment-Specific Configurations</a> for other configurations that should be set for your specific Kubernetes environment.
47
47
</Alert>
48
48
49
-
```bash
49
+
```bash
50
50
# List Pixie deployment options.
51
51
px deploy --help
52
52
@@ -117,7 +117,7 @@ kubectl get pods -n px-sock-shop
117
117
118
118
Use `px live` to run a script to demonstrate observability. The `http_data` script shows a sample of the HTTP/2 traffic flowing through your cluster.
@@ -158,7 +158,7 @@ To deploy Pixie using the CLI:
158
158
Please refer to <ahref="/reference/admin/environment-configs">Environment-Specific Configurations</a> for other configurations that should be set for your specific Kubernetes environment.
159
159
</Alert>
160
160
161
-
```bash
161
+
```bash
162
162
# Deploy the Pixie Platform in your K8s cluster (No OLM present on cluster).
alias px="docker run -i --rm -v ${HOME}/.pixie:/root/.pixie pixielabs/px"
58
58
```
59
59
@@ -66,7 +66,7 @@ Download the assets:
66
66
67
67
Install the Pixie package:
68
68
69
-
```bash
69
+
```bash
70
70
# Install Pixie .deb package.
71
71
dpkg -i pixie-px.x86_64.deb
72
72
```
@@ -80,7 +80,7 @@ Download the assets:
80
80
81
81
Install the Pixie package:
82
82
83
-
```bash
83
+
```bash
84
84
# Install Pixie .rpm package.
85
85
rpm -i pixie-px.x86_64.rpm
86
86
```
@@ -95,7 +95,7 @@ rpm -i pixie-px.x86_64.rpm
95
95
Please refer to <ahref="/reference/admin/environment-configs">Environment-Specific Configurations</a> for other configurations that should be set for your specific Kubernetes environment.
Copy file name to clipboardExpand all lines: content/en/02-installing-pixie/04-install-schemes/02-yaml.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Create a directory to save Pixie's manifest files and run the following CLI comm
41
41
Please refer to <ahref="/reference/admin/environment-configs">Environment-Specific Configurations</a> for other configurations that should be set for your specific Kubernetes environment.
Copy file name to clipboardExpand all lines: content/en/02-installing-pixie/04-install-schemes/03-helm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Deploy Pixie in your target cluster by running:
43
43
Please refer to <ahref="/reference/admin/environment-configs">Environment-Specific Configurations</a> for other configurations that should be set for your specific Kubernetes environment.
0 commit comments