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

error running kops addons #43

Closed
justinsb opened this issue Jul 5, 2016 · 3 comments
Closed

error running kops addons #43

justinsb opened this issue Jul 5, 2016 · 3 comments
Labels
Milestone

Comments

@justinsb
Copy link
Member

justinsb commented Jul 5, 2016

From slack:

Strange bug with Kops: when I run kops addons get I get this error: F0705 15:43:47.931726 60722 addons_get.go:33] error adding SSH private key "error parsing key file "/Users/redacted/.ssh/id_rsa": asn1: structure error: length too large": %!v(MISSING)

justinsb added a commit to justinsb/kops that referenced this issue Jul 6, 2016
Issue kubernetes#43 (not a fix though, just something observed in that issue)
@justinsb justinsb added the P1 label Jul 8, 2016
@kilpatty
Copy link

kilpatty commented Jul 8, 2016

I did some research on this - It is due to using a ssh key that is encrypted (has a password). I feel that there is a simple solution to ask the user to unlock the key as many other applications do, but in the meantime a workaround is to use a ssh private key that does not have a password

@killianbrackey
Copy link

Additionally I had an ssh issue with kops addons get with HA master: 16481 addons_get.go:33] error connecting to SSH on server "api.k8.xxx.com": ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain

@justinsb justinsb modified the milestone: 1.3.0 Aug 15, 2016
@justinsb
Copy link
Member Author

We're now moving away from using SSH to the masters - it isn't the right way to manage addons in an HA world.

Docs are here: https://github.com/kubernetes/kops/blob/master/docs/addons.md

Going to close for now, as we don't need SSH to the master any more.

cloudbow pushed a commit to cloudbow/kops that referenced this issue Jun 8, 2018
…re/nba_full to develop

* commit 'bca5fb25090bbd6f8e9fb36e426ffd0c0f17f4ec':
  Make NBA jobs work with Kubernetes
  Make NBA jobs work in Kubernetes
  Make kafka connect work with rafactored code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants