Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for envoy_bootstrap (0.28 sec)

  1. tools/packaging/common/envoy_bootstrap.json

    lei-tang <******@****.***> 1715879128 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  2. tools/docker.yaml

      dockerfile: pilot/docker/Dockerfile.proxyv2
      files:
      - tools/packaging/common/envoy_bootstrap.json
      - tools/packaging/common/gcp_envoy_bootstrap.json
      - ${TARGET_OUT_LINUX}/${RELEASE_MODE}/${SIDECAR}
      targets:
      - ${TARGET_OUT_LINUX}/pilot-agent
    - name: pilot
      dockerfile: pilot/docker/Dockerfile.pilot
      files:
      - tools/packaging/common/envoy_bootstrap.json
      - tools/packaging/common/gcp_envoy_bootstrap.json
      targets:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. pilot/docker/Dockerfile.proxyv2

    # hadolint ignore=DL3006
    FROM ${BASE_DISTRIBUTION:-debug}
    
    WORKDIR /
    
    ARG proxy_version
    ARG SIDECAR=envoy
    
    # Copy Envoy bootstrap templates used by pilot-agent
    COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json
    COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json
    
    # Install Envoy.
    ARG TARGETARCH
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 00:17:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. pkg/bootstrap/instance_test.go

    			replacement: []byte("$1/test-path/$2"),
    		},
    		{
    			// Example: "customConfigFile":"../../tools/packaging/common/envoy_bootstrap.json"
    			// The path may change in CI/other machines
    			pattern:     regexp.MustCompile(`("customConfigFile":").*(envoy_bootstrap.json")`),
    			replacement: []byte(`"customConfigFile":"envoy_bootstrap.json"`),
    		},
    		{
    			pattern:     regexp.MustCompile(tmpDir),
    			replacement: []byte(`/tmp`),
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  5. CODEOWNERS

    /tools/                                                          @istio/wg-test-and-release-maintainers
    /tools/packaging/common/envoy_bootstrap.json                     @istio/wg-networking-maintainers
    /tools/istio-iptables/                                           @istio/wg-networking-maintainers
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 19:22:33 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/tracing_none_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/authsds_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/xdsproxy_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

    ...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/auth_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top