c87a30450a
1. Confirm the document content is similar as en version.
2. Merge the zh release-1.14 version into 1.15 version
3. add the 1.14 all sample into 1.15 for template work. The build looks fine.
- docs
- concepts
- architecture
15 lines
365 B
YAML
15 lines
365 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: etcd-env-config
|
|
data:
|
|
number_of_members: "1"
|
|
initial_cluster_state: new
|
|
initial_cluster_token: DUMMY_ETCD_INITIAL_CLUSTER_TOKEN
|
|
discovery_token: DUMMY_ETCD_DISCOVERY_TOKEN
|
|
discovery_url: http://etcd_discovery:2379
|
|
etcdctl_peers: http://etcd:2379
|
|
duplicate_key: FROM_CONFIG_MAP
|
|
REPLACE_ME: "a value"
|
|
|