use raw github url for ip-masq-agent.yaml
This commit is contained in:
parent
1009f889d5
commit
52b8d44683
|
|
@ -60,7 +60,7 @@ By default, in GCE/GKE starting with Kubernetes version 1.7.0, the ip-masq-agent
|
||||||
To create an ip-masq-agent, run the following kubectl command:
|
To create an ip-masq-agent, run the following kubectl command:
|
||||||
|
|
||||||
`
|
`
|
||||||
kubectl create -f https://github.com/kubernetes-incubator/ip-masq-agent/blob/master/ip-masq-agent.yaml
|
kubectl create -f https://raw.githubusercontent.com/kubernetes-incubator/ip-masq-agent/master/ip-masq-agent.yaml
|
||||||
`
|
`
|
||||||
|
|
||||||
More information can be found in the ip-masq-agent documentation [here](https://github.com/kubernetes-incubator/ip-masq-agent)
|
More information can be found in the ip-masq-agent documentation [here](https://github.com/kubernetes-incubator/ip-masq-agent)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue