Skip to content

Commit 911e4f2

Browse files
committed
docs: Add port to cloudAddr in Helm install command
Signed-off-by: jaehanbyun <[email protected]>
1 parent ac6ee89 commit 911e4f2

File tree

1 file changed

+3
-3
lines changed
  • content/en/02-installing-pixie/04-install-schemes

1 file changed

+3
-3
lines changed

content/en/02-installing-pixie/04-install-schemes/03-helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ helm repo add pixie-operator https://artifacts.px.dev/helm_charts/operator \n
5757
# Get latest information about Pixie chart.
5858
helm repo update \n
5959
# Install the Pixie chart (No OLM present on cluster).
60-
helm install pixie pixie-operator/pixie-operator-chart --set cloudAddr=@PLACEHOLDER@ --set deployKey=<deploy-key-goes-here> --set clusterName=<cluster-name> --namespace pl --create-namespace \n
60+
helm install pixie pixie-operator/pixie-operator-chart --set cloudAddr=@PLACEHOLDER@:443 --set deployKey=<deploy-key-goes-here> --set clusterName=<cluster-name> --namespace pl --create-namespace \n
6161
# Install the Pixie chart (OLM already exists on cluster).
62-
helm install pixie pixie-operator/pixie-operator-chart --set cloudAddr=@PLACEHOLDER@ --set deployKey=<deploy-key-goes-here> --set clusterName=<cluster-name> --namespace pl --create-namespace --set deployOLM=false \n
62+
helm install pixie pixie-operator/pixie-operator-chart --set cloudAddr=@PLACEHOLDER@:443 --set deployKey=<deploy-key-goes-here> --set clusterName=<cluster-name> --namespace pl --create-namespace --set deployOLM=false \n
6363
# Install the Pixie chart (Self-hosting Pixie Cloud)
6464
helm install pixie pixie-operator/pixie-operator-chart --set deployKey=<deploy-key-goes-here> --set clusterName=<cluster-name> --namespace pl --create-namespace --set devCloudNamespace=plc \n
6565
# Install Pixie with a memory limit for the PEM pods (per node). 2Gi is the default, 1Gi is the minimum recommended.
66-
helm install pixie pixie-operator/pixie-operator-chart --set cloudAddr=@PLACEHOLDER@ --set deployKey=<deploy-key-goes-here> --set clusterName=<cluster-name> --namespace pl --create-namespace --set deployOLM=false --set pemMemoryLimit=1Gi
66+
helm install pixie pixie-operator/pixie-operator-chart --set cloudAddr=@PLACEHOLDER@:443 --set deployKey=<deploy-key-goes-here> --set clusterName=<cluster-name> --namespace pl --create-namespace --set deployOLM=false --set pemMemoryLimit=1Gi
6767
`}
6868
/>
6969

0 commit comments

Comments
 (0)