Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for UserNamespacesPodSecurityStandards (0.35 sec)

  1. plugin/pkg/admission/security/podsecurity/admission.go

    }
    
    func (c *Plugin) InspectFeatureGates(featureGates featuregate.FeatureGate) {
    	c.inspectedFeatureGates = true
    	policy.RelaxPolicyForUserNamespacePods(featureGates.Enabled(features.UserNamespacesPodSecurityStandards))
    }
    
    // ValidateInitialization ensures all required options are set
    func (p *Plugin) ValidateInitialization() error {
    	if !p.inspectedFeatureGates {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 08:49:11 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  2. pkg/features/kube_features.go

    	// support the user namespace feature and have it enabled. The feature gate
    	// will not graduate or be enabled by default in future Kubernetes
    	// releases.
    	UserNamespacesPodSecurityStandards featuregate.Feature = "UserNamespacesPodSecurityStandards"
    
    	// owner: @ahutsunshine
    	// beta: v1.30
    	//
    	// Allows namespace indexer for namespace scope resources in apiserver cache to accelerate list operations.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    - Added `UserNamespacesPodSecurityStandards` feature gate to enable user namespace support for Pod Security Standards.
      Enabling this feature will modify all Pod Security Standard rules to allow setting: `spec[.*].securityContext.[runAsNonRoot,runAsUser]`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top