Discourage users from setting KUBE_NAMESPACE in our docs

Context in https://gitlab.com/gitlab-org/gitlab-ce/issues/66927#note_212670255 :

In summary setting this variable is a bad idea as it will not be used by GitLab when fetching deploy boards, web terminals, pod logs and any other GitLab feature that loads your application data from the cluster. It only works for your CI job doing the deployment but then everything else stops working and it's confusing.

I can see 2 references telling people they can configure this CI variable and we should probably explicitly state that users should not do this.

I can see bad references at:

Edited by Dylan Griffith (ex GitLab)