Explorar el Código

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

[libvirt] Set worker replicas to 1 for now
Scott Dodson hace 6 años
padre
commit
dbb24ca8d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: