Skip to content

Commit

Permalink
Merge pull request #1518 from MattTheCuber/master
Browse files Browse the repository at this point in the history
Minor typo in troubleshooting documentation
  • Loading branch information
manuelbuil authored Jan 5, 2022
2 parents 7d0cbdf + 9232ad8 commit e321e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flannel uses the `klog` library but only supports logging to stderr. The severit

When running under systemd (e.g. on CoreOS Container Linux) the logs can be viewed with `journalctl -u flanneld`

When flannel is running as a pod on Kubernetes, the logs can be viewed with `kubectl logs --namespace kube-system <POD_ID> -c kube-flannel`. You can find the pod IDs with `kubectl get po --namespace kube-system -l app=flannel`
When flannel is running as a pod on Kubernetes, the logs can be viewed with `kubectl logs --namespace kube-system <POD_ID> -c kube-flannel`. You can find the pod IDs with `kubectl get pod --namespace kube-system -l app=flannel`

## Interface selection and the public IP.
Most backends require that each node has a unique "public IP" address. This address is chosen when flannel starts. Because leases are tied to the public address, if the address changes, flannel must be restarted.
Expand Down

0 comments on commit e321e94

Please sign in to comment.