Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 7 additions & 7 deletions linkerd.io/assets/alias.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<!doctype html>
<html lang="{{ site.Language.Locale }}">
<head>
<title>{{ .Permalink }}</title>
<link rel="canonical" href="{{ .Permalink }}">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url={{ .Permalink }}">
<link rel="canonical" href="{{ .Permalink }}" />
<meta name="robots" content="noindex" />
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url={{ .Permalink }}" />
<script>
window.location.href = '{{ .Permalink }}' + window.location.hash;
window.location.href = '{{ .Permalink }}' + window.location.hash
</script>
</head>
</html>
1 change: 1 addition & 0 deletions linkerd.io/config/_default/security.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
allowContent: ['.*']
enableInlineShortcodes: true
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/common-errors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ this command is.

## Common Errors

{{< docs/section-toc >}}
{{< section-toc >}}
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/features/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ please see the [Linkerd task docs](../tasks/). For a reference, see the

## Linkerd's features

{{< docs/section-toc >}}
{{< section-toc >}}
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install the _CLI_ (command-line interface) onto your local machine. Using this
CLI, you'll then install the _control plane_ onto your Kubernetes cluster.
Finally, you'll "mesh" an application by adding Linkerd's _data plane_ to it.

{{< docs/edge-note >}}
{{< edge-note >}}

## Step 0: Setup

Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Reference
weight: 5
---

{{< docs/section-toc >}}
{{< section-toc >}}
4 changes: 2 additions & 2 deletions linkerd.io/content/2-edge/reference/cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ detailed metrics for how your service is performing.

As reference, check out the commands below:

{{< docs/cli-commands >}}
{{< cli-commands >}}

## Global flags

The following flags are available for _all_ linkerd CLI commands:

{{< docs/cli-global-flags >}}
{{< cli-global-flags >}}
4 changes: 2 additions & 2 deletions linkerd.io/content/2-edge/reference/cli/authz.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: authz
---

{{< docs/cli-description "authz" >}}
{{< cli-description "authz" >}}

Check out the [Authorization Policy](../authorization-policy/) and
[Restricting Access to Services](../../tasks/restricting-access/) documentation
for all the details about authorization policy in Linkerd.

