Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for ImagePullPolicy (0.21 sec)

  1. CHANGELOG/CHANGELOG-1.10.md

    `kubeadm init --config /etc/kubeadm/kubeadm.yaml`
    
    ([#55479](https://github.com/kubernetes/kubernetes/pull/55479), [@ijc](https://github.com/ijc))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.11.md

    ](https://github.com/wackxu))
    
    #### Removed Deprecations
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "imagePullPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.22.md

    - Kubeadm: add the `--dry-run` flag to the `control-plane` phase of "kubeadm init". ([#102722](https://github.com/kubernetes/kubernetes/pull/102722), [@vinayakankugoyal](https://github.com/vinayakankugoyal))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  5. pkg/registry/core/service/storage/storage_test.go

    			Namespace: metav1.NamespaceDefault,
    		},
    		Spec: api.PodSpec{
    			RestartPolicy: api.RestartPolicyAlways,
    			DNSPolicy:     api.DNSDefault,
    			Containers:    []api.Container{{Name: "ctr", Image: "img", ImagePullPolicy: api.PullIfNotPresent, TerminationMessagePolicy: api.TerminationMessageReadFile}},
    		},
    		Status: api.PodStatus{
    			PodIPs: []api.PodIP{},
    		},
    	}
    
    	for _, ip := range ips {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top