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

Feat add startup error when running in kube system #1031

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 4, 2022

  1. feat: add startup error when running in the kube-system namespace

    To avoid any accedential security issues, we block running anything in
    the kube-system namespace. We already have this explicitly blocked in
    the rest of the code that deals with namespaces and it causes hard to
    debug errors for users that try to deploy to the kube-system namespace.
    
    This adds an explicit check so that this mis-configuration is easier to
    detect and debug for end users.
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1aa19ec View commit details
    Browse the repository at this point in the history