{{< docs/cli-flags "authz" >}}
{{< cli-flags "authz" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/check.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: check
---

{{< docs/cli-description "check" >}}
{{< cli-description "check" >}}

Take a look at the [troubleshooting](../../tasks/troubleshooting/) documentation
for a full list of all the possible checks, what they do and how to fix them.

{{< docs/cli-examples "check" >}}
{{< cli-examples "check" >}}

## Example output

Expand Down Expand Up @@ -53,4 +53,4 @@ control-plane-version
Status check results are √
```

{{< docs/cli-flags "check" >}}
{{< cli-flags "check" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: completion
---

{{< docs/cli-description "completion" >}}
{{< cli-description "completion" >}}

{{< docs/cli-examples "completion" >}}
{{< cli-examples "completion" >}}

{{< docs/cli-flags "completion" >}}
{{< cli-flags "completion" >}}
32 changes: 16 additions & 16 deletions linkerd.io/content/2-edge/reference/cli/diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,44 @@
title: diagnostics
---

{{< docs/cli-description "diagnostics" >}}
{{< cli-description "diagnostics" >}}

{{< docs/cli-examples "diagnostics" >}}
{{< cli-examples "diagnostics" >}}

{{< docs/cli-flags "diagnostics" >}}
{{< cli-flags "diagnostics" >}}

## Subcommands

{{< docs/cli-subcommands "diagnostics" >}}
{{< cli-subcommands "diagnostics" >}}

### controller-metrics

{{< docs/cli-description "diagnostics controller-metrics" >}}
{{< cli-description "diagnostics controller-metrics" >}}

{{< docs/cli-examples "diagnostics controller-metrics" >}}
{{< cli-examples "diagnostics controller-metrics" >}}

{{< docs/cli-flags "diagnostics controller-metrics" >}}
{{< cli-flags "diagnostics controller-metrics" >}}

### endpoints

{{< docs/cli-description "diagnostics endpoints" >}}
{{< cli-description "diagnostics endpoints" >}}

{{< docs/cli-examples "diagnostics endpoints" >}}
{{< cli-examples "diagnostics endpoints" >}}

{{< docs/cli-flags "diagnostics endpoints" >}}
{{< cli-flags "diagnostics endpoints" >}}

### install-sp

{{< docs/cli-description "diagnostics install-sp" >}}
{{< cli-description "diagnostics install-sp" >}}

{{< docs/cli-examples "diagnostics install-sp" >}}
{{< cli-examples "diagnostics install-sp" >}}

{{< docs/cli-flags "diagnostics install-sp" >}}
{{< cli-flags "diagnostics install-sp" >}}

### proxy-metrics

{{< docs/cli-description "diagnostics proxy-metrics" >}}
{{< cli-description "diagnostics proxy-metrics" >}}

{{< docs/cli-examples "diagnostics proxy-metrics" >}}
{{< cli-examples "diagnostics proxy-metrics" >}}

{{< docs/cli-flags "diagnostics proxy-metrics" >}}
{{< cli-flags "diagnostics proxy-metrics" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: identity
---

{{< docs/cli-description "identity" >}}
{{< cli-description "identity" >}}

{{< docs/cli-examples "identity" >}}
{{< cli-examples "identity" >}}

{{< docs/cli-flags "identity" >}}
{{< cli-flags "identity" >}}
4 changes: 2 additions & 2 deletions linkerd.io/content/2-edge/reference/cli/inject.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Alternatively, this command can also perform the full injection purely on the
client side, by enabling with the `--manual` flag. (Prior to Linkerd 2.4, this
was the default behavior.)

{{< docs/cli-examples "inject" >}}
{{< cli-examples "inject" >}}

{{< docs/cli-flags "inject" >}}
{{< cli-flags "inject" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/install-cni.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: install-cni
---

{{< docs/cli-description "install-cni" >}}
{{< cli-description "install-cni" >}}

{{< docs/cli-examples "install-cni" >}}
{{< cli-examples "install-cni" >}}

{{< docs/cli-flags "install-cni" >}}
{{< cli-flags "install-cni" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: install
---

{{< docs/cli-description "install" >}}
{{< cli-description "install" >}}

For further details on how to install Linkerd onto your own cluster, check out
the [install documentation](../../tasks/install/).

{{< docs/cli-examples "install" >}}
{{< cli-examples "install" >}}

{{< docs/cli-flags "install" >}}
{{< cli-flags "install" >}}
44 changes: 22 additions & 22 deletions linkerd.io/content/2-edge/reference/cli/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,60 @@
title: multicluster
---

{{< docs/cli-description "multicluster" >}}
{{< cli-description "multicluster" >}}

{{< docs/cli-examples "multicluster" >}}
{{< cli-examples "multicluster" >}}

{{< docs/cli-flags "multicluster" >}}
{{< cli-flags "multicluster" >}}

## Subcommands

{{< docs/cli-subcommands "multicluster" >}}
{{< cli-subcommands "multicluster" >}}

### allow

{{< docs/cli-description "multicluster allow" >}}
{{< cli-description "multicluster allow" >}}

{{< docs/cli-examples "multicluster allow" >}}
{{< cli-examples "multicluster allow" >}}

{{< docs/cli-flags "multicluster allow" >}}
{{< cli-flags "multicluster allow" >}}

### check

{{< docs/cli-description "multicluster check" >}}
{{< cli-description "multicluster check" >}}

{{< docs/cli-examples "multicluster check" >}}
{{< cli-examples "multicluster check" >}}

{{< docs/cli-flags "multicluster check" >}}
{{< cli-flags "multicluster check" >}}

### gateways

{{< docs/cli-description "multicluster gateways" >}}
{{< cli-description "multicluster gateways" >}}

{{< docs/cli-examples "multicluster gateways" >}}
{{< cli-examples "multicluster gateways" >}}

{{< docs/cli-flags "multicluster gateways" >}}
{{< cli-flags "multicluster gateways" >}}

### install

{{< docs/cli-description "multicluster install" >}}
{{< cli-description "multicluster install" >}}

{{< docs/cli-examples "multicluster install" >}}
{{< cli-examples "multicluster install" >}}

{{< docs/cli-flags "multicluster install" >}}
{{< cli-flags "multicluster install" >}}

### link-gen

{{< docs/cli-description "multicluster link-gen" >}}
{{< cli-description "multicluster link-gen" >}}

{{< docs/cli-examples "multicluster link-gen" >}}
{{< cli-examples "multicluster link-gen" >}}

{{< docs/cli-flags "multicluster link-gen" >}}
{{< cli-flags "multicluster link-gen" >}}

### uninstall

{{< docs/cli-description "multicluster uninstall" >}}
{{< cli-description "multicluster uninstall" >}}

{{< docs/cli-examples "multicluster uninstall" >}}
{{< cli-examples "multicluster uninstall" >}}

{{< docs/cli-flags "multicluster uninstall" >}}
{{< cli-flags "multicluster uninstall" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: profile
---

{{< docs/cli-description "profile" >}}
{{< cli-description "profile" >}}

Check out the [service profile](../../features/service-profiles/) documentation
for more details on what this command does and what you can do with service
profiles.

{{< docs/cli-examples "profile" >}}
{{< cli-examples "profile" >}}

{{< docs/cli-flags "profile" >}}
{{< cli-flags "profile" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/prune.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: prune
---

{{< docs/cli-description "prune" >}}
{{< cli-description "prune" >}}

{{< docs/cli-examples "prune" >}}
{{< cli-examples "prune" >}}

{{< docs/cli-flags "prune" >}}
{{< cli-flags "prune" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/uninject.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: uninject
---

{{< docs/cli-description "uninject" >}}
{{< cli-description "uninject" >}}

{{< docs/cli-examples "uninject" >}}
{{< cli-examples "uninject" >}}

{{< docs/cli-flags "uninject" >}}
{{< cli-flags "uninject" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: uninstall
---

{{< docs/cli-description "uninstall" >}}
{{< cli-description "uninstall" >}}

{{< docs/cli-examples "uninstall" >}}
{{< cli-examples "uninstall" >}}

{{< docs/cli-flags "uninstall" >}}
{{< cli-flags "uninstall" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: upgrade
---

{{< docs/cli-description "upgrade" >}}
{{< cli-description "upgrade" >}}

{{< docs/cli-examples "upgrade" >}}
{{< cli-examples "upgrade" >}}

{{< docs/cli-flags "upgrade" >}}
{{< cli-flags "upgrade" >}}
6 changes: 3 additions & 3 deletions linkerd.io/content/2-edge/reference/cli/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: version
---

{{< docs/cli-description "version" >}}
{{< cli-description "version" >}}

{{< docs/cli-examples "version" >}}
{{< cli-examples "version" >}}

{{< docs/cli-flags "version" >}}
{{< cli-flags "version" >}}
Loading
Loading