Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in doc (proxies and slashes) #1495

Merged
merged 1 commit into from
Oct 24, 2023
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/_src/policies/general-notes-about-kuma-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

* The wildcard character (*) is supported only as the selector value to match all traffic.
* Tag values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), and underscores (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`/`).

Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`_`).
Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`/`).

Check warning on line 37 in app/_src/policies/general-notes-about-kuma-policies.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/_src/policies/general-notes-about-kuma-policies.md", "range": {"start": {"line": 37, "column": 1}}}, "severity": "INFO"}

All policies support arbitrary tags for the `sources` selector, but there are tag limitations for the `destinations` selector. For example, policies that are applied on the client side of a connection between two dataplane objects do not support arbitrary tags in the `destinations` selector. Only the `kuma.io/service` tag is supported in this case. This includes TrafficRoute, TrafficLog, and HealthCheck.

Expand Down
2 changes: 1 addition & 1 deletion app/_src/production/deployment/stand-alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A standalone deployment includes:

#### Control plane offline

* New data planes proxis won't be able to join the mesh.
* New data plane proxies won't be able to join the mesh.
* Data-plane proxy configuration will not be updated.
* Communication between data planes proxies will still work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

* The wildcard character (*) is supported only as the selector value to match all traffic.
* Tag values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), and underscores (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`/`).

Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`_`).
Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`/`).

Check warning on line 32 in app/docs/1.3.x/policies/general-notes-about-kuma-policies.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/1.3.x/policies/general-notes-about-kuma-policies.md", "range": {"start": {"line": 32, "column": 1}}}, "severity": "INFO"}

All policies support arbitrary tags for the `sources` selector, but there are tag limitations for the `destinations` selector. For example, policies that are applied on the client side of a connection between two dataplane objects do not support arbitrary tags in the `destinations` selector. Only the `kuma.io/service` tag is supported in this case. This includes TrafficRoute, TrafficLog, and HealthCheck.

Expand Down
2 changes: 1 addition & 1 deletion app/docs/1.4.x/deployments/stand-alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ When the mode is not specified, Kuma will always start in `standalone` mode by d

#### Control plane offline

* New data planes proxis won't be able to join the mesh.
* New data plane proxies won't be able to join the mesh.
* Data-plane proxy configuration will not be updated.
* Communication between data planes proxies will still work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

* The wildcard character (*) is supported only as the selector value to match all traffic.
* Tag values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), and underscores (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`/`).

Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`_`).
Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`/`).

Check warning on line 32 in app/docs/1.4.x/policies/general-notes-about-kuma-policies.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/1.4.x/policies/general-notes-about-kuma-policies.md", "range": {"start": {"line": 32, "column": 1}}}, "severity": "INFO"}

All policies support arbitrary tags for the `sources` selector, but there are tag limitations for the `destinations` selector. For example, policies that are applied on the client side of a connection between two dataplane objects do not support arbitrary tags in the `destinations` selector. Only the `kuma.io/service` tag is supported in this case. This includes TrafficRoute, TrafficLog, and HealthCheck.

Expand Down
2 changes: 1 addition & 1 deletion app/docs/1.5.x/deployments/stand-alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ When the mode is not specified, Kuma will always start in `standalone` mode by d

#### Control plane offline

* New data planes proxis won't be able to join the mesh.
* New data plane proxies won't be able to join the mesh.
* Data-plane proxy configuration will not be updated.
* Communication between data planes proxies will still work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

* The wildcard character (*) is supported only as the selector value to match all traffic.
* Tag values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), and underscores (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`/`).

Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`_`).
Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`/`).

Check warning on line 32 in app/docs/1.5.x/policies/general-notes-about-kuma-policies.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/1.5.x/policies/general-notes-about-kuma-policies.md", "range": {"start": {"line": 32, "column": 1}}}, "severity": "INFO"}

All policies support arbitrary tags for the `sources` selector, but there are tag limitations for the `destinations` selector. For example, policies that are applied on the client side of a connection between two dataplane objects do not support arbitrary tags in the `destinations` selector. Only the `kuma.io/service` tag is supported in this case. This includes TrafficRoute, TrafficLog, and HealthCheck.

Expand Down
2 changes: 1 addition & 1 deletion app/docs/1.6.x/deployments/stand-alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ When the mode is not specified, Kuma will always start in `standalone` mode by d

#### Control plane offline

