Update Ingress extra cost note to be more generic

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41163
This commit is contained in:
Eric Eastwood 2018-01-10 14:18:15 -06:00
parent ab28ea071b
commit ce3c70aded
2 changed files with 12 additions and 6 deletions

View File

@ -46,14 +46,15 @@
));
const extraCostParagraph = sprintf(
_.escape(s__(`ClusterIntegration|%{boldNotice} This will add some
extra resources like a load balancer,
which incur additional costs. See %{pricingLink}`)),
{
_.escape(s__(
`ClusterIntegration|%{boldNotice} This will add some extra resources
like a load balancer, which may incur additional costs depending on
the hosting provider Kubernetes is installed on. If you are using GKE,
you can %{pricingLink}.`,
)), {
boldNotice: `<strong>${_.escape(s__('ClusterIntegration|Note:'))}</strong>`,
pricingLink: `<a href="https://cloud.google.com/compute/pricing#lb" target="_blank" rel="noopener noreferrer">
${_.escape(s__('ClusterIntegration|GKE pricing'))}
</a>`,
${_.escape(s__('ClusterIntegration|check the pricing here'))}</a>`,
},
false,
);

View File

@ -0,0 +1,5 @@
---
title: Improve wording about additional costs for Ingress on custom clusters
merge_request:
author:
type: changed