From fc07fec17367c5363df29caa02574a6e0cc07a26 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Thu, 23 May 2019 10:41:20 +0200 Subject: [PATCH] docs(faq): add namespace changes for non existing namespaces Signed-off-by: Adam Reese --- docs/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 08f565e65..2f5e4b1b1 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -175,6 +175,12 @@ Additionally, several other commands were re-named to accommodate the same conve These commands have also retained their older verbs as aliases, so you can continue to use them in either form. +### Automatically creating namespaces + +When creating a release in a namespace that does not exist, Helm 2 created the +namespace. Helm 3 follows the behavior of other Kubernetes objects and returns +an error if the namespace does not exist. + ## Installing ### Why aren't there Debian/Fedora/... native packages of Helm?