浏览代码

Merge pull request #10942 from sdodson/devel-40-replicas-1

[libvirt] Set worker replicas to 1 for now
Scott Dodson 6 年之前
父节点
当前提交
dbb24ca8d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/libvirt/install-config.yml.template

+ 1 - 1
test/libvirt/install-config.yml.template

@@ -4,7 +4,7 @@ machines:
 - name: master
   replicas: ${OCP_MASTERS}
 - name: worker
-  replicas: 0
+  replicas: 1
 metadata:
   name: ${OCP_CLUSTER_NAME}
 networking: