Commit ee546844 authored by Fatih Acet's avatar Fatih Acet

Merge branch '41163-improve-cluster-ingress-extra-cost-language' into 'master'

Improve wording about additional costs with Ingress on GKE or custom clusters

Closes #41163

See merge request gitlab-org/gitlab-ce!16370
parents 34760245 ce3c70ad
...@@ -46,14 +46,15 @@ ...@@ -46,14 +46,15 @@
)); ));
const extraCostParagraph = sprintf( const extraCostParagraph = sprintf(
_.escape(s__(`ClusterIntegration|%{boldNotice} This will add some _.escape(s__(
extra resources like a load balancer, `ClusterIntegration|%{boldNotice} This will add some extra resources
which incur additional costs. See %{pricingLink}`)), 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>`, boldNotice: `<strong>${_.escape(s__('ClusterIntegration|Note:'))}</strong>`,
pricingLink: `<a href="https://cloud.google.com/compute/pricing#lb" target="_blank" rel="noopener noreferrer"> pricingLink: `<a href="https://cloud.google.com/compute/pricing#lb" target="_blank" rel="noopener noreferrer">
${_.escape(s__('ClusterIntegration|GKE pricing'))} ${_.escape(s__('ClusterIntegration|check the pricing here'))}</a>`,
</a>`,
}, },
false, false,
); );
......
---
title: Improve wording about additional costs for Ingress on custom clusters
merge_request:
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment