update css and layouts; remove beta language
parent
590d4e2534
commit
4e86e8d2b0
|
@ -156,18 +156,6 @@
|
|||
text-align: center;
|
||||
padding: 1rem;
|
||||
|
||||
.oss:after {
|
||||
content: 'beta';
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
font-style: italic;
|
||||
font-size: .75em;
|
||||
margin-left: .15rem;
|
||||
padding: .1rem .4rem .12rem;
|
||||
border-radius: 1rem;
|
||||
border: 1px solid rgba($g20-white, .5);
|
||||
top: -1px
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -130,19 +130,6 @@
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
&.oss:after {
|
||||
content: 'beta';
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
font-style: italic;
|
||||
font-size: .75em;
|
||||
margin-left: .45rem;
|
||||
padding: .1rem .4rem .12rem;
|
||||
border-radius: 1rem;
|
||||
border: 1px solid rgba($landing-btn-text, .5);
|
||||
transition: border-color .2s;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:before { opacity: 1; }
|
||||
}
|
||||
|
|
|
@ -227,12 +227,7 @@ td,label,li {
|
|||
line-height: .75rem;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
&.beta:after {
|
||||
content: 'beta';
|
||||
color: $r-dreamsicle;
|
||||
background: rgba($r-dreamsicle, .1);
|
||||
border: 1px solid $r-dreamsicle;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
label:after {
|
||||
|
|
|
@ -128,7 +128,7 @@ many of the outstanding feature requests that we've received since introducing I
|
|||
For a comparison between Flux and InfluxQL, see [Flux vs InfluxQL](/influxdb/v1.8/flux/flux-vs-influxql/).
|
||||
|
||||
Flux is the primary language for working with data in [InfluxDB 2.0 OSS](/influxdb/v2.0/get-started)
|
||||
(currently in _beta_) and [InfluxDB Cloud 2.0](/influxdb/v2.0/cloud/get-started/),
|
||||
and [InfluxDB Cloud 2.0](/influxdb/v2.0/cloud/get-started/),
|
||||
a generally available Platform as a Service (PaaS) available across multiple Cloud Service Providers.
|
||||
Using Flux with InfluxDB 1.8+ lets you get familiar with Flux concepts and syntax
|
||||
and ease the transition to InfluxDB 2.0.
|
||||
|
|
|
@ -9,7 +9,7 @@ menu:
|
|||
---
|
||||
|
||||
{{% note %}}
|
||||
_The latest release of InfluxDB v2.0 beta includes **Flux v0.77.1**.
|
||||
_The latest release of InfluxDB v2.0 includes **Flux v0.77.1**.
|
||||
Though newer versions of Flux may be available, they will not be included with
|
||||
InfluxDB until the next InfluxDB v2.0 release._
|
||||
{{% /note %}}
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
app: influxdb
|
||||
spec:
|
||||
containers:
|
||||
- image: quay.io/influxdb/influxdb:2.0.0-beta
|
||||
- image: quay.io/influxdb/influxdb:2.0.0-rc
|
||||
name: influxdb
|
||||
ports:
|
||||
- containerPort: 8086
|
||||
|
|
Loading…
Reference in New Issue