A Kubernetes Controller that will ensure that the EC2 Source Destination Check (source-dest-check attribute) is disabled on nodes within the cluster.
18
stars
8
forks
source link
Add cast checks and remove DeleteFunc callback #11
Closed
ottoyiu closed 6 years ago
Fixes issue reported in #9 regarding object not being a Node object. Removed DeleteFunc callback as it is not needed.
Not ready to be merged yet. Needs to be tested.