소스 검색

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: