Created
August 26, 2019 15:19
-
-
Save glennswest/c6b5aea259afa777bdcb3c4dd190a4fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\bin\ovnkube.exe --init-node $env:COMPUTERNAME.ToLower() ` | |
-k8s-kubeconfig="C:\Users\Administrator\.kube\config" ` | |
--config-file "C:\cni\ovn_k8s.conf" ` | |
-cluster-subnet 10.128.0.0/14 ` | |
-cni-conf-dir="C:\cni" ` | |
-service-cluster-ip-range 172.30.0.0/16 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment