Clean up for RKE

This commit is contained in:
loganhz 2018-02-02 14:19:05 +08:00
parent cdf46e18af
commit c8bc6a9e61
1 changed files with 0 additions and 40 deletions

View File

@ -16,46 +16,6 @@ export default Ember.Route.extend({
options: [], options: [],
plugin:'flannel', plugin:'flannel',
}, },
services: {
etcd: {
image: 'quay.io/coreos/etcd:latest',
},
kubeApi: {
image: 'rancher/k8s:v1.8.3-rancher2',
serviceClusterIpRange: '10.233.0.0/18',
podSecurityPolicy: false,
extraArgs: {
v: '4',
}
},
kubeController: {
image: 'rancher/k8s:v1.8.3-rancher2',
clusterCidr: '10.233.64.0/18',
serviceClusterIpRange: '10.233.0.0/18',
},
kubelet: {
image: 'rancher/k8s:v1.8.3-rancher2',
clusterDnsServer: '10.233.0.3',
clusterDomain: 'cluster.local',
infraContainerImage: 'gcr.io/google_containers/pause-amd64:3.0',
},
kubeproxy: {
image: 'rancher/k8s:v1.8.3-rancher2',
},
scheduler: {
image: 'rancher/k8s:v1.8.3-rancher2',
},
},
systemImages: {
alpine: 'alpine:latest',
nginx_proxy: 'rancher/rke-nginx-proxy:v0.1.1',
cert_downloader: 'rancher/rke-cert-deployer:v0.1.1',
service_sidekick_image: 'rancher/rke-service-sidekick:v0.1.0',
kubedns_image: 'gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.5',
dnsmasq_image: 'gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5',
kubedns_sidecar_image: 'gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.5',
kubedns_autoscaler_image: 'gcr.io/google_containers/cluster-proportional-autoscaler-amd64:1.0.0',
},
authentication: { authentication: {
options: [], options: [],
strategy: 'x509', strategy: 'x509',