Description of problem: Can't set `--insecure-skip-tls-verify-backend=true` option when use `oc logs` Version-Release number of selected component (if applicable): Client Version: v4.4.0 How reproducible: Always Steps to Reproduce: 1. `oc logs --insecure-skip-tls-verify-backend=true --previous=true -f po/ovs-78jwh -n openshift-sdn --loglevel=9 |& tee /tmp/logs2` Actual results: 1. Check the command logs, could not find the options of 'insecure-skip-tls-verify-backend': I1218 15:05:22.479914 25926 round_trippers.go:423] curl -k -v -XGET -H "Accept: application/json, */*" -H "User-Agent: oc/v0.0.0 (linux/amd64) kubernetes/$Format" 'https://api.xxxx:6443/api/v1/namespaces/openshift-sdn/pods/ovs-78jwh/log?follow=true&previous=true' Expected results: 2. Should set `insecureSkipTLSVerifyBackend=true` with the command. Additional info:
Confirmed with latest version, the issue has fixed: [root@dhcp-140-138 ~]# oc version -o yaml clientVersion: buildDate: "" compiler: gc gitCommit: "" gitTreeState: "" gitVersion: unknown goVersion: go1.13.4 major: "" minor: "" platform: linux/amd64 [root@dhcp-140-138 ~]# oc logs --insecure-skip-tls-verify-backend=true -f po/ovs-4rk8t -n openshift-sdn --loglevel=9 |& tee /tmp/logs2 ...... I0106 11:29:13.278736 8328 round_trippers.go:423] curl -k -v -XGET -H "Accept: application/json, */*" -H "User-Agent: oc/v0.0.0 (linux/amd64) kubernetes/$Format" 'https://api.qe-yinzhou.qe.devcluster.openshift.com:6443/api/v1/namespaces/openshift-sdn/pods/ovs-4rk8t/log?follow=true&insecureSkipTLSVerifyBackend=true' ......
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-2020:0581