Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knctl ssh-auth-secret create --private-key-path ~/.ssh/id_rsa not working as expected #30

Closed
drnic opened this issue Oct 15, 2018 · 1 comment

Comments

@drnic
Copy link
Contributor

drnic commented Oct 15, 2018

$ knctl ssh-auth-secret create --secret git --github --private-key-path ~/.ssh/id_rsa
Error: Expected to find at least one PEM block in private key

$ knctl ssh-auth-secret create --secret git --github --private-key "$(cat ~/.ssh/id_rsa)"
Name  git
Type  kubernetes.io/ssh-auth
@cppforlife
Copy link
Owner

fixed by aac746b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants