Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 330 for WORKLOADS (0.19 sec)

  1. tests/integration/pilot/tunneling_test.go

    }
    
    func verifyThatRequestWasTunneled(target echo.Instance, expectedSourceIPs []corev1.PodIP, expectedPath string) error {
    	workloads, err := target.Workloads()
    	if err != nil {
    		return fmt.Errorf("failed to get workloads of %s: %s", target.ServiceName(), err)
    	}
    	var logs strings.Builder
    	for _, w := range workloads {
    		workloadLogs, err := w.Logs()
    		if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. tests/integration/security/testdata/authz/deny-global.yaml.tmpl

    # The following policy denies access to path /global-deny for all workloads
    
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: policy-deny-system
    spec:
      action: DENY
      rules:
      - to:
        - operation:
            # Generally we don't expect users to set global policies, since they
            # impact anything in the istio-system namespace. For these tests,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 796 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/example2/v1/types.go

    type ReplicaSetSpec struct {
    	// Replicas is the number of desired replicas.
    	// This is a pointer to distinguish between explicit zero and unspecified.
    	// Defaults to 1.
    	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
    	// +optional
    	Replicas *int32 `json:"replicas,omitempty" protobuf:"varint,1,opt,name=replicas"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 29 00:35:16 UTC 2019
    - 2.7K bytes
    - Viewed (0)
  4. releasenotes/notes/helm_chart_pilot_deployment_affinity_tolerations.yaml

    issue: []
    
    docs: []
    
    releaseNotes:
    - |
      **Added** values to the Istio Pilot Helm charts for configuring affinity rules and tolerations on the Deployment.  Can be used for better placement of Istio pilot workloads.
    
    upgradeNotes: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 25 10:38:12 UTC 2022
    - 373 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/apis/example2/v1/generated.proto

      // More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
      // +optional
      optional int32 replicas = 1;
    }
    
    // ReplicaSetStatus represents the current status of a ReplicaSet.
    message ReplicaSetStatus {
      // Replicas is the most recently oberved number of replicas.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/authorizationpolicies.yaml

    ---
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: httpbin-nopods # Invalid: there aren't matching workloads for this selector
      namespace: httpbin
    spec:
      selector:
        matchLabels:
          app: bogus-label # Bogus label. No matching workloads
          version: v1
      rules:
        - from:
            - source:
                principals: ["cluster.local/ns/default/sa/sleep"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 08 14:14:46 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/calloptions.go

    		// Nothing to do.
    		return o.ProxyProtocolVersion
    	}
    	return 0
    }
    
    func (o *CallOptions) numWorkloads() int {
    	if o.To == nil {
    		return 0
    	}
    	workloads, err := o.To.Workloads()
    	if err != nil {
    		return 0
    	}
    	return len(workloads)
    }
    
    func (o *CallOptions) fillConnectionParams() {
    	// Overrides connection parameters for scheme.
    	switch o.Scheme {
    	case scheme.DNS:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_serviceentry_test.go

    					WorkloadType:      workloadapi.WorkloadType_POD,
    					WorkloadName:      "name0",
    					ClusterId:         testC,
    				},
    			},
    		},
    	}})
    
    	// test code path where service entry selects workloads via `ServiceEntry.workloadSelector`
    	s.addPods(t, "140.140.0.10", "pod1", "sa1", map[string]string{"app": "a"}, nil, true, corev1.PodRunning)
    	s.assertEvent(t, s.podXdsName("pod1"))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:01:04 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  9. tests/integration/pilot/mirror_test.go

    	counts := map[string]float64{}
    	for _, instance := range instances {
    		workloads, err := instance.Workloads()
    		if err != nil {
    			return -1, fmt.Errorf("failed to get Subsets: %v", err)
    		}
    		var logs string
    		for _, w := range workloads {
    			l, err := w.Logs()
    			if err != nil {
    				return -1, fmt.Errorf("failed getting logs: %v", err)
    			}
    			logs += l
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. tests/integration/security/ca_custom_root/trust_domain_alias_secure_naming_test.go

    //
    // Setup:
    // 1. Setup Istio with custom CA cert. This is because we need to use that root cert to sign customized
    //
    //	certificate for server workloads to give them different trust domains.
    //
    // 2. One client workload with sidecar injected.
    // 3. Two naked server workloads with custom certs whose URI SAN have different SPIFFE trust domains.
    // 4. PeerAuthentication with strict mtls, to enforce the mtls connection.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 3.7K bytes
    - Viewed (0)
Back to top