File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/02-installing-pixie/04-install-schemes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
5858helm 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)
6464helm 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
You can’t perform that action at this time.
0 commit comments