Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 8,991 for gsed (0.17 sec)

  1. cluster/addons/dns/kube-dns/kube-dns.yaml.sed

    bzsuni <******@****.***> 1717384742 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. Makefile.core.mk

    	sed -e '1 i {{- if .Values.global.configCluster }}' -e '$$ a {{- end }}' manifests/charts/istio-control/istio-discovery/templates/validatingadmissionpolicy.yaml > manifests/charts/istiod-remote/templates/validatingadmissionpolicy.yaml
    	sed -e '1 i {{- if .Values.global.configCluster }}' -e '$$ a {{- end }}' manifests/charts/base/templates/default.yaml > manifests/charts/istiod-remote/templates/default.yaml
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  3. cluster/addons/dns/kube-dns/README.md

    ```
    
    ### Base Template files
    
    These are the authoritative base templates.
    Run 'make' to generate the Salt and Sed yaml templates from these.
    
    ```
    kube-dns.yaml.base
    ```
    
    ### Generated Salt files
    
    ```
    kube-dns.yaml.in
    ```
    
    ### Generated Sed files
    
    ```
    kube-dns.yaml.sed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  4. tools/packaging/packaging.mk

    # original name used in 0.2 - will be updated to 'istio.deb' since it now includes all istio binaries.
    SIDECAR_PACKAGE_NAME ?= istio-sidecar
    
    # TODO: rename istio-sidecar.deb to istio.deb
    
    # Note: adding --deb-systemd ${REPO_ROOT}/tools/packaging/common/istio.service will result in
    # a /etc/systemd/system/multi-user.target.wants/istio.service and auto-start. Currently not used
    # since we need configuration.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 06 19:54:32 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. common/scripts/kind_provisioner.sh

    }
    
    # setup_kind_cluster creates new KinD cluster with given name, image and configuration
    # 1. NAME: Name of the Kind cluster (optional)
    # 2. IMAGE: Node image used by KinD (optional)
    # 3. CONFIG: KinD cluster configuration YAML file. If not specified then DEFAULT_CLUSTER_YAML is used
    # 4. NOMETALBINSTALL: Dont install matllb if set.
    # This function returns 0 when everything goes well, or 1 otherwise
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 19:12:55 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  6. hack/verify-golangci-lint.sh

        echo ' (if your reviewer is okay with it).'
        if [ "$strict" ]; then
            echo
            echo 'golangci-strict.yaml was used as configuration. Warnings must be fixed in'
            echo 'new or modified code.'
        elif [ "$hints" ]; then
            echo
            echo 'golangci-hints.yaml was used as configuration. Some of the reported issues may'
            echo 'have to be fixed while others can be ignored, depending on the circumstances'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

      sed -i -e "s@{{ *suffix *}}@$1@g" "${temp_file}"
      sed -i -e "s@{{ *port *}}@$2@g" "${temp_file}"
      sed -i -e "s@{{ *server_port *}}@$3@g" "${temp_file}"
      sed -i -e "s@{{ *cpulimit *}}@\"$4\"@g" "${temp_file}"
      sed -i -e "s@{{ *hostname *}}@$host_name@g" "${temp_file}"
      sed -i -e "s@{{ *host_ip *}}@$host_ip@g" "${temp_file}"
      sed -i -e "s@{{ *etcd_cluster *}}@$etcd_cluster@g" "${temp_file}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. cluster/gce/gci/master-helper.sh

      kube_env="$(echo -e "${kube_env}\nINITIAL_ETCD_CLUSTER_STATE: 'existing'")"
    
      ETCD_CA_KEY="$(echo "${kube_env}" | grep "ETCD_CA_KEY" |  sed "s/^.*: '//" | sed "s/'$//")"
      ETCD_CA_CERT="$(echo "${kube_env}" | grep "ETCD_CA_CERT" |  sed "s/^.*: '//" | sed "s/'$//")"
      create-etcd-certs "${REPLICA_NAME}" "${ETCD_CA_CERT}" "${ETCD_CA_KEY}"
    
      kube_env="$(echo "${kube_env}" | grep -v "ETCD_PEER_KEY")"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 17 19:00:22 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  9. tests/fuzz/oss_fuzz_build.sh

    cd "${SRC}"/istio
    
    sed -i 's/\"testing\"/\"github.com\/AdamKorcz\/go-118-fuzz-build\/testing\"/g' "${SRC}"/istio/pkg/fuzz/util.go
    
    sed -i 's/out.initJwksResolver()/\/\/out.initJwksResolver()/g' "${SRC}"/istio/pilot/pkg/xds/discovery.go
    # Create empty file that imports "github.com/AdamKorcz/go-118-fuzz-build/testing"
    # This is a small hack to install this dependency, since it is not used anywhere,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 15:50:05 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/aot/tests/BUILD

        cmd = "CUDA_VISIBLE_DEVICES='' " +
              "$(location :make_test_graphs) --out_dir $(@D)",
        tags = ["manual"],
        tools = [":make_test_graphs"],
    )
    
    # This list is used to run tf_compile on the compiled graphs used by
    # tfcompile_test. The test is run for several different configurations of
    # tf_compile, so this allows the configurations to be specified in one place.
    # suffix, mlir_component
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top