Releases: rancher/rke
Releases · rancher/rke
v0.1.1: Merge pull request #331 from galal-hussein/copy_local_dialer
Copy local connection Dialer factory on update
v0.1.1-rc1
v0.1.0
- Ports check between hosts.
- Manage etcd nodes by running unschedulable kubelet along with etcd.
v0.0.12-dev
v0.0.11-dev: Merge pull request #180 from galal-hussein/local_rke
Add local option to deploy/remove kubernetes on local machine
v0.0.10-dev: Merge pull request #210 from galal-hussein/passphrased_ssh
Fix regression with passphrased keys
v0.0.9-dev
v0.0.8-dev
v0.0.7-dev
- Use official rancher images for helper containers
v0.0.6-dev
- Fixes for #54, #53, #52, #50, #41, #36, #61
- Changes to RKE config structure:
ip
toaddress
which now accepts both IPs/FQDNadvertised_address
tointernal_address
which now defaults toaddress
advertised_hostname
tohostname_override
which now is optional and defaults toaddress
- Remove
cluster
from the command and change--cluster-file
to--config
. - Remove
upgrade
command and useup
for upgrade too.