Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
liwenwu-amazon committed Dec 4, 2017
1 parent b6742d4 commit b5dc7ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# amazon-vpc-cni-k8s
Networking plugin for pod networking in [Kubernetes](https://kubernetes.io/) using [Elastic Network Interfaces](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html) on AWS.

## note
## Status

* STATUS: Preview. Do not use for production workloads while in preview
**Alpha** This is an experimental release as part of the [Amazon EKS](https://aws.amazon.com/eks/) Preview.
Interfaces and functionality may change. Expect bugs (and please help us squash them).
DO NOT use for production workloads.

## Installing

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
defaultLogFilePath = "/host/var/log/aws-routed-eni/ipamd.log"
version = "1.0.1"
version = "0.1.1"
)

func main() {
Expand Down

0 comments on commit b5dc7ad

Please sign in to comment.