Skip to content

Commit 9576dee

Browse files
authored
fix validation errors and warnings (#2766)
* fix validation errors and warnings Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * fixup! fix validation errors and warnings --------- Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 7507e1e commit 9576dee

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

modules/administration-guide/pages/configuring-network-policies.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ spec:
3838
policyTypes:
3939
- Ingress
4040
----
41-
====
42-
+
4341
<1> The {prod-short} namespace.
4442
The default is `{prod-namespace}`.
4543
<2> The empty `podSelector` selects all Pods in the {orch-namespace}.
46-
44+
====
45+
+
4746
* OPTIONAL: In case you applied link:https://docs.openshift.com/container-platform/{ocp4-ver}/networking/network_policy/multitenant-network-policy.html[Configuring multitenant isolation with network policy], you also must apply `allow-from-openshift-apiserver` and `allow-from-workspaces-namespaces` NetworkPolicies to `{prod-namespace}`.
4847
The `allow-from-openshift-apiserver` NetworkPolicy allows incoming traffic from `openshift-apiserver` namespace to the `devworkspace-webhook-server` enabling webhooks.
4948
The `allow-from-workspaces-namespaces` NetworkPolicy allows incoming traffic from each user project to `che-gateway` pod.
@@ -70,11 +69,10 @@ spec:
7069
policyTypes:
7170
- Ingress
7271
----
73-
====
74-
+
7572
<1> The {prod-short} namespace.
7673
The default is `{prod-namespace}`.
7774
<2> The `podSelector` only selects devworkspace-webhook-server pods
75+
====
7876
+
7977
.`allow-from-workspaces-namespaces.yaml`
8078
====
@@ -98,11 +96,11 @@ spec:
9896
policyTypes:
9997
- Ingress
10098
----
101-
====
102-
+
10399
<1> The {prod-short} namespace.
104100
The default is `{prod-namespace}`.
105101
<2> The `podSelector` only selects che-gateway pods
102+
====
103+
+
106104

107105
.Additional resources
108106
* xref:configuring-namespace-provisioning.adoc[]

modules/administration-guide/pages/creating-a-telemetry-plugin.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ This document describes the steps required to extend the {prod-short} telemetry
3333

3434
A finished example of the telemetry backend is available link:https://github.com/che-incubator/devworkspace-telemetry-example-plugin[here].
3535

36-
[discrete]
3736
== Creating a server that receives events
3837

3938
For demonstration purposes, this example shows how to create a server that receives events from our telemetry plugin and writes them to standard output.

modules/administration-guide/pages/installing-che-in-the-cloud.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:keywords: overview, running-che-in-the-cloud, installing-che-in-the-cloud
44
:navtitle: Installing {prod-short} in the cloud
55

6-
[id="installing-{prod-id-short}-locally"]
6+
[id="installing-{prod-id-short}-in-the-cloud"]
77
= Installing {prod-short} in the cloud
88

99
Deploy and run {prod} in the cloud.
@@ -16,7 +16,7 @@ Deploy and run {prod} in the cloud.
1616

1717
== Deploying {prod-short} in the cloud
1818

19-
Follow the instructions below to start the {prod-short} Server in the cloud using the `{prod-cli}` tool.
19+
Follow the instructions below to start the {prod-short} Server in the cloud by using the `{prod-cli}` tool.
2020

2121
* xref:installing-che-on-openshift-using-cli.adoc[]
2222
* xref:installing-che-on-openshift-using-the-web-console.adoc[]

modules/end-user-guide/pages/starting-a-workspace-from-a-raw-devfile-url.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ You can pass your personal access token to the URL to access a devfile from *pri
4646
----
4747
pass:c,a,q[{prod-url}]#__https://__<token>__@__<host>__/__<path_to_devfile> <1>
4848
----
49-
+
5049
<1> Your personal access token that you generated on the Git provider's website.
50+
5151
+
5252
This works for GitHub, GitLab, Bitbucket, Microsoft Azure, and other providers that support Personal Access Token.
5353
+

0 commit comments

Comments
 (0)