Skip to content

Commit

Permalink
Add new faq to v3.0 and v2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjd committed Nov 29, 2017
1 parent 95941ce commit 723c727
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v2.6/usage/troubleshooting/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ interface. This makes the host behave like a gateway, responding to
ARPs for 169.254.1.1 without having to actually allocate the IP address
to the interface.

## Why do all cali\* interfaces have the MAC address ee:ee:ee:ee:ee:ee?

In some setups the kernel is unable to generate a persistent MAC address and so
{{site.prodname}} assigns a MAC address itself. Since {{site.prodname}} uses
point-to-point routed interfaces, traffic does not reach the data link layer
so the MAC Address is never used and can therefore be the same for all the
cali\* interfaces.

## Can I prevent my Kubernetes pods from initiating outgoing connections?

Yes! The Kubernetes [NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/network-policies/)
Expand Down
8 changes: 8 additions & 0 deletions v3.0/usage/troubleshooting/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ interface. This makes the host behave like a gateway, responding to
ARPs for 169.254.1.1 without having to actually allocate the IP address
to the interface.

## Why do all cali\* interfaces have the MAC address ee:ee:ee:ee:ee:ee?

In some setups the kernel is unable to generate a persistent MAC address and so
{{site.prodname}} assigns a MAC address itself. Since {{site.prodname}} uses
point-to-point routed interfaces, traffic does not reach the data link layer
so the MAC Address is never used and can therefore be the same for all the
cali\* interfaces.

## Can I prevent my Kubernetes pods from initiating outgoing connections?

Yes! The Kubernetes [`NetworkPolicy`](https://kubernetes.io/docs/concepts/services-networking/network-policies/)
Expand Down

0 comments on commit 723c727

Please sign in to comment.