Skip to content

Commit

Permalink
Update kubernetes-integration-install-configure.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan committed Dec 20, 2023
1 parent 89b98f8 commit 1d0b737
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,7 @@ You can choose between two options for installing the Kubernetes integration in

* [Helm command](#helm-command)
* [Manifest command](#manifest-command)
* [Guided Install](#gke-guided-install)

### Helm command [#helm-command]
* Update or set the following flags in the helm command:
Expand Down Expand Up @@ -1421,7 +1422,7 @@ You can choose between two options for installing the Kubernetes integration in
curl -X POST https://k8s-config-generator.service.newrelic.com/generate -H 'Content-Type: application/json' -d '{"global.cluster":"<Your Cluster Name>","global.namespace":"newrelic","newrelic-infrastructure.privileged":"false","newrelic-infrastructure.controlPlane.enabled":"false","newrelic-infrastructure.kubelet.config.scheme":"http","newrelic-infrastructure.kubelet.config.port":"10255","global.lowDataMode":"true","kube-state-metrics.image.tag":"'${KSM_IMAGE_VERSION}'","kube-state-metrics.enabled":"true","kubeEvents.enabled":"true","newrelic-prometheus-agent.enabled":"true","newrelic-prometheus-agent.lowDataMode":"true","newrelic-prometheus-agent.config.kubernetes.integrations_filter.enabled":"false","logging.enabled":"false","newrelic-logging.lowDataMode":"true","global.licenseKey":"<Your License Key"}' > newrelic.yaml && (kubectl create namespace newrelic ; kubectl apply -f newrelic.yaml)
```

### Guided Install
### Guided Install [#gke-guided-install]
The guided install will ask if you are installing in a GKE Autopilot cluster. After you answer "Y", we will set privileged, controlPlane, logging and pixie to `false` and set the kubelet scheme to `http` and kubelet port to `10255`.

Check failure on line 1426 in src/content/docs/kubernetes-pixie/kubernetes-integration/installation/kubernetes-integration-install-configure.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Quotes] Punctuation should be inside the quotes. Raw Output: {"message": "[Microsoft.Quotes] Punctuation should be inside the quotes.", "location": {"path": "src/content/docs/kubernetes-pixie/kubernetes-integration/installation/kubernetes-integration-install-configure.mdx", "range": {"start": {"line": 1426, "column": 96}}}, "severity": "ERROR"}

</TabsPageItem>
Expand Down

0 comments on commit 1d0b737

Please sign in to comment.