Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for minAvailable (0.11 sec)

  1. pkg/controller/disruption/disruption_test.go

    			Name:            "foobar",
    			Namespace:       metav1.NamespaceDefault,
    			ResourceVersion: "18",
    		},
    		Spec: policy.PodDisruptionBudgetSpec{
    			MinAvailable: &minAvailable,
    			Selector:     newSelFooBar(),
    		},
    	}
    
    	pdbName, err := controller.KeyFunc(pdb)
    	if err != nil {
    		t.Fatalf("Unexpected error naming pdb %q: %v", pdb.Name, err)
    	}
    
    	return pdb, pdbName
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    DoesNotExist - key: istio.io/rev operator: In values: - 1-6-11 --- apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: name: istiod-1-6-11 namespace: istio-system labels: app: istiod istio.io/rev: 1-6-11 release: istio istio: pilot spec: minAvailable: 1 selector: matchLabels: app: istiod istio.io/rev: 1-6-11 --- apiVersion: v1 kind: Service metadata: name: istiod-1-6-11 namespace: istio-system labels: istio.io/rev: 1-6-11 app: istiod istio: pilot release: istio spec: ports: - port: 15010 name:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    name: inject - configMap: name: istio-1-7-6 name: config-volume --- apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: name: istiod-1-7-6 namespace: istio-system labels: app: istiod istio.io/rev: 1-7-6 release: istio istio: pilot spec: minAvailable: 1 selector: matchLabels: app: istiod istio.io/rev: 1-7-6 --- apiVersion: autoscaling/v2beta1 kind: HorizontalPodAutosca metadata: name: istiod-1-7-6 namespace: istio-system labels: app: istiod release: istio istio.io/rev: 1-7-6 spec: maxReplicas:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    policy/v1beta1 kind: PodDisruptionBudget metadata: name: istiod-1-10-0 namespace: istio-system labels: app: istiod istio.io/rev: 1-10-0 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" release: istio istio: pilot spec: minAvailable: 1 selector: matchLabels: app: istiod istio.io/rev: 1-10-0 --- apiVersion: autoscaling/v2beta1 kind: HorizontalPodAutosca metadata: name: istiod-1-10-0 namespace: istio-system labels: app: istiod release: istio istio.io/rev: 1-10-0 install.ope...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

    policy/v1beta1 kind: PodDisruptionBudget metadata: name: istiod-1-8-6 namespace: istio-system labels: app: istiod istio.io/rev: 1-8-6 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" release: istio istio: pilot spec: minAvailable: 1 selector: matchLabels: app: istiod istio.io/rev: 1-8-6 --- apiVersion: autoscaling/v2beta1 kind: HorizontalPodAutosca metadata: name: istiod-1-8-6 namespace: istio-system labels: app: istiod release: istio istio.io/rev: 1-8-6 install.operat...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    policy/v1beta1 kind: PodDisruptionBudget metadata: name: istiod-1-9-5 namespace: istio-system labels: app: istiod istio.io/rev: 1-9-5 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" release: istio istio: pilot spec: minAvailable: 1 selector: matchLabels: app: istiod istio.io/rev: 1-9-5 --- apiVersion: autoscaling/v2beta1 kind: HorizontalPodAutosca metadata: name: istiod-1-9-5 namespace: istio-system labels: app: istiod release: istio istio.io/rev: 1-9-5 install.operat...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.proto

    //
    // See https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
    message DefaultPodDisruptionBudgetConfig {
      // Controls whether a PodDisruptionBudget with a default minAvailable value of 1 is created for each deployment.
      google.protobuf.BoolValue enabled = 1;
    }
    
    // DefaultResourcesConfig specifies the default k8s resources settings for all Istio control plane components.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top