Skip to content

Commit

Permalink
fix broken links (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Oct 19, 2021
1 parent 6d9c6ce commit ac12e8e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Architecture/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ services, destination rules, route rules, gateways, and quotas.

Jaeger is optional. When available, Kiali will be able to direct the user to
Jaeger's tracing data. If you need this feature, make sure Kiali is
link:{{< ref "docs/features/tracing" >}}[properly configured for Jaeger
integration].
[properly configured for Jaeger
integration]({{< ref "docs/features/tracing" >}}).

Tracing data will be available only if
[Istio's distributed tracing](https://istio.io/docs/tasks/telemetry/distributed-tracing/) is enabled.
Expand Down
14 changes: 7 additions & 7 deletions content/en/docs/Architecture/terminology/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 1

### Application

Is a logical grouping of [Workload](#workload")s defined by the application labels that users apply to an object. In Istio it is defined by the [Label App](#label-app"). [Istio Label Requirements](link:https://istio.io/docs/setup/kubernetes/spec-requirements/).
Is a logical grouping of [Workload](#workload")s defined by the application labels that users apply to an object. In Istio it is defined by the [Label App](#label-app"). [Istio Label Requirements](https://istio.io/docs/setup/kubernetes/spec-requirements/).

### Application Name

Expand All @@ -23,15 +23,15 @@ This is the type specified in the Istio Config. This could be any of the followi

### Istio Sidecar

For more information see the Istio Sidecar definition in [Istio Sidecar Documentation](link:https://istio.io/v1.5/docs/reference/commands/sidecar-injector/).
For more information see the Istio Sidecar definition in [Istio Sidecar Documentation](https://istio.io/v1.5/docs/reference/commands/sidecar-injector/).

### Label

It's a user-created tag to identify a set of objects.

An empty [label selector](link:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) (that is, one with zero requirements) selects every object in the collection.
An empty [label selector](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) (that is, one with zero requirements) selects every object in the collection.

A null [label selector](link:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) (which is only possible for optional selector fields) selects no objects.
A null [label selector](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) (which is only possible for optional selector fields) selects no objects.

For example, Istio uses the [Label App](#label-app) & [Label Version](#label-version) on a [Workload](#workload) to specify the version and the application.

Expand Down Expand Up @@ -63,13 +63,13 @@ A Service is an abstraction which defines a logical set of Pods and a policy by

### Service Entry

For more information see the Service Entry definition in [Istio Service Entry Documentation](link:https://istio.io/docs/reference/config/networking/service-entry).
For more information see the Service Entry definition in [Istio Service Entry Documentation](https://istio.io/docs/reference/config/networking/service-entry).

### VirtualService

For more information see the Virtual Service definition in [Istio VirtualService Documentation](link:https://istio.io/docs/reference/config/networking/virtual-service).
For more information see the Virtual Service definition in [Istio VirtualService Documentation](https://istio.io/docs/reference/config/networking/virtual-service).

### Workload

For more information see the [Istio Workload definition](link:https://istio.io/help/glossary/#workload).
For more information see the [Istio Workload definition](https://istio.io/help/glossary/#workload).

4 changes: 2 additions & 2 deletions content/en/docs/Configuration/namespace-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ and the Kiali Operator does not need permissions to create cluster roles.

## Excluded Namespaces

The Kiali CR tells the Kiali Operator which _accessible namespaces_ should be excluded from the list of namespaces provided by the API and UI. This can be useful if wildcards are used when specifying link:#_accessible_namespaces[Accessible Namespaces]. This setting has no effect on namespace accessibility. It is only a filter, not security-related.
The Kiali CR tells the Kiali Operator which _accessible namespaces_ should be excluded from the list of namespaces provided by the API and UI. This can be useful if wildcards are used when specifying [Accessible Namespaces]({{< ref "#accessible-namespaces" >}}). This setting has no effect on namespace accessibility. It is only a filter, not security-related.

For example, if the `accessible_namespaces` configuration includes `mycorp_.*` but it is not desirable to see test namespaces, the following configuration can be used:

Expand All @@ -95,7 +95,7 @@ api:

For further information on how this label_selector interacts with `spec.deployment.accessible_namespaces` read the [technical documentation](https://github.com/kiali/kiali-operator/blob/master/deploy/kiali/kiali_cr.yaml).

To label a namespace you can use the following command. For more information see the link:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels[Kubernete's official documentation].
To label a namespace you can use the following command. For more information see the [Kubernete's official documentation](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).

```
kubectl label namespace my-namespace kiali-enabled=true
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/FAQ/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Create different service accounts with different permissions for your users to u

When using OpenID strategy for authentication and deploying Kiali behind a reverse proxy or a load balancer, Kiali needs to know the originating port of client requests. You may need to setup your proxy to inject a `X-Forwarded-Port` HTTP header when forwarding the request to Kiali.

For example, when using an Istio Gateway and VirtualService to expose Kiali, you could use the link:https://istio.io/latest/docs/reference/config/networking/virtual-service/#Headers[headers property] of the route:
For example, when using an Istio Gateway and VirtualService to expose Kiali, you could use the [headers property](https://istio.io/latest/docs/reference/config/networking/virtual-service/#Headers) of the route:

```yaml
spec:
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/FAQ/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Note that you can configure the logger in the Kiali Server via these settings in

* `log_format` supports "text" and "json".
* `log_level` supports "trace", "debug", "info", "warn", "error", "fatal".
* `time_field_format` supports a link:https://golang.org/pkg/time/[golang time format]
* `time_field_format` supports a [golang time format](https://golang.org/pkg/time/)
* `sampler_rate` defines a basic log sampler setting as an integer. With this setting every "sampler_rate"-th message will be logged. By default, every message is logged.

For example,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ $ helm install \
kiali/kiali-operator
```

This will omit creation of the Kiali CR, which you will need to link:{{< ref
creating-updating-kiali-cr >}}[create later to install Kiali Server]. This
This will omit creation of the Kiali CR, which you will need to [create later to install Kiali Server]({{< ref creating-updating-kiali-cr >}}). This
option is good if you plan to do large customizations to the installation.

### Installing Multiple Instances of Kiali
Expand Down

0 comments on commit ac12e8e

Please sign in to comment.