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

KEP-127: Support userns in stateless pods with idmap mounts #3811

Merged
merged 16 commits into from
Feb 7, 2023

Commits on Feb 7, 2023

  1. KEP-127: Remove operatorexecutor from unit tests

    We worked in the implementation and we add one function call here,
    definitely not a core package we are changing.
    
    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    cd1474a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f6139 View commit details
    Browse the repository at this point in the history
  3. KEP-127: Remove outdated concern

    We have implemented most checks as API validations and the pod limit as
    a runtime. No need to keep this as unresolved.
    
    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    13f9e49 View commit details
    Browse the repository at this point in the history
  4. KEP-127: Mark as solved concerns about volume support

    Volumes are out of scope now, so most of these concerns are solved.
    
    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4fa0448 View commit details
    Browse the repository at this point in the history
  5. KEP-127: Remove mentions to phases

    Now there will be only one phase, and the regular alpha/beta/GA
    migration.
    
    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a02e53a View commit details
    Browse the repository at this point in the history
  6. KEP-127: Add Mount CRI change

    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6ae1ed3 View commit details
    Browse the repository at this point in the history
  7. KEP-127: Remove old volume handling

    We will add a new way to deal with stateless volumes using idmap mounts.
    
    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    db6cc22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    136894b View commit details
    Browse the repository at this point in the history
  9. KEP-127: Add note regarding old implementation

    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f44c3ee View commit details
    Browse the repository at this point in the history
  10. KEP-127: Add implementation history

    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    1bcd2dc View commit details
    Browse the repository at this point in the history
  11. KEP-127: Fix broken link

    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    94c930f View commit details
    Browse the repository at this point in the history
  12. KEP-127: Expand on issues without idmap mounts

    While we are there, we move this section to the alternatives section and
    link appropriately.
    
    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    97b3c83 View commit details
    Browse the repository at this point in the history
  13. KEP-127: Update milestone to 1.27

    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bc43b8a View commit details
    Browse the repository at this point in the history
  14. KEP-127: Add graduation criteria

    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f1ece59 View commit details
    Browse the repository at this point in the history
  15. KEP-127: Update TOC

    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4e0d8dc View commit details
    Browse the repository at this point in the history
  16. KEP-127: Update to latest KEP template

    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a61d587 View commit details
    Browse the repository at this point in the history