In https://github.com/fabric8io/kubernetes-client/blob/8072213af9f04132eb27169472dd239f2b21ca3e/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/Config.java#L679 the function getInputStreamFromDataOrFile is called with parameters file and data, but the function expects it the other way around: https://github.com/fabric8io/kubernetes-client/blob/8072213af9f04132eb27169472dd239f2b21ca3e/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/internal/CertUtils.java#L59
@kesyu : oh, Could you please raise a quick PR to fix this?
Sure
@kesyu : much appreciated, Thanks.
@rohanKanojia Can't raise the PR, I only have read permission to the repository.
You need to fork the repository, create the branch on your fork and then open a PR against the original one.
@oscerd Ah, I see, thanks.
closed via #1747
Most helpful comment
You need to fork the repository, create the branch on your fork and then open a PR against the original one.