Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 519 for ImagePullPolicy (0.26 sec)

  1. releasenotes/notes/wasm-pull-policy-http.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: extensibility
    issue: []
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 01 13:37:10 UTC 2022
    - 213 bytes
    - Viewed (0)
  2. hack/testdata/recursive/rc/rc/busybox-broken.yaml

      template:
        metadata:
          name: busybox2
          labels:
            app: busybox2
        spec:
          containers:
          - image: busybox
            command:
              - sleep
              - "3600"
            imagePullPolicy: IfNotPresent
            name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 423 bytes
    - Viewed (0)
  3. pkg/test/datasets/validation/dataset/extensions-v1alpha1-WasmPlugin.yaml

    apiVersion: extensions.istio.io/v1alpha1
    kind: WasmPlugin
    metadata:
      name: valid
    spec:
      selector:
        matchLabels:
          istio: ingressgateway
      url: oci://private-registry:5000/openid-connect/openid:latest
      imagePullPolicy: IfNotPresent
      imagePullSecret: private-registry-pull-secret
      phase: AUTHN
      pluginConfig:
        openid_server: authn
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 371 bytes
    - Viewed (0)
  4. tests/integration/ambient/wasm_test.go

    		"WasmPluginVersion": pluginVersion,
    		"TargetKind":        kind,
    		"TargetGroup":       group,
    		"TargetName":        name,
    	}
    
    	if len(imagePullPolicy) != 0 {
    		args["ImagePullPolicy"] = imagePullPolicy
    	}
    
    	if err := applyWasmConfig(ctx, apps.Namespace.Name(), args, path); err != nil {
    		return err
    	}
    
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  5. hack/testdata/recursive/pod-modify/busybox.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: busybox0
      labels:
        app: busybox0
        status: replaced
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 258 bytes
    - Viewed (0)
  6. pkg/registry/apps/replicaset/strategy_test.go

    				Labels: validSelector,
    			},
    			Spec: api.PodSpec{
    				RestartPolicy: api.RestartPolicyAlways,
    				DNSPolicy:     api.DNSClusterFirst,
    				Containers:    []api.Container{{Name: "abc", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: api.TerminationMessageReadFile}},
    			},
    		},
    	}
    	rs := &apps.ReplicaSet{
    		ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 09 21:04:31 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  7. hack/testdata/scale-deploy-1.yaml

          maxSurge: 1
          maxUnavailable: 1
        type: RollingUpdate
      template:
        metadata:
          labels:
            run: hello
        spec:
          containers:
          - image: aronchick/hello-node:2.0
            imagePullPolicy: IfNotPresent
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 19 16:19:12 UTC 2018
    - 436 bytes
    - Viewed (0)
  8. hack/testdata/scale-deploy-3.yaml

          maxSurge: 1
          maxUnavailable: 1
        type: RollingUpdate
      template:
        metadata:
          labels:
            run: hello
        spec:
          containers:
          - image: aronchick/hello-node:2.0
            imagePullPolicy: IfNotPresent
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 23 02:28:04 UTC 2019
    - 434 bytes
    - Viewed (0)
  9. releasenotes/notes/wasm-pull-policy.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: extensibility
    issue: []
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 18 16:01:41 UTC 2022
    - 155 bytes
    - Viewed (0)
  10. samples/grpc-echo/grpc-echo.yaml

              - name: INSTANCE_IP
                valueFrom:
                  fieldRef:
                    apiVersion: v1
                    fieldPath: status.podIP
              image: gcr.io/istio-testing/app:latest
              imagePullPolicy: Always
              livenessProbe:
                failureThreshold: 10
                initialDelaySeconds: 10
                periodSeconds: 10
                successThreshold: 1
                tcpSocket:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top