Skip to content
Snippets Groups Projects
Commit ce3c70ad authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Update Ingress extra cost note to be more generic

parent ab28ea07
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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,
);
Loading
Loading
---
title: Improve wording about additional costs for Ingress on custom clusters
merge_request:
author:
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment