Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 7,915 for gsed (0.07 sec)

  1. hack/lib/util.sh

        SED="sed"
      elif command -v gsed &>/dev/null; then
        SED="gsed"
      else
        kube::log::error "Failed to find GNU sed as sed or gsed. If you are on Mac: brew install gnu-sed." >&2
        return 1
      fi
      kube::util::sourced_variable "${SED}"
    }
    
    # kube::util::ensure-gnu-date
    # Determines which date binary is gnu-date on linux/darwin
    #
    # Sets:
    #  DATE: The name of the gnu-date binary
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. cluster/addons/dns/coredns/coredns.yaml.sed

    Matt Dainty <******@****.***> 1697673049 +0100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 23:50:49 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top