Description of problem: Add --version parameter to webhook cmd and record the version into logs Version-Release number of selected component (if applicable): KubeFed controller-manager version: version.Info{Version:"v4.2.0", GitCommit:"b8ae65cee603cc9c746911debd3dc23b922222d8", GitTreeState:"clean", BuildDate:"2019-08-13T23:14:02Z", GoVersion:"go1.12.6", Compiler:"gc", Platform:"linux/amd64"} How reproducible: 100% Steps to Reproduce: 1. Installed kubefed webhook 2. Try to get version information from the logs oc logs kubefed-admission-webhook-fd757766b-jcgd5 -n default 3. Actual results: Can not find the version information for debug Expected results: Hope there is version information like controller-manager command. Additional info:
Ping, The fix should be available in the latest downstream image.
Verified with: $ oc logs deployment/kubefed-admission-webhook -n openshift-federation-system KubeFed admission webhook version: version.Info{Version:"v4.2.0", GitCommit:"7f002471b9dd8366e1e0f080b46bc79864682f71", GitTreeState:"clean", BuildDate:"2019-08-25T20:09:07Z", GoVersion:"go1.12.6", Compiler:"gc", Platform:"linux/amd64"
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:2922