mirror of
https://github.com/rancher/rke.git
synced 2025-09-21 11:27:32 +00:00
Add generic generation for pki objects and etcd TLS
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
TestEtcdConnString = "http://1.1.1.1:2379,http://2.2.2.2:2379"
|
||||
TestEtcdConnString = "https://1.1.1.1:2379,https://2.2.2.2:2379"
|
||||
TestKubeAPIImage = "rancher/k8s:latest"
|
||||
TestInsecureBindAddress = "--insecure-bind-address=127.0.0.1"
|
||||
TestKubeAPIVolumeBind = "/etc/kubernetes:/etc/kubernetes"
|
||||
|
Reference in New Issue
Block a user