• Kubernetes Submit Queue's avatar
    Merge pull request #31139 from nikhiljindal/namespaceAdmissionControl · 13305ef0
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    federation: Adding support for namespace admission controls in federation-apiserver
    
    Now that we have namespaces in federation apiserver, we can support namespace admission controls.
    
    There are 3 of these:
    namespace/autoprovision, namespace/exists and namespace/lifecycle.
    namespace/autoprovision, namespace/exists should be deprecated in kubernetes(https://github.com/kubernetes/kubernetes/issues/31195). Adding support for namespace/lifecycle to federation-apiserver.
    As in kube-apiserver, enabling namespace/lifecycle by default.
    
    
    ```release-note
    Action required: If you have a running federation control plane, you will have to ensure that for all federation resources, the corresponding namespace exists in federation control plane.
    
    federation-apiserver now supports NamespaceLifecycle admission control, which is enabled by default. Set the --admission-control flag on the server to change that.
    ```
    
    cc @kubernetes/sig-cluster-federation @quinton-hoole
    13305ef0
Name
Last commit
Last update
..
apis Loading commit data...
client Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
manifests Loading commit data...
pkg Loading commit data...
registry/cluster Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
build.sh Loading commit data...
config.default.json Loading commit data...