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.
1 parent 299e1b0 commit edb734aCopy full SHA for edb734a
docs/deployment/troubleshooting.md
@@ -205,6 +205,24 @@ $ kubectl logs -n openfaas-fn deploy/FUNCTION_NAME
205
$ kubectl describe -n openfaas-fn deploy/FUNCTION_NAME
206
```
207
208
+```
209
+$ kubectl get events --sort-by=.metadata.creationTimestamp -n openfaas-fn
210
211
+
212
+### Check logs of the core services
213
214
215
+$ kubectl logs -n openfaas-fn deploy/faas-netes
216
+$ kubectl logs -n openfaas-fn deploy/gateway
217
+$ kubectl logs -n openfaas-fn deploy/queue-worker
218
219
220
+Check for events too
221
222
223
+$ kubectl get events --sort-by=.metadata.creationTimestamp -n openfaas
224
225
226
### Remove the OpenFaaS deployment
227
228
From within the `faas-netes` folder:
0 commit comments