Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,053 for Echo (0.07 sec)

  1. pkg/config/xds/filter_types.go

    //go:generate sh -c "echo '// you may not use this file except in compliance with the License.' >> filter_types.gen.go"
    //go:generate sh -c "echo '// You may obtain a copy of the License at' >> filter_types.gen.go"
    //go:generate sh -c "echo '//' >> filter_types.gen.go"
    //go:generate sh -c "echo '//     http://www.apache.org/licenses/LICENSE-2.0' >> filter_types.gen.go"
    //go:generate sh -c "echo '//' >> filter_types.gen.go"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 28 16:55:31 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  2. tools/docker.yaml

      files:
      - tools/packaging/common/envoy_bootstrap.json
      - tests/testdata/certs
      - pkg/test/echo/docker/echo-start.sh
      - pkg/test/echo/docker/sudoers
      targets:
      - ${TARGET_OUT_LINUX}/release/istio-sidecar.deb
      - ${TARGET_OUT_LINUX}/client
      - ${TARGET_OUT_LINUX}/server
      emulationRequired: true
    - name: app_sidecar_ubuntu_bionic
    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. cluster/gce/windows/smoke-test.sh

          "http://$windows_webserver_pod_ip:$windows_webserver_port" &> $output_file; then
        cleanup_deployments
        echo "Failing output: $(cat $output_file)"
        echo "FAILED: ${FUNCNAME[0]}"
        echo "This test seems to be flaky. TODO(pjh): investigate."
        exit 1
      fi
    }
    
    function test_linux_pod_to_k8s_service {
      echo "TEST: ${FUNCNAME[0]}"
      local linux_command_pod
      linux_command_pod="$(get_linux_command_pod_name)"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/common/ports/ports.go

    	HTTPLocalHost    = echo.Port{Name: "http-localhost", Protocol: protocol.HTTP, ServicePort: 84, WorkloadPort: 18084, LocalhostIP: true}
    	TCPWorkloadOnly  = echo.Port{Name: "tcp-wl-only", Protocol: protocol.TCP, ServicePort: echo.NoServicePort, WorkloadPort: 19092}
    	HTTPWorkloadOnly = echo.Port{Name: "http-wl-only", Protocol: protocol.HTTP, ServicePort: echo.NoServicePort, WorkloadPort: 18083}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 08 16:17:34 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  5. tests/integration/ambient/cnirepair/main_test.go

    	Captured echo.Instances
    	// Uncaptured echo Service
    	Uncaptured echo.Instances
    	// Sidecar echo services with sidecar
    	Sidecar echo.Instances
    
    	// All echo services
    	All echo.Instances
    }
    
    // TestMain defines the entrypoint for pilot tests using a standard Istio installation.
    // If a test requires a custom install it should go into its own package, otherwise it should go
    // here to reuse a single install across tests.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 09 09:12:45 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. cluster/gce/gci/flexvolume_node_setup.sh

    mount -o remount,dev,exec ${MOUNTER_PATH}
    
    echo
    echo "Setting up FlexVolume driver..."
    echo
    
    mkdir -p ${VOLUME_PLUGIN_DIR}
    mount --bind ${VOLUME_PLUGIN_DIR} ${VOLUME_PLUGIN_DIR}
    mount -o remount,exec ${VOLUME_PLUGIN_DIR}
    generate_chroot_wrapper
    
    echo
    echo "Restarting Kubelet..."
    echo
    
    systemctl restart kubelet.service
    if kubelet_wait; then
      echo
      echo "FlexVolume is ready."
    else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 13 17:58:51 UTC 2020
    - 5.8K bytes
    - Viewed (0)
  7. hack/pin-dependency.sh

      echo "  hack/pin-dependency.sh github.com/docker/docker=github.com/johndoe/docker my-experimental-branch"
      echo ""
      echo "Replacing with a different repository is useful for testing but"
      echo "the result should never be merged into Kubernetes!"
      echo ""
      exit 1
    fi
    
    # Find the resolved version before trying to use it.
    echo "Running: go mod download ${replacement}@${sha}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 05:44:43 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. docs/site-replication/run-multi-site-oidc.sh

    #!/usr/bin/env bash
    
    # shellcheck disable=SC2120
    exit_1() {
    	cleanup
    
    	echo "minio1 ============"
    	cat /tmp/minio1_1.log
    	echo "minio2 ============"
    	cat /tmp/minio2_1.log
    	echo "minio3 ============"
    	cat /tmp/minio3_1.log
    
    	exit 1
    }
    
    cleanup() {
    	echo "Cleaning up instances of MinIO"
    	pkill minio
    	pkill -9 minio
    	rm -rf /tmp/minio{1,2,3}
    }
    
    cleanup
    
    unset MINIO_KMS_KES_CERT_FILE
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  9. tests/integration/pilot/common/routing.go

    	echoClient "istio.io/istio/pkg/test/echo"
    	"istio.io/istio/pkg/test/echo/common/scheme"
    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/check"
    	"istio.io/istio/pkg/test/framework/components/echo/common/deployment"
    	"istio.io/istio/pkg/test/framework/components/echo/common/ports"
    	"istio.io/istio/pkg/test/framework/components/echo/echotest"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  10. docs/site-replication/run-multi-site-ldap.sh

    #!/usr/bin/env bash
    
    # shellcheck disable=SC2120
    exit_1() {
    	cleanup
    
    	echo "minio1 ============"
    	cat /tmp/minio1_1.log
    	cat /tmp/minio1_2.log
    	echo "minio2 ============"
    	cat /tmp/minio2_1.log
    	cat /tmp/minio2_2.log
    	echo "minio3 ============"
    	cat /tmp/minio3_1.log
    	cat /tmp/minio3_2.log
    
    	exit 1
    }
    
    cleanup() {
    	echo "Cleaning up instances of MinIO"
    	pkill minio
    	pkill -9 minio
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top