tighter documentation and drop a log statement (#899)

* fix

* fix documentation
This commit is contained in:
erabii
2021-11-01 11:10:31 -04:00
committed by GitHub
parent 988202303f
commit d73801e7a5
2 changed files with 2 additions and 5 deletions

View File

@@ -680,7 +680,8 @@ Remember that the same can be done for config maps. If such a namespace is not s
3. from a String residing in `/var/run/secrets/kubernetes.io/serviceaccount/namespace` file
(kubernetes default namespace path)
4. from a designated client method call (for example fabric8's : `KubernetesClient::getNamespace`), if the client provides
such a method.
such a method. This, in turn, could be configured via environment properties. For example fabric8 client can be configured via
"KUBERNETES_NAMESPACE" property; consult the client documentation for exact details.
Failure to find a namespace from the above steps will result in an Exception being raised.