Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apis: drop check for volumes with user namespaces #118691

Merged
merged 2 commits into from
Jun 29, 2023

Commits on Jun 22, 2023

  1. apis: drop check for volumes with user namespaces

    The second phase of user namespaces support was related to supporting
    only stateless pods.  Since the changes were accepted for the KEP, now
    the scope is extended to support stateful pods as well.  Remove the
    check that blocks creating PODs with volumes when using user namespaces.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    556d713 View commit details
    Browse the repository at this point in the history
  2. features: rename UserNamespacesStatelessPodsSupport

    now it is called UserNamespacesSupport since all kind of volumes are
    supported.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    531d38e View commit details
    Browse the repository at this point in the history