Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DaemonSetSpec (0.17 sec)

  1. manifests/charts/istio-cni/values.yaml

        # The number of pods that can be unavailable during rolling update (see
        # `updateStrategy.rollingUpdate.maxUnavailable` here:
        # https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec).
        # May be specified as a number of pods or as a percent of the total number
        # of pods at the start of the update.
        rollingMaxUnavailable: 1
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/addons/proxy/proxy_test.go

    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "kube-proxy",
    			Namespace: metav1.NamespaceSystem,
    			Labels: map[string]string{
    				"k8s-app": "kube-proxy",
    			},
    		},
    		Spec: apps.DaemonSetSpec{
    			Template: v1.PodTemplateSpec{},
    		},
    	}, metav1.CreateOptions{})
    	if err != nil {
    		t.Fatalf("error creating Daemonset: %v", err)
    	}
    
    	return client
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 11:14:32 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top