Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 90 for daemonset1 (0.27 sec)

  1. cluster/log-dump/logexporter-daemonset.yaml

    # Creates everything within 'logexporter' namespace.
    #
    # Note: Since daemonsets have "AlwaysRestart" policy for pods, we provide a long
    # sleep-duration (24 hr) to the logexporter pods so they don't finish the work and
    # get restarted while some pods are still running. So it is your duty to detect
    # the work has been done (or use some timeout) and delete the daemonset yourself.
    
    apiVersion: v1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 25 13:45:49 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/daemonset.yaml.injected

              value: REDIRECT
            - name: ISTIO_META_WORKLOAD_NAME
              value: hello
            - name: ISTIO_META_OWNER
              value: kubernetes://apis/apps/v1/namespaces/default/daemonsets/hello
            - name: ISTIO_META_MESH_ID
              value: cluster.local
            - name: TRUST_DOMAIN
              value: cluster.local
            image: gcr.io/istio-testing/proxyv2:latest
            name: istio-proxy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/daemonset.yaml

    apiVersion: apps/v1
    kind: DaemonSet
    metadata:
      name: hello
    spec:
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      template:
        metadata:
          labels:
            app: hello
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 445 bytes
    - Viewed (0)
  4. cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml

    apiVersion: apps/v1
    kind: DaemonSet
    metadata:
      name: nvidia-gpu-device-plugin
      namespace: kube-system
      labels:
        k8s-app: nvidia-gpu-device-plugin
        addonmanager.kubernetes.io/mode: EnsureExists
    spec:
      selector:
        matchLabels:
          k8s-app: nvidia-gpu-device-plugin
      template:
        metadata:
          labels:
            k8s-app: nvidia-gpu-device-plugin
        spec:
          priorityClassName: system-node-critical
          affinity:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  5. manifests/charts/ztunnel/templates/daemonset.yaml

    apiVersion: apps/v1
    kind: DaemonSet
    metadata:
      name: ztunnel
      namespace: {{ .Release.Namespace }}
      labels:
        {{- .Values.labels | toYaml | nindent 4}}
      annotations:
        {{- .Values.annotations | toYaml | nindent 4 }}
    spec:
      updateStrategy:
        rollingUpdate:
          maxSurge: 1
          maxUnavailable: 0
      selector:
        matchLabels:
          app: ztunnel
      template:
        metadata:
          labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 01:33:52 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. hack/testdata/rollingupdate-daemonset.yaml

    apiVersion: apps/v1
    kind: DaemonSet
    metadata:
      name: bind
      labels:
        service: bind
    spec:
      selector:
        matchLabels:
          service: bind
      updateStrategy:
        type: RollingUpdate
        rollingUpdate:
          maxUnavailable: 10%
      template:
        metadata:
          labels:
            service: bind
        spec:
          affinity:
            podAntiAffinity:
              requiredDuringSchedulingIgnoredDuringExecution:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 735 bytes
    - Viewed (0)
  7. releasenotes/notes/ingressgateway-support-daemonset.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 37610
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 08 13:48:57 UTC 2022
    - 156 bytes
    - Viewed (0)
  8. pkg/registry/apps/daemonset/storage/storage.go

    		NewListFunc:               func() runtime.Object { return &apps.DaemonSetList{} },
    		DefaultQualifiedResource:  apps.Resource("daemonsets"),
    		SingularQualifiedResource: apps.Resource("daemonset"),
    
    		CreateStrategy:      daemonset.Strategy,
    		UpdateStrategy:      daemonset.Strategy,
    		DeleteStrategy:      daemonset.Strategy,
    		ResetFieldsStrategy: daemonset.Strategy,
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  9. manifests/charts/istio-cni/templates/daemonset.yaml

    # each master and worker node in a Kubernetes cluster.
    {{- $defaultBinDir :=
        (.Capabilities.KubeVersion.GitVersion | contains "-gke") | ternary
          "/home/kubernetes/bin"
          "/opt/cni/bin"
    }}
    kind: DaemonSet
    apiVersion: apps/v1
    metadata:
      name: {{ template "name" . }}-node
      namespace: {{ .Release.Namespace }}
      labels:
        k8s-app: {{ template "name" . }}-node
        release: {{ .Release.Name }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  10. hack/testdata/rollingupdate-daemonset-rv2.yaml

    apiVersion: apps/v1
    kind: DaemonSet
    metadata:
      name: bind
      labels:
        service: bind
    spec:
      selector:
        matchLabels:
          service: bind
      updateStrategy:
        type: RollingUpdate
        rollingUpdate:
          maxUnavailable: 10%
      template:
        metadata:
          labels:
            service: bind
        spec:
          affinity:
            podAntiAffinity:
              requiredDuringSchedulingIgnoredDuringExecution:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 802 bytes
    - Viewed (0)
Back to top