Remove limited access banner from Clustered (#5524)

* remove limited access banner from clustered, closes #5523

* fix typo

* update clustered install intro
pull/5525/head
Scott Anderson 2024-07-17 11:31:37 -06:00 committed by GitHub
parent ca8ab1e4a1
commit a1fb10eb1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,14 @@ InfluxDB Clustered is deployed and managed using Kubernetes.
This multi-page guide walks through setting up prerequisites and configuring
your InfluxDB cluster deployment.
InfluxDB Clustered is a commercial product offered by InfluxData, the creators
of InfluxDB. Please contact InfluxData Sales to obtain a license before
installing InfluxDB Clustered.
<a class="btn" href="{{< cta-link >}}">Contact InfluxData Sales</a>
## Setup, configure, and deploy InfluxDB Clustered
{{< children type="ordered-list" >}}

View File

@ -33,7 +33,7 @@
<div class="category">
<h4>Self-managed</h4>
<div class="category-card">
<div class="product limited">
<div class="product new">
<h3><a href="/influxdb/clustered/">InfluxDB Clustered</a></h3>
<p>Highly available InfluxDB 3.0 cluster built for high write and query workloads on your own infrastructure.</p>
<div class="product-links">

View File

@ -1,8 +1,9 @@
<!-- This partial is no longer used but may be repurposed later for other InfluxDB products -->
{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }}
{{ $product := index $productPathData 0 }}
{{ $version := index $productPathData 1 }}
{{ $productData := index $.Site.Data.products (print $product "_" (replaceRE "-" "_" $version)) }}
{{ $earlyAccessList := slice "influxdb/clustered" }}
{{ $earlyAccessList := slice " " }}
{{ if in $earlyAccessList (print $product "/" $version )}}
<div class="block cloud">