gitlab-org--gitlab-foss/changelogs/unreleased/63079-exclude-k8s-namespaces-with-no-service-account-token.yml
Tiger ddd271b602 Don't use Kubernetes namespaces with no token
Whenever we are selecting a namespace to use for a
deployment or to query a cluster we want to exclude
Kubernetes namespace records that don't have a token
set as they will not have the required permissions.
However when configuring clusters, we want to
use the original namespace record even if it has no
token, as a namespace has to be unique on a cluster.
2019-06-17 21:21:13 +10:00

6 lines
168 B
YAML

---
title: Ensure a Kubernetes namespace is not used for deployments if there is no service
account token associated with it
merge_request: 29643
author:
type: fixed