Browse Source

[libvirt] Set workers replicas to 1 for now

The installer rejects 0.
Scott Dodson 6 years ago
parent
commit
d810d672ca
1 changed files with 1 additions and 1 deletions
  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: