Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SeccompDefault (0.32 sec)

  1. cmd/kubelet/app/options/options.go

    	// schedulable. Won't have any effect if register-node is false.
    	// DEPRECATED: use registerWithTaints instead
    	RegisterSchedulable bool
    	// SeccompDefault enables the use of `RuntimeDefault` as the default seccomp profile for all workloads on the node.
    	SeccompDefault bool
    }
    
    // NewKubeletFlags will create a new KubeletFlags with default values
    func NewKubeletFlags() *KubeletFlags {
    	return &KubeletFlags{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  2. pkg/kubelet/apis/config/helpers_test.go

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top