Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for INITIAL_ADVERTISE_PEER_URLS (0.2 sec)

  1. cluster/gce/manifests/etcd.manifest

            "value": "{{ etcd_cluster }}"
          },
          { "name": "LISTEN_PEER_URLS",
            "value": "{{ etcd_protocol }}://{{ host_ip }}:{{ server_port }}"
          },
          { "name": "INITIAL_ADVERTISE_PEER_URLS",
            "value": "{{ etcd_protocol }}://{{ hostname }}:{{ server_port }}"
          },
          { "name": "ETCD_CREDS",
            "value": "{{ etcd_creds }}"
          },
          { "name": "ETCD_APISERVER_CREDS",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. cluster/images/etcd/migrate/options.go

    	initialClusterEnv     = "INITIAL_CLUSTER"
    	initialClusterFmt     = "%s=http://localhost:%d"
    	peerListenUrlsEnv     = "LISTEN_PEER_URLS"
    	peerListenUrlsFmt     = "http://localhost:%d"
    	peerAdvertiseUrlsEnv  = "INITIAL_ADVERTISE_PEER_URLS"
    	peerAdvertiseUrlsFmt  = "http://localhost:%d"
    	clientListenURLsEnv   = "LISTEN_CLIENT_URLS"
    	clientListenURLFmt    = "http://127.0.0.1:%d"
    	targetVersionEnv      = "TARGET_VERSION"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 09:59:52 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top