1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-30 13:02:45 +00:00
rke/cluster
Bill Maxwell ad0bc6c0aa Leverage global SSHAgentAuth setting
This addresses users issues in being unable to use RKE command line
using SSH_AUTH_SOCK. On OSX the socket env var is set, but nothing
is listening. Also, Linux users have reported issues. To address this
the default mode is to not use SSH Agent Auth. A user must set it
explicitly in either the config file or on the CLI. The only way
to use a passphrase protected key file is with a properly configured
SSH Agent and using SSH Agent Auth.
2018-03-05 17:52:43 -07:00
..
addons.go Merge pull request #391 from moelsayed/ingress_nit 2018-03-02 16:54:55 -08:00
certificates.go Start cluster with only etcd nodes 2018-02-16 03:39:13 +02:00
cluster.go Add option to use kubectl to deploy 2018-03-01 14:35:58 -07:00
defaults.go Leverage global SSHAgentAuth setting 2018-03-05 17:52:43 -07:00
hosts.go Ignore inactive hosts 2018-02-22 02:16:51 +02:00
local.go Use default images from types 2018-02-26 21:30:52 +02:00
network.go Disable kubeapi port check if wrap transport is used 2018-03-04 08:38:37 -07:00
plan.go Remove api runtime config 2018-03-03 21:58:41 +02:00
reconcile.go Merge pull request #370 from galal-hussein/add_rem_idempotency 2018-02-22 09:54:34 -08:00
remove.go External etcd 2018-02-14 22:58:35 +02:00
state.go Add support for custom WrapTransport for Kubernetes Client 2018-02-20 20:45:32 +02:00
validation.go Typo 2018-02-26 16:31:34 -07:00