File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
magnum/drivers/k8s_fedora_coreos_v1/templates Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -1288,7 +1288,7 @@ _`hyperkube_prefix`
1288
1288
unofficial sources like `docker.io/rancher/ `, `ghcr.io/openstackmagnum/ ` or
1289
1289
your own container registry. If `container_infra_prefix ` label is defined, it
1290
1290
still takes precedence over this label.
1291
- Default: k8s.gcr.io /
1291
+ Default: docker.io/rancher /
1292
1292
1293
1293
_`kube_tag `
1294
1294
This label allows users to select a specific Kubernetes release based on its
@@ -1301,6 +1301,7 @@ _`kube_tag`
1301
1301
Train default: v1.15.7
1302
1302
Ussuri default: v1.18.2
1303
1303
Victoria default: v1.18.16
1304
+ Yoga default: v1.23.3-rancher1
1304
1305
1305
1306
_`heapster_enabled `
1306
1307
heapster_enabled is used to enable disable the installation of heapster.
Original file line number Diff line number Diff line change @@ -453,35 +453,35 @@ parameters:
453
453
hyperkube_prefix :
454
454
type : string
455
455
description : prefix to use for hyperkube images
456
- default : k8s.gcr.io /
456
+ default : docker.io/rancher /
457
457
458
458
kube_tag :
459
459
type : string
460
460
description :
461
461
tag of the k8s containers used to provision the kubernetes cluster
462
462
https://github.com/kubernetes/kubernetes/releases
463
- default : v1.18.16
463
+ default : v1.23.3-rancher1
464
464
465
465
master_kube_tag :
466
466
type : string
467
467
description :
468
468
tag of the k8s containers used to provision the kubernetes cluster
469
469
https://github.com/kubernetes/kubernetes/releases
470
- default : v1.18.16
470
+ default : v1.23.3-rancher1
471
471
472
472
minion_kube_tag :
473
473
type : string
474
474
description :
475
475
tag of the k8s containers used to provision the kubernetes cluster
476
476
https://github.com/kubernetes/kubernetes/releases
477
- default : v1.18.16
477
+ default : v1.23.3-rancher1
478
478
479
479
cloud_provider_tag :
480
480
type : string
481
481
description :
482
482
tag of the k8scloudprovider/openstack-cloud-controller-manager
483
483
https://hub.docker.com/r/k8scloudprovider/openstack-cloud-controller-manager/tags/
484
- default : v1.18.0
484
+ default : v1.23.1
485
485
486
486
cloud_provider_enabled :
487
487
type : boolean
You can’t perform that action at this time.
0 commit comments