homeworld icon indicating copy to clipboard operation
homeworld copied to clipboard

Fix kubernetes version #

Open celskeggs opened this issue 6 years ago • 1 comments

Running "kubectl version" gives us the following:

Client Version: version.Info{Major:"", Minor:"", GitVersion:"v0.0.0-master+$Format:%h$", GitCommit:"$Format:%H$", GitTreeState:"", BuildDate:"1970-01-01T00:00:00Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"{gitMajor}", Minor:"{gitMinor}", GitVersion:"{gitVersion}", GitCommit:"{gitCommit}", GitTreeState:"{gitTreeState}", BuildDate:"{buildDate}", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}

We should fix this to give us something more reasonable. See #105 for the last time this happened.

Given that this is a regression, we should set up a test to confirm this continues to work in the future.

celskeggs avatar Nov 28 '19 01:11 celskeggs

This is blocking #29, because Rook requires correct version reporting to function. This is now much higher-priority!

celskeggs avatar Jul 02 '20 05:07 celskeggs