Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for runtimeType (0.18 sec)

  1. pkg/kubelet/kubelet_test.go

    			Conditions: []kubecontainer.RuntimeCondition{
    				{Type: "RuntimeReady", Status: true},
    				{Type: "NetworkReady", Status: true},
    			},
    		},
    		VersionInfo: "1.5.0",
    		RuntimeType: "test",
    		T:           t,
    	}
    
    	fakeRecorder := &record.FakeRecorder{}
    	fakeKubeClient := &fake.Clientset{}
    	kubelet := &Kubelet{}
    	kubelet.recorder = fakeRecorder
    	kubelet.kubeClient = fakeKubeClient
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

      conf_template = "${cni_template_path}"
    [plugins."io.containerd.grpc.v1.cri".containerd]
      default_runtime_name = "runc"
    [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
      runtime_type = "io.containerd.runc.v2"
    [plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
      endpoint = ["https://mirror.gcr.io","https://registry-1.docker.io"]
    # Enable registry.k8s.io as the primary mirror for k8s.gcr.io
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top