Remove limited access banner from Clustered (#5524)
* remove limited access banner from clustered, closes #5523 * fix typo * update clustered install intropull/5525/head
parent
ca8ab1e4a1
commit
a1fb10eb1c
|
|
@ -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" >}}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue