Skip to content

Commit 521ea28

Browse files
David McKayalexellis
authored andcommitted
Docs update for side-car adoption of faas-netes controller
openfaas/faas-netes#191 Signed-off-by: David McKay <[email protected]>
1 parent d163ca4 commit 521ea28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/deployment/troubleshooting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Received JSON webook. Elements: 10
132132
$ kubectl logs deploy/json-hook -n openfaas-fn
133133
2018/01/28 20:50:27 Writing lock-file to: /tmp/.lock
134134
2018/01/28 20:50:35 Forking fprocess.
135-
2018/01/28 20:50:35 Query
135+
2018/01/28 20:50:35 Query
136136
2018/01/28 20:50:35 Path /function/json-hook
137137
Received JSON webook. Elements: 10
138138
2018/01/28 20:50:35 Duration: 0.001857 seconds
@@ -154,11 +154,11 @@ Checklist:
154154

155155
On certain Linux distributions the name `localhost` maps to an IPv6 alias meaning that the CLI may hang. In these circumstances you have two options:
156156

157-
1. Use the `-g` or `--gateway` argument with `127.0.0.1:8080` or similar
157+
1. Use the `-g` or `--gateway` argument with `127.0.0.1:8080` or similar
158158

159-
2. Set the `OPENFAAS_URL` environmental variable to `127.0.0.1:8080` or similar
159+
2. Set the `OPENFAAS_URL` environmental variable to `127.0.0.1:8080` or similar
160160

161-
3. Edit the `/etc/hosts` file on your machine and remove the IPv6 alias for localhost (this forces the use of IPv4)
161+
3. Edit the `/etc/hosts` file on your machine and remove the IPv6 alias for localhost (this forces the use of IPv4)
162162

163163
## Troubleshooting Swarm or Kubernetes
164164

@@ -196,7 +196,7 @@ If you have additional services / functions remove the remaining ones like this:
196196
$ docker service ls -q | xargs docker service rm
197197
```
198198

199-
*Use with caution*
199+
_Use with caution_
200200

201201
#### I forgot my gateway password
202202

@@ -253,8 +253,8 @@ These instructions may differ depending on whether you are using faas-netes (def
253253
##### Get logs using faas-netes
254254

255255
```
256-
$ kubectl logs -n openfaas deploy/faas-netes
257-
$ kubectl logs -n openfaas deploy/gateway
256+
$ kubectl logs -n openfaas deploy/gateway -c faas-netes
257+
$ kubectl logs -n openfaas deploy/gateway -c gateway
258258
```
259259

260260
##### Check the queue-worker

0 commit comments

Comments
 (0)