Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 189 for Workload (0.18 sec)

  1. pkg/model/proxy.go

    type BootstrapNodeMetadata struct {
    	NodeMetadata
    
    	// InstanceName is the short name for the workload instance (ex: pod name)
    	// replaces POD_NAME
    	InstanceName string `json:"NAME,omitempty"`
    
    	// Owner specifies the workload owner (opaque string). Typically, this is the owning controller of
    	// of the workload instance (ex: k8s deployment for a k8s pod).
    	Owner string `json:"OWNER,omitempty"`
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 17:18:17 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  2. security/pkg/nodeagent/cache/secretcache.go

    }
    
    func (s *secretCache) GetWorkload() *security.SecretItem {
    	s.mu.RLock()
    	defer s.mu.RUnlock()
    	if s.workload == nil {
    		return nil
    	}
    	return s.workload
    }
    
    func (s *secretCache) SetWorkload(value *security.SecretItem) {
    	s.mu.Lock()
    	defer s.mu.Unlock()
    	s.workload = value
    }
    
    var _ security.SecretManager = &SecretManagerClient{}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  3. pilot/pkg/security/authn/policy_applier.go

    // - It should have the setting from the most narrow scope (i.e workload-level is preferred over
    // namespace-level, which is preferred over mesh-level).
    // - When there are more than one policy in the same scope (i.e workload-level), the oldest one win.
    // - UNSET will be replaced with the setting from the parent. I.e UNSET port-level config will be
    // replaced with config from workload-level, UNSET in workload-level config will be replaced with
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  4. manifests/charts/gateways/istio-egress/templates/deployment.yaml

                    fieldPath: spec.nodeName
              volumeMounts:
              - name: workload-socket
                mountPath: /var/run/secrets/workload-spiffe-uds
              - name: credential-socket
                mountPath: /var/run/secrets/credential-uds
              - name: workload-certs
                mountPath: /var/run/secrets/workload-spiffe-credentials
              - name: istio-envoy
                mountPath: /etc/istio/proxy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  5. manifests/charts/gateways/istio-ingress/templates/deployment.yaml

                    fieldPath: spec.nodeName
              volumeMounts:
              - name: workload-socket
                mountPath: /var/run/secrets/workload-spiffe-uds
              - name: credential-socket
                mountPath: /var/run/secrets/credential-uds
              - name: workload-certs
                mountPath: /var/run/secrets/workload-spiffe-credentials
              - name: istio-envoy
                mountPath: /etc/istio/proxy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. pkg/config/analysis/msg/messages.yaml

            type: string
    
      - name: "MultipleSidecarsWithoutWorkloadSelectors"
        code: IST0111
        level: Error
        description: "More than one sidecar resource in a namespace has no workload selector"
        template: "The Sidecars %v in namespace %q have no workload selector, which can lead to undefined behavior."
        args:
          - name: conflictingSidecars
            type: "[]string"
          - name: namespace
            type: string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/pod_test.go

    		t.Error(err)
    	}
    	if handled != 0 {
    		t.Errorf("notified workload handler %d times, want %d", handled, 0)
    	}
    
    	if err := f(nil, &v1.Pod{ObjectMeta: pod1, Status: v1.PodStatus{Conditions: readyCondition, PodIP: ip, Phase: v1.PodPending}}, model.EventUpdate); err != nil {
    		t.Error(err)
    	}
    	if handled != 1 {
    		t.Errorf("notified workload handler %d times, want %d", handled, 1)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 18:27:40 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  8. tests/integration/security/reachability_test.go

    					minIstioVersion:    integIstioVersion,
    				},
    				{
    					name: "mtls strict",
    					configs: config.Sources{
    						config.File("testdata/reachability/workload-peer-authn.yaml.tmpl"),
    						config.File("testdata/reachability/workload-dr.yaml.tmpl"),
    					}.WithParams(param.Params{
    						mtlsModeParam: model.MTLSStrict.String(),
    						tlsModeParam:  "ISTIO_MUTUAL",
    					}),
    					fromMatch:          notMigration,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/kube/controller/ambient/waypoints.go

    	// DefaultBinding for an inbound zTunnel to use to connect to a Waypoint it captures.
    	// This is applied to the Workloads that are instances of the current Waypoint.
    	DefaultBinding InboundBinding
    
    	// TrafficType controls whether Service or Workload can reference this
    	// waypoint. Must be one of "all", "service", "workload".
    	TrafficType string
    
    	// ServiceAccounts from instances of the waypoint.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:28 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/files/injection-template.yaml

      {{ template "resources" . }}
        volumeMounts:
        - name: workload-socket
          mountPath: /var/run/secrets/workload-spiffe-uds
        - name: credential-socket
          mountPath: /var/run/secrets/credential-uds
        {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
        - name: gke-workload-certificate
          mountPath: /var/run/secrets/workload-spiffe-credentials
          readOnly: true
        {{- else }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top