CentaurusInfra / mizar

Mizar – Experimental, High Scale and High Performance Cloud Network https://mizar.readthedocs.io
https://mizar.readthedocs.io
GNU General Public License v2.0
112 stars 50 forks source link

Fix regression in kind cluster setup #653

Closed vinaykul closed 2 years ago

vinaykul commented 2 years ago

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind design /kind feature /kind bug /kind cleanup /kind documentation

What this PR does / why we need it: kind-setup regressed due to updates to kind version and missing dynamic lib. Fixed the lib dependency, but need to update Mizar forward which is non-trivial. So using a compatible kind version for now.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer: Tested by creating kind-cluster and kubeadm 2-node setup.

Does this PR introduce a user-facing change?:

vinaykul commented 2 years ago

Some more fixes coming. /hold

vinaykul commented 2 years ago

Fixed by PR https://github.com/CentaurusInfra/mizar/pull/655