You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, we cannot review nebula logs via kubectl logs or other logging system.
Add the sidecar for nebula-graphd, nebula-metad, nebula-storaged, so that we can capture the logs via stdout.
e.g.
The text was updated successfully, but these errors were encountered:
You can access logs through the following command:
# list log files
kubectl -n $NAMESPACEexec -it $POD_NAME -- ls logs/
# then select a log file
kubectl -n $NAMESPACEexec -it $POD_NAME -- tailf logs/$log_file# Or you can enter the pod, and then execute shell
kubectl -n $NAMESPACEexec -it $POD_NAME -- bash
currently, we cannot review nebula logs via kubectl logs or other logging system.
Add the sidecar for nebula-graphd, nebula-metad, nebula-storaged, so that we can capture the logs via stdout.
e.g.
The text was updated successfully, but these errors were encountered: