Merge pull request #6121 from anandrkskd/v2-interop-failure

fix login failure error: x509
This commit is contained in:
Anand Kumar Singh
2022-09-15 11:06:35 +05:30
committed by GitHub

View File

@@ -28,7 +28,7 @@ chmod 640 $TMP_DIR/kubeconfig
export KUBECONFIG=$TMP_DIR/kubeconfig
# Login as developer
oc login -u developer -p password@123
oc login -u developer -p password@123 --insecure-skip-tls-verify
# Check login user name for debugging purpose
oc whoami