Said Masoud
Said Masoud
oh wow that actually worked, thanks @dancfox ! I still believe this is an issue that needs to be addressed, as users should be able to use an already-created SSH...
@cheeseplus yeah that makes sense, it seems like there may indeed be a bug when users provide an SSH key, but at least I can work with auto-gened SSH keys...
@coderanger is this what you're looking for? The key was generated in AWS EC2 by `kops`: ``` $ openssl rsa -text -noout -in ~/Downloads/dev-fluentd.pem Private-Key: (2048 bit) ```
@saimak I had to workaround this by building a bootstrap script that first bootstraps all nodes, then refreshes all `chef-vault` items, THEN uses `knife ssh` to run `chef-client` on the...
Bumping this request. While the actions created by @Codex- appear to be super helpful (nice work!), it would be even better if this request could be implemented.
I haven't taken a closer look but, until the platform can be updated, it seems like whatever is done via the two Actions developed by @Codex- could be replicated in...
I get the same error with the "Kubernetes / Pods / Node Executor" plugin v1.0.12 when running with Docker image `rundeck/rundeck:3.4.10`. And it's not possible to install python within a...
Ahh, I see. If there is a fork in particular which you think I should try instead, please let me know. I should be okay running the Docker registry image...
We're also experiencing this issue. We've worked around it by enabling a flag which clones the repo to $TMPDIR, then have the user manually push the created branch back to...