-
Notifications
You must be signed in to change notification settings - Fork 590
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
rke cert rotate does not work with --ssh-agent-auth: Can not update cluster #1479
Comments
@ajfriesen Thanks for opening the issue, right now the cert rotate is missing ssh-agent-auth so there is no workaround without the code change, a manual workaround to be adding the key on the node, rotate, and then remove the key until this issue is fixed |
Thanks, did just that as a workaround. Still would be great if this will be implemented. |
To test:
Before continuing, test that you can SSH from machine1 to machine2 using |
reproduced the issue with v0.2.5
Verified with
|
RKE version:
v0.2.5
Docker version: (
docker version
,docker info
preferred)docker info
Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
AWS
cluster.yml file:
Steps to Reproduce:
Can not rotate certificate from bastion host with
--ssh-agent-auth
:When trying without it is not possible since the key is not present on that machine:
Results:
I do not want to place the key on that machine.
Is there a way to implement this or at least work around this?
The text was updated successfully, but these errors were encountered: