Skip to content

Commit

Permalink
Merge branch 'main' into flynn/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kflynn authored Oct 31, 2023
2 parents 7a5f758 + 2c2796c commit 787e043
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 49 deletions.
8 changes: 8 additions & 0 deletions linkerd.io/assets/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,14 @@
.enterprise-support__entry-content {
order: 1;
}
.enterprise-support__entry-description {
> * {
margin-bottom: 24px;
}
> :last-child {
margin-bottom: 0;
}
}
.enterprise-support__entry-image {
order: 2;
}
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ With a valid trust anchor and issuer credentials, we can install Linkerd on your

```bash
# first, install the Linkerd CRDs in both clusters
linkerd install --crds |
linkerd install --crds \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.12/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ With a valid trust anchor and issuer credentials, we can install Linkerd on your

```bash
# first, install the Linkerd CRDs in both clusters
linkerd install --crds |
linkerd install --crds \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.13/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ With a valid trust anchor and issuer credentials, we can install Linkerd on your

```bash
# first, install the Linkerd CRDs in both clusters
linkerd install --crds |
linkerd install --crds \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.14/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ With a valid trust anchor and issuer credentials, we can install Linkerd on your

```bash
# first, install the Linkerd CRDs in both clusters
linkerd install --crds |
linkerd install --crds \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Expand Down
14 changes: 11 additions & 3 deletions linkerd.io/content/enterprise/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ layout: enterprise
type: enterprise
weight: 1
top_hero:
title: Linkerd Enterprise Support and Training
title: Enterprise Support and Training
description: "Linkerd was created by Buoyant and contributed to the Cloud Native Computing Foundation in 2017. It was the first service mesh to achieve graduated status, and today powers the critical production systems of enterprises around the world.\n\nHere, you'll find commercial products, support, and training for Linkerd."
support:
- title: Enterprise Support
- title: Distributions
entries:
- title: Buoyant Enterprise for Linkerd
description: "From the creators of Linkerd. Rust-based network security and reliability for modern applications. Built on open source and designed for the enterprise.\n\n- Uniform encryption, authentication, and authorization across your network\n- Global application traffic management, cluster failover, and cost-aware routing\n- Full L7 visibility\n- FIPS compliant distribution"
image: /uploads/enterprise/buoyant.svg
button:
href: https://buoyant.io/enterprise-linkerd/
text: Learn more
- title: Support
entries:
- title: Enterprise support from Buoyant, creators of Linkerd
description: "- 24x7 Enterprise Support\n- FIPS compliant distribution\n- Support, training, architectural reviews, and more"
description: "- 24x7 Enterprise Support\n- Support, training, architectural reviews, and more"
image: /uploads/enterprise/buoyant.svg
button:
href: https://buoyant.io/linkerd-support/
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/layouts/partials/enterprise/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="title has-text-navy-black">{{ .title }}</h2>
</div>
<div class="column is-two-thirds-tablet is-three-quarters-widescreen enterprise-support__entry-content">
<h3 class="title has-text-navy-black mb-6">{{ .title }}</h3>
<div class="mb-6">{{ .description | markdownify }}</div>
<div class="mb-6 enterprise-support__entry-description">{{ .description | markdownify }}</div>
<a href="{{ .button.href }}" class="button is-link" target="_blank">
{{ .button.text }}
</a>
Expand Down
90 changes: 49 additions & 41 deletions linkerd.io/static/uploads/enterprise/buoyant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 787e043

Please sign in to comment.