Skip to content

Commit

Permalink
Merge pull request #3107 from murali-reddy/kube-router-doc
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

remove source/destination check requirement for kube-router from docs

Kube-router automatically disables source/destination checks for the AWS
EC2 instances now user need not perform explicitly.

Fixed as part of cloudnativelabs/kube-router#35
  • Loading branch information
Kubernetes Submit Queue authored Aug 2, 2017
2 parents b40320a + b7e1b12 commit 366f38b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,7 @@ $ kops create cluster \
--name myclustername.mydns.io
```

Currently kube-router supports 1.6 and above. Please note that kube-router will also provide service proxy, so kube-proxy will not be deployed in to the cluster. Kube-router used node routing stack for cross node pod-to-pod connectivity with out any encapsulation. In the case of AWS, EC2 instances have source/destination checks enabled by default. So please ensure to turn off source-destination checks on the AWS EC2 instances by running below command.

```
aws ec2 modify-instance-attribute --instance-id <ec2 instance id> --no-source-dest-check
```
Currently kube-router supports 1.6 and above. Please note that kube-router will also provide service proxy, so kube-proxy will not be deployed in to the cluster.

### Validating CNI Installation

Expand Down

0 comments on commit 366f38b

Please sign in to comment.