Information
Reject creating objects in a namespace that is undergoing termination.
Rationale:
Setting admission control policy to 'NamespaceLifecycle' ensures that the namespaces undergoing termination are not used for creating the new objects. This is recommended to enforce the integrity of the namespace termination process and also for the availability of the newer objects.
Solution
Edit the deployment specs and set '--admission-control' argument to a value that includes 'NamespaceLifecycle'.
kubectl edit deployments federation-apiserver-deployment --namespace=federation-system
Impact:
None