Add mising aliases (#4501)

This commit is contained in:
Frank Budinsky 2019-06-19 17:05:48 -04:00 committed by Martin Taillefer
parent 1c68d35259
commit 1843f83088
30 changed files with 57 additions and 1 deletions

View File

@ -7,6 +7,5 @@ aliases:
- /troubleshooting/index.html
- /help/troubleshooting/index.html
- /help/ops
- /ops
icon: guide
---

View File

@ -2,6 +2,8 @@
title: Component Debugging
description: How to do low-level debugging of Istio components.
weight: 25
aliases:
- /help/ops/component-debugging
---
You can gain insights into what individual components are doing by inspecting their [logs](/docs/ops/component-logging/)

View File

@ -3,6 +3,8 @@ title: Component Logging
description: Describes how to use component-level logging to get insights into a running component's behavior.
weight: 10
keywords: [ops]
aliases:
- /help/ops/component-logging
---
Istio components are built with a flexible logging framework which provides a number of features and controls to

View File

@ -3,6 +3,8 @@ title: Component Introspection
description: Describes how to use ControlZ to get insight into individual running components.
weight: 20
keywords: [ops]
aliases:
- /help/ops/controlz
---
Istio components are built with a flexible introspection framework which makes it easy to inspect and manipulate the internal state

View File

@ -3,6 +3,8 @@ title: Miscellaneous
description: Advice on tackling common problems with Istio.
weight: 90
force_inline_toc: true
aliases:
- /help/ops/misc
---
## Verifying connectivity to Istio Pilot

View File

@ -3,4 +3,6 @@ title: Security
description: Helps you manage the security aspects of a running mesh.
weight: 40
keywords: [ops,security]
aliases:
- /help/ops/security
---

View File

@ -2,6 +2,8 @@
title: Authorization Too Permissive
description: Authorization is enabled, but requests make it through anyway.
weight: 50
aliases:
- /help/ops/security/authorization-permissive
---
If authorization checks are enabled for a service and yet requests to the
service aren't being blocked, then authorization was likely not enabled

View File

@ -2,6 +2,8 @@
title: Authorization Too Restrictive
description: Authorization is enabled and no requests make it through to the service.
weight: 60
aliases:
- /help/ops/security/authorization-restrictive
---
When you first enable authorization for a service, all requests are denied by default. After you add one or more authorization policies, then

View File

@ -3,6 +3,8 @@ title: Debugging Authorization
description: Demonstrates how to debug authorization.
weight: 5
keywords: [debug,security,authorization,rbac]
aliases:
- /help/ops/security/debugging-authorization
---
This page demonstrates how to debug Istio authorization.

View File

@ -2,6 +2,8 @@
title: End User Authentication
description: What to do if end-user authentication doesn't work.
weight: 80
aliases:
- /help/ops/security/end-user-auth
---
With Istio, you can enable authenticating end user. Currently, the end user credential supported by the Istio authentication policy is JWT.

View File

@ -2,6 +2,8 @@
title: Keys and Certificates
description: What to do if you suspect problems with Istio keys and certificates.
weight: 20
aliases:
- /help/ops/security/keys-and-certs
---
If you suspect that some of the keys and/or certificates used by Istio aren't correct, the

View File

@ -2,6 +2,8 @@
title: Mutual TLS
description: What to do if mutual TLS authentication isn't working.
weight: 30
aliases:
- /help/ops/security/mutual-tls
---
If you suspect problems with mutual TLS, first ensure that [Citadel is healthy](/docs/ops/security/repairing-citadel/), and

View File

@ -3,6 +3,8 @@ title: Repairing Citadel
description: What to do if Citadel is not behaving properly.
weight: 10
keywords: [security,citadel,ops]
aliases:
- /help/ops/security/repairing-citadel
---
{{< warning >}}

View File

@ -3,6 +3,8 @@ title: Extending Self-Signed Certificate Lifetime
description: Learn how to extend the lifetime of the Istio self-signed root certificate.
weight: 90
keywords: [security, PKI, certificate, Citadel]
aliases:
- /help/ops/security/root-transition
---
Istio self-signed certificates have historically had a 1 year default lifetime.

View File

@ -3,4 +3,6 @@ title: Installation and Setup
description: Helps you diagnose and repair Istio installations.
weight: 80
keywords: [ops,setup]
aliases:
- /help/ops/setup
---

View File

@ -5,6 +5,7 @@ weight: 65
aliases:
- /docs/tasks/traffic-management/app-health-check/
- /docs/ops/security/health-checks-and-mtls/
- /help/ops/setup/app-health-check
keywords: [security,health-check]
---

View File

@ -2,6 +2,8 @@
title: Sidecar Injection Webhook
description: Describes Istio's use of Kubernetes webhooks for automatic sidecar injection.
weight: 30
aliases:
- /help/ops/setup/injection
---
Automatic sidecar injection adds the sidecar proxy into user-created

View File

@ -2,6 +2,8 @@
title: Required Pod Capabilities
description: Describes how to check which capabilities are allowed for your pods.
weight: 40
aliases:
- /help/ops/setup/required-pod-capabilities
---
If [pod security policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) are [enforced](https://kubernetes.io/docs/concepts/policy/pod-security-policy/#enabling-pod-security-policies) in your

View File

@ -2,6 +2,8 @@
title: Configuration Validation Webhook
description: Describes Istio's use of Kubernetes webhooks for server-side configuration validation.
weight: 20
aliases:
- /help/ops/setup/validation
---
Galleys configuration validation ensures user authored Istio

View File

@ -2,6 +2,8 @@
title: Dynamic Admission Webhooks Overview
description: Provides a general overview of Istio's use of Kubernetes webhooks and the related issues that can arise.
weight: 10
aliases:
- /help/ops/setup/webhook
---
From [Kubernetes mutating and validating webhook mechanisms](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/):

View File

@ -3,4 +3,6 @@ title: Telemetry
description: Helps you manage telemetry collection and visualization in a running mesh.
weight: 50
keywords: [ops,telemetry]
aliases:
- /help/ops/telemetry
---

View File

@ -2,6 +2,8 @@
title: Envoy Statistics
description: Fine-grained control of Envoy statistics.
weight: 95
aliases:
- /help/ops/telemetry/envoy-stats
---
The Envoy proxy keeps detailed statistics about network traffic.

View File

@ -2,6 +2,8 @@
title: Grafana
description: Dealing with Grafana issues.
weight: 90
aliases:
- /help/ops/telemetry/grafana
---
If you're unable to get Grafana output when connecting from a local web client to Istio remotely hosted, you

View File

@ -2,6 +2,8 @@
title: Missing Metrics
description: Diagnose problems where metrics are not being collected.
weight: 10
aliases:
- /help/ops/telemetry/missing-metrics
---
The procedures below help you diagnose problems where metrics

View File

@ -3,4 +3,6 @@ title: Traffic Management
description: Helps you manage the networking aspects of a running mesh.
weight: 30
keywords: [ops,traffic-management]
aliases:
- /help/ops/traffic-management
---

View File

@ -2,6 +2,8 @@
title: Deployment and Configuration Guidelines
description: Provides specific deployment and configuration guidelines.
weight: 20
aliases:
- /help/ops/traffic-management/deploy-guidelines
---
This section provides specific deployment or configuration guidelines to avoid networking or traffic management issues.

View File

@ -2,6 +2,8 @@
title: Introduction to Network Operations
description: An introduction to Istio networking operational aspects.
weight: 10
aliases:
- /help/ops/traffic-management/introduction
---
This section is intended as a guide to operators of an Istio based
deployment. It will provide information an operator of a Istio deployment

View File

@ -3,6 +3,8 @@ title: Locality Load Balancing
description: Information on how to enable and understand Locality Load Balancing.
weight: 40
keywords: [locality,load balancing,priority,prioritized]
aliases:
- /help/ops/traffic-management/locality-load-balancing
---
A locality defines a geographic location within your mesh using the following triplet:

View File

@ -3,6 +3,8 @@ title: Debugging Envoy and Pilot
description: Describes tools and techniques to diagnose Envoy configuration issues related to traffic management.
weight: 40
keywords: [debug,proxy,status,config,pilot,envoy]
aliases:
- /help/ops/traffic-management/proxy-cmd
---
Istio provides two very valuable commands to help diagnose traffic management configuration problems,

View File

@ -2,6 +2,8 @@
title: Troubleshooting Networking Issues
description: Describes common networking issues and how to recognize and avoid them.
weight: 30
aliases:
- /help/ops/traffic-management/troubleshooting
---
This section describes common problems and tools and techniques to address issues related to traffic management.