Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 284 for InitContainers (0.18 sec)

  1. cni/README.md

    - In sidecar mode, the CNI plugin can configure sidecar networking for pods when they are scheduled by the container runtime, using iptables. The CNI handling the netns setup replaces the current Istio approach using a `NET_ADMIN` privileged `initContainers` container, `istio-init`, injected in the pods along with `istio-proxy` sidecars. This removes the need for a privileged, `NET_ADMIN` container in the Istio users' application pods.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    		pod, podStatus,
    		oldPodStatus.ContainerStatuses,
    		pod.Spec.Containers,
    		len(pod.Spec.InitContainers) > 0,
    		false,
    	)
    	apiPodStatus.InitContainerStatuses = kl.convertToAPIContainerStatuses(
    		pod, podStatus,
    		oldPodStatus.InitContainerStatuses,
    		pod.Spec.InitContainers,
    		len(pod.Spec.InitContainers) > 0,
    		true,
    	)
    	var ecSpecs []v1.Container
    	for i := range pod.Spec.EphemeralContainers {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/preemption/preemption_test.go

    	return []func(string) int64{
    		func(node string) int64 {
    			var sumContainers int64
    			for _, pod := range nodesToVictims[node].Pods {
    				sumContainers += int64(len(pod.Spec.Containers) + len(pod.Spec.InitContainers))
    			}
    			// The smaller the sumContainers, the higher the score.
    			return -sumContainers
    		},
    	}
    }
    
    func TestNodesWherePreemptionMightHelp(t *testing.T) {
    	// Prepare 4 nodes names.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml

            ip: ipValue
          hostIPC: true
          hostNetwork: true
          hostPID: true
          hostUsers: true
          hostname: hostnameValue
          imagePullSecrets:
          - name: nameValue
          initContainers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

                    },
                    "volumeAttributesClassName": "volumeAttributesClassNameValue"
                  }
                }
              }
            }
          ],
          "initContainers": [
            {
              "name": "nameValue",
              "image": "imageValue",
              "command": [
                "commandValue"
              ],
              "args": [
                "argsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml

          - hostnamesValue
          ip: ipValue
        hostIPC: true
        hostNetwork: true
        hostPID: true
        hostUsers: true
        hostname: hostnameValue
        imagePullSecrets:
        - name: nameValue
        initContainers:
        - args:
          - argsValue
          command:
          - commandValue
          env:
          - name: nameValue
            value: valueValue
            valueFrom:
              configMapKeyRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.yaml

            ip: ipValue
          hostIPC: true
          hostNetwork: true
          hostPID: true
          hostUsers: true
          hostname: hostnameValue
          imagePullSecrets:
          - name: nameValue
          initContainers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml

            ip: ipValue
          hostIPC: true
          hostNetwork: true
          hostPID: true
          hostUsers: true
          hostname: hostnameValue
          imagePullSecrets:
          - name: nameValue
          initContainers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.Deployment.json

                      },
                      "volumeAttributesClassName": "volumeAttributesClassNameValue"
                    }
                  }
                }
              }
            ],
            "initContainers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
                  "argsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.ReplicaSet.json

                      },
                      "volumeAttributesClassName": "volumeAttributesClassNameValue"
                    }
                  }
                }
              }
            ],
            "initContainers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
                  "argsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
Back to top