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?