Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 155 for terminationMessagePath (0.27 sec)

  1. pkg/kubelet/kuberuntime/labels_test.go

    		PodTerminationGracePeriod: pod.Spec.TerminationGracePeriodSeconds,
    		Hash:                      kubecontainer.HashContainer(container),
    		RestartCount:              restartCount,
    		TerminationMessagePath:    container.TerminationMessagePath,
    		PreStopHandler:            container.Lifecycle.PreStop,
    	}
    
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.InPlacePodVerticalScaling, true)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 22:43:36 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/labels.go

    	containerHashLabel                     = "io.kubernetes.container.hash"
    	containerRestartCountLabel             = "io.kubernetes.container.restartCount"
    	containerTerminationMessagePathLabel   = "io.kubernetes.container.terminationMessagePath"
    	containerTerminationMessagePolicyLabel = "io.kubernetes.container.terminationMessagePolicy"
    	containerPreStopHandlerLabel           = "io.kubernetes.container.preStopHandler"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/container.go

    	Lifecycle                *LifecycleApplyConfiguration              `json:"lifecycle,omitempty"`
    	TerminationMessagePath   *string                                   `json:"terminationMessagePath,omitempty"`
    	TerminationMessagePolicy *corev1.TerminationMessagePolicy          `json:"terminationMessagePolicy,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 21:39:35 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainercommon.go

    	Lifecycle                *LifecycleApplyConfiguration              `json:"lifecycle,omitempty"`
    	TerminationMessagePath   *string                                   `json:"terminationMessagePath,omitempty"`
    	TerminationMessagePolicy *corev1.TerminationMessagePolicy          `json:"terminationMessagePolicy,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 21:39:35 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  5. pkg/kubelet/config/common_test.go

    			TerminationGracePeriodSeconds: &grace,
    			Containers: []v1.Container{{
    				Name:                     "image",
    				Image:                    "test/image",
    				ImagePullPolicy:          "IfNotPresent",
    				TerminationMessagePath:   "/dev/termination-log",
    				TerminationMessagePolicy: v1.TerminationMessageReadFile,
    				SecurityContext:          securitycontext.ValidSecurityContextWithContainerDefaults(),
    			}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:48 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/proxy-override.yaml

                  port: 15021
                initialDelaySeconds: 10
                periodSeconds: 2
                timeoutSeconds: 3
              # Check various types merge find
              tty: true
              terminationMessagePath: "/foo/bar"
              volumeMounts:
                - mountPath: /etc/certs
                  name: certs
              lifecycle:
                preStop:
                  exec:
                    command: ["sleep", "10"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 19:52:06 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. samples/open-telemetry/loki/otel.yaml

              resources:
                limits:
                  cpu: "2"
                  memory: 4Gi
                requests:
                  cpu: 200m
                  memory: 400Mi
              terminationMessagePath: /dev/termination-log
              terminationMessagePolicy: File
              volumeMounts:
                - name: opentelemetry-collector-config-vol
                  mountPath: /conf
          dnsPolicy: ClusterFirst
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/proxy-override.yaml.injected

    "mountPath":"/etc/certs"}],"livenessProbe":{"httpGet":{"path":"/healthz/ready","port":15021},"initialDelaySeconds":10,"timeoutSeconds":3,"periodSeconds":2,"failureThreshold":30},"lifecycle":{"preStop":{"exec":{"command":["sleep","10"]}}},"terminationMessagePath":"/foo/bar","securityContext":{"runAsUser":1234,"runAsGroup":1234,"readOnlyRootFilesystem":false,"allowPrivilegeEscalation":true},"tty":true}],"initContainers":[{"name":"istio-init","image":"fake/custom-image","args":["my","custom","args"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  9. cluster/gce/manifests/cluster-autoscaler.manifest

                            "name": "logfile",
                            "mountPath": "/var/log/cluster-autoscaler.log",
                            "readOnly": false
                        }
                    ],
                    "terminationMessagePath": "/dev/termination-log",
                    "imagePullPolicy": "IfNotPresent"
                }
            ],
            "volumes": [
                {{cloud_config_volume}}
                {
                    "name": "ssl-certs",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 25 00:04:35 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. samples/open-telemetry/otel.yaml

              resources:
                limits:
                  cpu: "2"
                  memory: 4Gi
                requests:
                  cpu: 200m
                  memory: 400Mi
              terminationMessagePath: /dev/termination-log
              terminationMessagePolicy: File
              volumeMounts:
                - name: opentelemetry-collector-config-vol
                  mountPath: /conf
          dnsPolicy: ClusterFirst
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 31 08:51:36 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top