ottoyiu / k8s-ec2-srcdst

A Kubernetes Controller that will ensure that the EC2 Source Destination Check (source-dest-check attribute) is disabled on nodes within the cluster.
Apache License 2.0
18 stars 8 forks source link

Converting the project to use go modules and removing vendor folder #15

Closed rahanar closed 5 years ago

rahanar commented 5 years ago

Converted the project to go module and removed vendor folder

ottoyiu commented 5 years ago

@rahanar could you rebase? I fixed the travis CI, thanks!

rahanar commented 5 years ago

It is passing now! Thanks for the fix