Skip to content
Snippets Groups Projects
Unverified Commit 5681c8c8 authored by Brent Baude's avatar Brent Baude Committed by GitHub
Browse files

Merge pull request #6 from baude/readmefix

remove erroneous information from readme.md
parents 71f0f26c f456ac41
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
## Overview ## Overview
This plugin creates firewall rules to allow traffic to/from container IP address via the host network .
It does not create any network interfaces and therefore does not set up connectivity by itself.
It is intended to be used as a chained plugins.
This plugin sets up the use of dnsmasq on a given CNI network so that Pods can resolve each other by name. When configured, This plugin sets up the use of dnsmasq on a given CNI network so that Pods can resolve each other by name. When configured,
the pod and its IP address are added to a network specific hosts file that dnsmasq will read in. Similarly, when a pod the pod and its IP address are added to a network specific hosts file that dnsmasq will read in. Similarly, when a pod
is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment