We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aab522 + f9ed398 commit 0c1956eCopy full SHA for 0c1956e
README.md
@@ -22,7 +22,23 @@ Generate the initial Certificate Revocation List. This file needs to be updated
22
$ docker run --user=$(id -u) -e EASYRSA_CRL_DAYS=180 -v $PWD:/etc/openvpn -ti ptlange/openvpn easyrsa gen-crl
23
```
24
25
+
26
+Getting service_cidr and pod_cidr within google cloud:
27
28
+service_cidr:
29
30
+```
31
+gcloud container clusters describe <your clustername> | grep servicesIpv4Cidr
32
33
34
+pod_cidr:
35
36
37
+gcloud container clusters describe <your clustername> | grep clusterIpv4Cidr
38
39
40
Deploy the VPN server (namespace needs to exist already):
41
42
43
$ ./kube/deploy.sh
44
Usage: ./kube/deploy.sh <namespace> <OpenVPN URL> <service cidr> <pod cidr>
0 commit comments