Skip to content

Commit

Permalink
Enable debug logging by default (#1447)
Browse files Browse the repository at this point in the history
* Enable debug logging by default

* Remove logging instructions
  • Loading branch information
ellistarn authored Mar 1, 2022
1 parent 3936cd6 commit ed4a22b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ webhook:
# -- Webhook log level, defaults to the global log level
logLevel: ""
# -- Global log level
logLevel: info
logLevel: debug
# -- Cluster name.
clusterName: ""
# -- Cluster endpoint.
Expand Down
4 changes: 0 additions & 4 deletions website/content/en/preview/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ Install the chart passing in the cluster details and the Karpenter role ARN.

{{% script file="./content/en/preview/getting-started/scripts/step07-apply-helm-chart.sh" language="bash"%}}

### Enable Debug Logging (optional)

The global log level can be modified with the `logLevel` chart value (e.g. `--set logLevel=debug`) or the individual components can have their log level set with `controller.logLevel` or `webhook.logLevel` chart values.

#### Deploy a temporary Prometheus and Grafana stack (optional)

The following commands will deploy a Prometheus and Grafana stack that is suitable for this guide but does not include persistent storage or other configurations that would be necessary for monitoring a production deployment of Karpenter. This deployment includes two Karpenter dashboards that are automatically onboaraded to Grafana. They provide a variety of visualization examples on Karpenter metrices.
Expand Down

0 comments on commit ed4a22b

Please sign in to comment.