File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ $ kubectl --namespace=deis annotate replicationcontroller deis-router router.dei
4747The format is the same for the controller whitelist but you need to specify the whitelist directly
4848to the controller's service. For example:
4949
50- $ kubectl --namespace=deis annotate service deis-controller router.deis.io/whitelist="10.0.1.0/24: office_intranet ,121.212.121.212: dev_jenkins "
50+ $ kubectl --namespace=deis annotate service deis-controller router.deis.io/whitelist="10.0.1.0/24,121.212.121.212"
5151
5252And the same applies to applications. For example, to apply a whitelist to an application named
5353` example ` :
5454
55- $ kubectl --namespace=example annotate service example-web router.deis.io/whitelist="10.0.1.0/24: office_intranet ,121.212.121.212: dev_jenkins "
55+ $ kubectl --namespace=example annotate service example-web router.deis.io/whitelist="10.0.1.0/24,121.212.121.212"
You can’t perform that action at this time.
0 commit comments