G-Harmon
G-Harmon
See, e.g., https://gubernator.k8s.io/build/kubernetes-jenkins/pr-logs/pull/GoogleCloudPlatform_k8s-multicluster-ingress/206/pull-kubernetes-multicluster-ingress-test/274/ W1030 23:10:49.953] app/kubemci/pkg/validations/validations.go:186: Verbose.Infof call has arguments but no formatting directives which is: glog.V(2).Infof("Got version: major:", major, "minor:", minor, "patch:", patch)
Kubemci doesn't care about all the fields of all the GCP resources that it creates. Some fields are not specified, so the default value is used. This works great for...
Please connect this repo at https://reviewable.io/repositories so that all PRs get linked to reviews. Thanks! ---- what do you think? I think it'd be good to auto-sync Reviewable with this...
Trying to use this on linux, looks like the path separators are hard-coded to Windows style, `\`. To get this to work, I had to change the "\\" in GlobalVariables.cpp...
There are no build instructions. I would assume something like `cmake .` works, but it does not. It requires `cmake -DCMAKE_BUILD_TYPE=Debug .`