add a zrok CLI flag to ignore the controller's API version so we can test pre-release versions like the one that's automatically built from the main branch into a container image openziti/zrok:main.
To date, I've only encountered this snag with builds on the main branch. Builds on other branches have a baked-in version based on the latest release, which passes the client's compatibility test just fine.
add a zrok CLI flag to ignore the controller's API version so we can test pre-release versions like the one that's automatically built from the main branch into a container image
openziti/zrok:main
.