* New data planes proxis won't be able to join the mesh.
* New data plane proxies won't be able to join the mesh.
* Data-plane proxy configuration will not be updated.
* Communication between data planes proxies will still work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

* The wildcard character (*) is supported only as the selector value to match all traffic.
* Tag values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), and underscores (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`/`).

Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`_`).
Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`/`).

Check warning on line 32 in app/docs/1.6.x/policies/general-notes-about-kuma-policies.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/1.6.x/policies/general-notes-about-kuma-policies.md", "range": {"start": {"line": 32, "column": 1}}}, "severity": "INFO"}

All policies support arbitrary tags for the `sources` selector, but there are tag limitations for the `destinations` selector. For example, policies that are applied on the client side of a connection between two dataplane objects do not support arbitrary tags in the `destinations` selector. Only the `kuma.io/service` tag is supported in this case. This includes TrafficRoute, TrafficLog, and HealthCheck.

Expand Down
2 changes: 1 addition & 1 deletion app/docs/1.7.x/deployments/stand-alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ When the mode is not specified, Kuma will always start in `standalone` mode by d

#### Control plane offline

* New data planes proxis won't be able to join the mesh.
* New data plane proxies won't be able to join the mesh.
* Data-plane proxy configuration will not be updated.
* Communication between data planes proxies will still work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

* The wildcard character (*) is supported only as the selector value to match all traffic.
* Tag values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), and underscores (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`/`).

Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`_`).
Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`/`).

Check warning on line 32 in app/docs/1.7.x/policies/general-notes-about-kuma-policies.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/1.7.x/policies/general-notes-about-kuma-policies.md", "range": {"start": {"line": 32, "column": 1}}}, "severity": "INFO"}

All policies support arbitrary tags for the `sources` selector, but there are tag limitations for the `destinations` selector. For example, policies that are applied on the client side of a connection between two dataplane objects do not support arbitrary tags in the `destinations` selector. Only the `kuma.io/service` tag is supported in this case. This includes TrafficRoute, TrafficLog, and HealthCheck.

Expand Down
2 changes: 1 addition & 1 deletion app/docs/1.8.x/deployments/stand-alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ When the mode is not specified, Kuma will always start in `standalone` mode by d

#### Control plane offline

* New data planes proxis won't be able to join the mesh.
* New data plane proxies won't be able to join the mesh.
* Data-plane proxy configuration will not be updated.
* Communication between data planes proxies will still work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

* The wildcard character (*) is supported only as the selector value to match all traffic.
* Tag values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), and underscores (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`/`).

Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`_`).
Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`/`).

Check warning on line 32 in app/docs/1.8.x/policies/general-notes-about-kuma-policies.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/1.8.x/policies/general-notes-about-kuma-policies.md", "range": {"start": {"line": 32, "column": 1}}}, "severity": "INFO"}

All policies support arbitrary tags for the `sources` selector, but there are tag limitations for the `destinations` selector. For example, policies that are applied on the client side of a connection between two dataplane objects do not support arbitrary tags in the `destinations` selector. Only the `kuma.io/service` tag is supported in this case. This includes TrafficRoute, TrafficLog, and HealthCheck.

Expand Down
2 changes: 1 addition & 1 deletion app/docs/2.0.x/deployments/stand-alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ When the mode is not specified, {{site.mesh_product_name}} will always start in

#### Control plane offline

* New data planes proxis won't be able to join the mesh.
* New data plane proxies won't be able to join the mesh.
* Data-plane proxy configuration will not be updated.
* Communication between data planes proxies will still work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

* The wildcard character (*) is supported only as the selector value to match all traffic.
* Tag values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), and underscores (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`_`).
* Selector values can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`). slashes (`/`).

Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`_`).
Tag and selector names can contain only alphanumeric characters, dots (`.`), dashes (`-`), colons (`:`), underscores (`_`), and slashes (`/`).

Check warning on line 37 in app/docs/2.0.x/policies/general-notes-about-kuma-policies.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/2.0.x/policies/general-notes-about-kuma-policies.md", "range": {"start": {"line": 37, "column": 1}}}, "severity": "INFO"}

All policies support arbitrary tags for the `sources` selector, but there are tag limitations for the `destinations` selector. For example, policies that are applied on the client side of a connection between two dataplane objects do not support arbitrary tags in the `destinations` selector. Only the `kuma.io/service` tag is supported in this case. This includes TrafficRoute, TrafficLog, and HealthCheck.

Expand Down
Loading