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

Add addon : pod-security-policy #8454

Merged
merged 3 commits into from
Jul 7, 2020

Commits on Jun 11, 2020

  1. Create a podsecuritypolicies addon

    Create a new addon, `podsecuritypolicies` that applies the
    PodSecurityPolicy and related RBAC configuration from the
    https://minikube.sigs.k8s.io/docs/tutorials/using_psp/ tutorial.
    Apparently, recent work on the addons system has invalidated the
    procedure shown in that tutorial, as the configuration is no longer
    automatically applied. The last known working version is `1.6.2`.
    
    This allows clusters started with
    `--extra-configs=apiserver.enable-admission-plugins=PodSecurityPolicy`
    to succeed, so long as they also include `--addons=podsecuritypolicies`.
    colvin committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b32cb5e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    3d2ae54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08ee21f View commit details
    Browse the repository at this point in the history