mirror of https://github.com/rancher/ui.git
Cluster template verbiage change
This commit is contained in:
parent
6bdabde12c
commit
59b2d17aea
|
|
@ -2530,10 +2530,10 @@ clusterNew:
|
||||||
description:
|
description:
|
||||||
placeholder: e.g. Cluster for dev and test workloads
|
placeholder: e.g. Cluster for dev and test workloads
|
||||||
driverLabels:
|
driverLabels:
|
||||||
cloud: In a hosted Kubernetes provider
|
cloud: With a hosted Kubernetes provider
|
||||||
custom: From my own existing nodes
|
custom: From my own existing nodes
|
||||||
import: Import existing cluster
|
import: Import existing cluster
|
||||||
infra: From new nodes in an infrastructure provider
|
infra: With RKE and new nodes in an infrastructure provider
|
||||||
noCloud: There are no cluster drivers enabled.
|
noCloud: There are no cluster drivers enabled.
|
||||||
noInfra: There are no node drivers enabled.
|
noInfra: There are no node drivers enabled.
|
||||||
externalError: 'Component could not be loaded. Check URL.'
|
externalError: 'Component could not be loaded. Check URL.'
|
||||||
|
|
@ -3426,9 +3426,9 @@ clusterNew:
|
||||||
detail: "Enabling the authorized cluster endpoint allows direct communication with the cluster, bypassing the API proxy. Authorized endpoints can be retrieved by generating a kubeconfig for the cluster."
|
detail: "Enabling the authorized cluster endpoint allows direct communication with the cluster, bypassing the API proxy. Authorized endpoints can be retrieved by generating a kubeconfig for the cluster."
|
||||||
label: Authorized Cluster Endpoint
|
label: Authorized Cluster Endpoint
|
||||||
custom:
|
custom:
|
||||||
label: From existing nodes
|
label: From existing nodes (Custom)
|
||||||
shortLabel: Custom
|
shortLabel: Custom
|
||||||
helpBlock: Create a new Kubernetes cluster out of existing bare-metal servers or virtual machines.
|
helpBlock: Create a new Kubernetes cluster using RKE, out of existing bare-metal servers or virtual machines.
|
||||||
import:
|
import:
|
||||||
label: Import an existing cluster
|
label: Import an existing cluster
|
||||||
shortLabel: Imported
|
shortLabel: Imported
|
||||||
|
|
@ -3444,7 +3444,7 @@ clusterTemplateNew:
|
||||||
detail: Control who has access to the cluster template and what permission they have to change it.
|
detail: Control who has access to the cluster template and what permission they have to change it.
|
||||||
|
|
||||||
cruClusterTemplate:
|
cruClusterTemplate:
|
||||||
infoBanner: From existing nodes and New nodes in an infrastructure provider only
|
infoBanner: Templates let you save and reuse configuration options for RKE clusters only.
|
||||||
name:
|
name:
|
||||||
label: 'Template Name'
|
label: 'Template Name'
|
||||||
revisionName:
|
revisionName:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue