瀏覽代碼

Document the new version field for installer config.

Devan Goodwin 9 年之前
父節點
當前提交
ec31736606
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      utils/docs/config.md

+ 5 - 0
utils/docs/config.md

@@ -7,6 +7,7 @@ The default location this config file will be written to ~/.config/openshift/ins
 ## Example
 ## Example
 
 
 ```
 ```
+version: v1
 variant: openshift-enterprise
 variant: openshift-enterprise
 variant_version: 3.0
 variant_version: 3.0
 ansible_ssh_user: root
 ansible_ssh_user: root
@@ -32,6 +33,10 @@ hosts:
 
 
 ## Primary Settings
 ## Primary Settings
 
 
+### version
+
+Indicates the version of configuration this file was written with. Current implementation is v1.
+
 ### variant
 ### variant
 
 
 The OpenShift variant to install. Currently valid options are:
 The OpenShift variant to install. Currently valid options are: