Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRunKubeAPIServerAsNonRoot (0.32 sec)

  1. cmd/kubeadm/app/util/staticpod/utils_linux_test.go

    	t.Helper()
    	if !reflect.DeepEqual(updatedFiles, wantFiles) {
    		t.Errorf("unexpected diff in file owners and permissions want: %+v, got: %+v", wantFiles, updatedFiles)
    	}
    }
    
    func TestRunKubeAPIServerAsNonRoot(t *testing.T) {
    	cfg := &kubeadm.ClusterConfiguration{}
    	pod := ComponentPod(v1.Container{Name: "kube-apiserver"}, nil, nil)
    	var runAsUser, runAsGroup, supGroup int64 = 1000, 1001, 1002
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 14:41:12 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top