Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for conf1 (0.04 sec)

  1. hack/local-up-cluster.sh

    NODE_PORT_RANGE=${NODE_PORT_RANGE:-""}
    API_BIND_ADDR=${API_BIND_ADDR:-"0.0.0.0"}
    EXTERNAL_HOSTNAME=${EXTERNAL_HOSTNAME:-localhost}
    
    KUBELET_HOST=${KUBELET_HOST:-"127.0.0.1"}
    KUBELET_RESOLV_CONF=${KUBELET_RESOLV_CONF:-"/etc/resolv.conf"}
    # By default only allow CORS for requests on localhost
    API_CORS_ALLOWED_ORIGINS=${API_CORS_ALLOWED_ORIGINS:-/127.0.0.1(:[0-9]+)?$,/localhost(:[0-9]+)?$}
    KUBELET_PORT=${KUBELET_PORT:-10250}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	DN_SILENT_INSTALL        = 0x20000000        // Silent install
    	DN_NO_SHOW_IN_DM         = 0x40000000        // No show in device manager
    	DN_BOOT_LOG_PROB         = 0x80000000        // Had a problem during preassignment of boot log conf
    	DN_NEED_RESTART          = DN_LIAR           // System needs to be restarted for this Devnode to work properly
    	DN_DRIVER_BLOCKED        = DN_NOT_FIRST_TIME // One or more drivers are blocked from loading for this Devnode
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier.go

    	// we switch into "large cluster mode" and optimize for iptables
    	// performance over iptables debuggability
    	largeClusterEndpointsThreshold = 1000
    )
    
    const sysctlRouteLocalnet = "net/ipv4/conf/all/route_localnet"
    const sysctlNFConntrackTCPBeLiberal = "net/netfilter/nf_conntrack_tcp_be_liberal"
    
    // NewDualStackProxier creates a MetaProxier instance, with IPv4 and IPv6 proxies.
    func NewDualStackProxier(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      string cniConfDir = 7;
    
      // The name of the CNI plugin configuration file. Defaults to istio-cni.conf.
      string cniConfFileName = 8;
    
      // The directory path within the cluster node's filesystem where network namespaces are located.
      // Defaults to '/var/run/netns', in minikube/docker/others can be '/var/run/docker/netns'.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    To use the new approach, simply replace any `upload<Conf>` configuration with a `publishing {}` block. See the <<publishing_setup.adoc#publishing_overview,publishing overview chapter>> for more information.
    
    [[rel4.8:deferred_configuration]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top