Browse Source

Merge pull request #8394 from chris-wagner/patch-1

Fix field names in Container Linux Config for etcd 3.x service
Gyu-Ho Lee 8 years ago
parent
commit
46b42e3cf0
1 changed files with 7 additions and 7 deletions
  1. 7 7
      Documentation/platforms/container-linux-systemd.md

+ 7 - 7
Documentation/platforms/container-linux-systemd.md

@@ -134,13 +134,13 @@ etcd:
   initial_cluster_state:       new
   initial_cluster_state:       new
   client_cert_auth:            true
   client_cert_auth:            true
   trusted_ca_file:             /etc/ssl/certs/etcd-root-ca.pem
   trusted_ca_file:             /etc/ssl/certs/etcd-root-ca.pem
-  cert-file:                   /etc/ssl/certs/s1.pem
-  key-file:                    /etc/ssl/certs/s1-key.pem
-  peer-client-cert-auth:       true
-  peer-trusted-ca-file:        /etc/ssl/certs/etcd-root-ca.pem
-  peer-cert-file:              /etc/ssl/certs/s1.pem
-  peer-key-file:               /etc/ssl/certs/s1-key.pem
-  auto-compaction-retention:   1
+  cert_file:                   /etc/ssl/certs/s1.pem
+  key_file:                    /etc/ssl/certs/s1-key.pem
+  peer_client_cert_auth:       true
+  peer_trusted_ca_file:        /etc/ssl/certs/etcd-root-ca.pem
+  peer_cert_file:              /etc/ssl/certs/s1.pem
+  peer_key_file:               /etc/ssl/certs/s1-key.pem
+  auto_compaction_retention:   1
 ```
 ```
 
 
 ```
 ```