contiv / netplugin

Container networking for various use cases
Apache License 2.0
513 stars 177 forks source link

remove some k8s 1.4 support and broken targets #1079

Closed chrisplo closed 6 years ago

chrisplo commented 6 years ago

The k8s-legacy-* makefile targets were supporting older versions of kubernetes (pre 1.4).

setup_cluster when it does not need legacy installation support or 1.4 support is greatly simplified and some supporting scripts to support ansible are no longer needed.

removing k8s-demo and k8s-demo-start as they required the third party ansible deployment that is no longer supported

Signed-off-by: Chris Plock chrisplo@cisco.com

chrisplo commented 6 years ago

build PR

vhosakot commented 6 years ago

RIP 1.4 😉

Do we need the equivalent of the following files for k8s 1.6? If yes, will they be added in a follow-up PR?

start_sanity_service.sh
vagrant_cluster.py
restart_cluster.sh
copy_demo.sh