Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixie-non-operator #1151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

pixie-non-operator #1151

wants to merge 1 commit into from

Conversation

dpacheconr
Copy link

Allow users to choose to install pixie as operator or non-operator deployment methods as detailed here https://docs.px.dev/installing-pixie/install-schemes/helm/

Install helm command will look like this
function ver { printf "%03d%03d" $(echo "$1" | tr '.' ' '); } &&
K8S_VERSION=$(kubectl version --short 2>&1 | grep 'Server Version' | awk -F' v' '{ print $2; }' | awk -F. '{ print $1"."$2; }') &&
if [[ $(ver $K8S_VERSION) -lt $(ver "1.25") ]]; then KSM_IMAGE_VERSION="v2.6.0"; else KSM_IMAGE_VERSION="v2.7.0"; fi &&
helm repo add newrelic https://helm-charts.newrelic.com && helm repo update &&
kubectl create namespace newrelic ; helm upgrade --install newrelic-bundle ./newrelic/nri-bundle
--set global.licenseKey=XXX
--set global.cluster=CLUSTER_NAME
--namespace=newrelic
--set newrelic-infrastructure.privileged=true
--set global.lowDataMode=true
--set kube-state-metrics.image.tag=${KSM_IMAGE_VERSION}
--set kube-state-metrics.enabled=true
--set kubeEvents.enabled=true
--set newrelic-prometheus-agent.enabled=true
--set newrelic-prometheus-agent.lowDataMode=true
--set newrelic-prometheus-agent.config.kubernetes.integrations_filter.enabled=false
--set logging.enabled=true
--set newrelic-logging.lowDataMode=true
--set newrelic-pixie.enabled=true
--set newrelic-pixie.apiKey=px-api-XXXX
--set pixie-non-operator-chart.enabled=true
--set pixie-non-operator-chart.deployKey=px-dep-XXX
--set pixie-non-operator-chart.clusterName=CLUSTER_NAME

@dpacheconr dpacheconr requested a review from a team as a code owner September 22, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants