Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,827 for augment (0.41 sec)

  1. pilot/cmd/pilot-agent/options/agent.go

    package options
    
    import (
    	"os"
    	"path/filepath"
    	"strings"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	"istio.io/istio/pkg/bootstrap/platform"
    	istioagent "istio.io/istio/pkg/istio-agent"
    	"istio.io/istio/pkg/util/sets"
    	"istio.io/istio/pkg/wasm"
    )
    
    // Similar with ISTIO_META_, which is used to customize the node metadata - this customizes extra header.
    const xdsHeaderPrefix = "XDS_HEADER_"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/grpc-agent.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: grpc
    spec:
      selector:
        matchLabels:
          app: grpc
      template:
        metadata:
          annotations:
            inject.istio.io/templates: grpc-agent
          labels:
            app: grpc
        spec:
          containers:
          - name: traffic
            image: "fake.docker.io/google-samples/traffic-go-gke:1.0"
            readinessProbe:
              httpGet:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 03 20:19:49 UTC 2021
    - 414 bytes
    - Viewed (0)
  3. analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/argument.kt

    Kristoffer Andersen <******@****.***> 1659368814 +0200
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Oct 05 15:06:52 UTC 2022
    - 99 bytes
    - Viewed (0)
  4. analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/argument.txt

    Kristoffer Andersen <******@****.***> 1659368814 +0200
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Oct 05 15:06:52 UTC 2022
    - 66 bytes
    - Viewed (0)
  5. cluster/addons/ip-masq-agent/ip-masq-agent.yaml

      template:
        metadata:
          labels:
            k8s-app: ip-masq-agent
        spec:
          priorityClassName: system-node-critical
          serviceAccountName: ip-masq-agent
          hostNetwork: true
          containers:
          - name: ip-masq-agent
            image: registry.k8s.io/networking/ip-masq-agent-amd64:v2.6.1
            args:
              - --masq-chain=IP-MASQ
              - --nomasq-all-reserved-ranges
            resources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. releasenotes/notes/agent-metrics.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue:
    - 22825
    releaseNotes:
    - |
      **Added** Prometheus metrics to istio-agent.
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 300 bytes
    - Viewed (0)
  7. cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

    metadata:
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
        k8s-app: konnectivity-agent
      namespace: kube-system
      name: konnectivity-agent
    spec:
      selector:
        matchLabels:
          k8s-app: konnectivity-agent
      updateStrategy:
        type: RollingUpdate
      template:
        metadata:
          labels:
            k8s-app: konnectivity-agent
        spec:
          priorityClassName: system-cluster-critical
          tolerations:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. pkg/istio-agent/agent.go

    	}, serviceNodeSeparator)
    }
    
    // Agent contains the configuration of the agent, based on the injected
    // environment:
    // - SDS hostPath if node-agent was used
    // - /etc/certs/key if Citadel or other mounted Secrets are used
    // - root cert to use for connecting to XDS server
    // - CA address, with proper defaults and detection
    type Agent struct {
    	proxyConfig *mesh.ProxyConfig
    
    	cfg       *AgentOptions
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  9. releasenotes/notes/set-user-agent.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 28231
    
    releaseNotes:
    - |
      **Fixed** user-agent in all istio binaries to include version.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 10 18:10:28 UTC 2021
    - 226 bytes
    - Viewed (0)
  10. cluster/gce/addons/konnectivity-agent/konnectivity-agent-rbac.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: konnectivity-agent
      namespace: kube-system
      labels:
        kubernetes.io/cluster-service: "true"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 02 01:24:48 UTC 2020
    - 197 bytes
    - Viewed (0)
Back to top