1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-17 07:30:01 +00:00

recoverable provisioning

This commit is contained in:
moelsayed
2018-01-11 01:03:08 +02:00
parent 34199e7f4a
commit 4c08db1d53
10 changed files with 264 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ const (
DefaultInfraContainerImage = "gcr.io/google_containers/pause-amd64:3.0"
DefaultAplineImage = "alpine:latest"
DefaultNginxProxyImage = "rancher/rke-nginx-proxy:0.1.0"
DefaultCertDownloaderImage = "rancher/rke-cert-deployer:0.1.0"
DefaultCertDownloaderImage = "rancher/rke-cert-deployer:0.1.1"
DefaultServiceSidekickImage = "rancher/rke-service-sidekick:0.1.0"
DefaultEtcdImage = "quay.io/coreos/etcd:latest"