Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 420 for NodeSelector (0.47 sec)

  1. helm-releases/minio-3.5.1.tgz

    .Values.makeBucketJob.podAnnotations }} annotations: {{ toYaml .Values.makeBucketJob.podAnnotations | indent 8 }} {{- end }} spec: restartPolicy: OnFailure {{- include "minio.imagePullSecrets" . | indent 6 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.makeBucketJob.nodeSelector | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.affinity }} affinity: {{ toYaml . | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.tolerations }} tolerations: {{ toYaml . | indent 8 }} {{- end }} {{-...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Feb 04 22:54:20 UTC 2022
    - 15.4K bytes
    - Viewed (0)
  2. helm-releases/minio-3.3.1.tgz

    .Values.makeBucketJob.podAnnotations }} annotations: {{ toYaml .Values.makeBucketJob.podAnnotations | indent 8 }} {{- end }} spec: restartPolicy: OnFailure {{- include "minio.imagePullSecrets" . | indent 6 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.makeBucketJob.nodeSelector | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.affinity }} affinity: {{ toYaml . | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.tolerations }} tolerations: {{ toYaml . | indent 8 }} {{- end }} {{-...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 02 20:09:18 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  3. helm-releases/minio-3.5.0.tgz

    .Values.makeBucketJob.podAnnotations }} annotations: {{ toYaml .Values.makeBucketJob.podAnnotations | indent 8 }} {{- end }} spec: restartPolicy: OnFailure {{- include "minio.imagePullSecrets" . | indent 6 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.makeBucketJob.nodeSelector | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.affinity }} affinity: {{ toYaml . | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.tolerations }} tolerations: {{ toYaml . | indent 8 }} {{- end }} {{-...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Feb 02 00:16:41 UTC 2022
    - 15.2K bytes
    - Viewed (0)
  4. helm-releases/minio-3.1.7.tgz

    .Values.makeBucketJob.podAnnotations }} annotations: {{ toYaml .Values.makeBucketJob.podAnnotations | indent 8 }} {{- end }} spec: restartPolicy: OnFailure {{- include "minio.imagePullSecrets" . | indent 6 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.makeBucketJob.nodeSelector | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.affinity }} affinity: {{ toYaml . | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.tolerations }} tolerations: {{ toYaml . | indent 8 }} {{- end }} {{-...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Oct 03 22:23:22 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  5. helm-releases/minio-3.0.0.tgz

    .Values.makeBucketJob.podAnnotations }} annotations: {{ toYaml .Values.makeBucketJob.podAnnotations | indent 8 }} {{- end }} spec: restartPolicy: OnFailure {{- include "minio.imagePullSecrets" . | indent 6 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} {{- end }} {{- with .Values.affinity }} affinity: {{ toYaml . | indent 8 }} {{- end }} {{- with .Values.tolerations }} tolerations: {{ toYaml . | indent 8 }} {{- end }} {{- if .Values.makeBucketJob.securityContext.enabled...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 02 01:47:43 UTC 2021
    - 13.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.pb.go

    	i--
    	dAtA[i] = 0x42
    	if len(m.NodeSelector) > 0 {
    		keysForNodeSelector := make([]string, 0, len(m.NodeSelector))
    		for k := range m.NodeSelector {
    			keysForNodeSelector = append(keysForNodeSelector, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForNodeSelector)
    		for iNdEx := len(keysForNodeSelector) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.NodeSelector[string(keysForNodeSelector[iNdEx])]
    			baseI := i
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 57K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/apis/example/v1/generated.pb.go

    	i--
    	dAtA[i] = 0x42
    	if len(m.NodeSelector) > 0 {
    		keysForNodeSelector := make([]string, 0, len(m.NodeSelector))
    		for k := range m.NodeSelector {
    			keysForNodeSelector = append(keysForNodeSelector, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForNodeSelector)
    		for iNdEx := len(keysForNodeSelector) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.NodeSelector[string(keysForNodeSelector[iNdEx])]
    			baseI := i
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 56.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/example/types.go

    	// before the system actively tries to terminate the pod; value must be positive integer
    	// +optional
    	ActiveDeadlineSeconds *int64
    	// NodeSelector is a selector which must be true for the pod to fit on a node
    	// +optional
    	NodeSelector map[string]string
    
    	// ServiceAccountName is the name of the ServiceAccount to use to run this pod
    	// The pod will be allowed to use secrets referenced by the ServiceAccount
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 03 06:34:52 UTC 2019
    - 5.1K bytes
    - Viewed (0)
  9. cluster/addons/metrics-server/metrics-server-deployment.yaml

            version: v0.7.1
        spec:
          securityContext:
            seccompProfile:
              type: RuntimeDefault
          priorityClassName: system-cluster-critical
          serviceAccountName: metrics-server
          nodeSelector:
            kubernetes.io/os: linux
          containers:
          - name: metrics-server
            image: registry.k8s.io/metrics-server/metrics-server:v0.7.1
            command:
            - /metrics-server
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 07:50:56 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. helm-releases/minio-3.3.3.tgz

    .Values.makeBucketJob.podAnnotations }} annotations: {{ toYaml .Values.makeBucketJob.podAnnotations | indent 8 }} {{- end }} spec: restartPolicy: OnFailure {{- include "minio.imagePullSecrets" . | indent 6 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.makeBucketJob.nodeSelector | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.affinity }} affinity: {{ toYaml . | indent 8 }} {{- end }} {{- with .Values.makeBucketJob.tolerations }} tolerations: {{ toYaml . | indent 8 }} {{- end }} {{-...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 11 17:28:02 UTC 2021
    - 14.6K bytes
    - Viewed (0)
Back to top