From 588f30fb1ae468ed33e8133184daf68d190ef485 Mon Sep 17 00:00:00 2001 From: "docs.yml" <> Date: Wed, 17 Jul 2024 15:29:41 +0000 Subject: [PATCH] docs.yml --- site/content/en/main/faq/_index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/site/content/en/main/faq/_index.md b/site/content/en/main/faq/_index.md index 54018fa87..bfd0bf0ba 100644 --- a/site/content/en/main/faq/_index.md +++ b/site/content/en/main/faq/_index.md @@ -5,6 +5,19 @@ weight: 80 +## How do I remove the punycode warning? + +```bash +export NODE_OPTIONS="--disable-warning=DEP0040" +``` + +or + +```bash +npx --node-options="--disable-warning=DEP0040" pepr [command] +``` + + ## How do I add custom labels to Pepr's Kubernetes manifests? During the build process, custom labels can be added the Kubernetes manifests that Pepr generates based on the Pepr section of the `package.json`. Currently, adding custom labels to `namespace` is supported.