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: Use attributes for Kubernetes occurences #1888

Merged
merged 41 commits into from
May 11, 2021
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
792b8b1
Use attributes for Kubernetes occurences
themr0c Mar 5, 2021
874dba5
Update modules/installation-guide/examples/checluster-properties.adoc
themr0c Mar 5, 2021
572b746
Update modules/installation-guide/pages/configuring-labels-for-ingres…
themr0c Mar 5, 2021
035ddf1
Update modules/installation-guide/partials/proc_configuring-namespace…
themr0c Mar 5, 2021
81e928c
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 8, 2021
2e24334
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 8, 2021
4abcb07
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 9, 2021
1c2bd02
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 9, 2021
5db7831
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 10, 2021
f1a8642
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 11, 2021
9cbc682
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 12, 2021
decc027
Update modules/end-user-guide/partials/proc_mounting-a-secret-as-an-e…
themr0c Mar 12, 2021
18efb48
Update modules/administration-guide/partials/proc_configuring-bitbuck…
themr0c Mar 12, 2021
258d282
Merge branch 'master' into attributes-for-kubernetes
Mar 14, 2021
e133e40
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 15, 2021
9658b9c
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 18, 2021
5c3c8e6
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 18, 2021
40c7761
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 19, 2021
03171b8
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 19, 2021
e93a856
Update modules/installation-guide/examples/checluster-properties.adoc
themr0c Mar 22, 2021
6fee403
Update modules/installation-guide/partials/proc_configuring-workspace…
themr0c Mar 22, 2021
1d56073
Update modules/installation-guide/examples/system-variables.adoc
themr0c Mar 22, 2021
3851206
Apply suggestions from code review
themr0c Mar 22, 2021
66352a0
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 22, 2021
7a5af7e
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 25, 2021
011f8f4
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 26, 2021
d6216bc
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 29, 2021
e22ade9
Merge branch 'master' into attributes-for-kubernetes
themr0c Mar 29, 2021
e5dbbf9
Merge branch 'master' into attributes-for-kubernetes
Mar 30, 2021
75fc1ce
Merge branch 'master' into attributes-for-kubernetes
Apr 1, 2021
f67ecec
Merge branch 'master' into attributes-for-kubernetes
Apr 8, 2021
5351824
Merge branch 'master' into attributes-for-kubernetes
Apr 8, 2021
08c7057
Merge branch 'master' into attributes-for-kubernetes
Apr 8, 2021
61024af
Merge branch 'master' into attributes-for-kubernetes
themr0c Apr 19, 2021
5e3d60d
Update modules/installation-guide/partials/proc_configuring-namespace…
themr0c Apr 19, 2021
32df7ec
Update modules/installation-guide/examples/system-variables.adoc
themr0c May 6, 2021
546d2d0
Apply suggestions from code review
themr0c May 6, 2021
6cc6d2b
Merge branch 'master' into attributes-for-kubernetes
themr0c May 6, 2021
261797d
Update modules/installation-guide/examples/system-variables.adoc
themr0c May 10, 2021
40418c8
Apply suggestions from code review
themr0c May 10, 2021
67f5e1d
Merge branch 'master' into attributes-for-kubernetes
themr0c May 11, 2021
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[id="viewing-kubernetes-events"]
// = Accessing Kubernetes events on OpenShift
:navtitle: Accessing Kubernetes events on OpenShift
// = Accessing {kubernetes} events on OpenShift
themr0c marked this conversation as resolved.
Show resolved Hide resolved
:navtitle: Accessing {kubernetes} events on OpenShift
:keywords: administration-guide, viewing-kubernetes-events
:page-aliases: .:viewing-kubernetes-events

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The default {identity-provider} credentials are `admin:admin`. You can use the `
.Identifying the {identity-provider} URL

ifeval::["{project-context}" == "che"]
{prod-short} running on Kubernetes::
{prod-short} running on {kubernetes}::
Go to `+$CHE_HOST:5050/auth+`.

{prod-short} is running on OpenShift::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A {prod-short} deployment on the cluster consists of the {prod-short} server com
* secrets
* PVs

The {prod-short} workspace is a web application. It is composed of microservices running in containers that provide all the services of a modern IDE such as an editor, language auto-completion, and debugging tools. The IDE services are deployed with the development tools, packaged in containers and user runtime applications, which are defined as {platforms-name} resources.
The {prod-short} workspace is a web application. It is composed of microservices running in containers that provide all the services of a modern IDE such as an editor, language auto-completion, and debugging tools. The IDE services are deployed with the development tools, packaged in containers and user runtime applications, which are defined as {orch-name} resources.

The source code of the projects of a {prod-short} workspace is persisted in a {platforms-name} `PersistentVolume`. Microservices run in containers that have read-write access to the source code (IDE services, development tools), and runtime applications have read-write access to this shared directory.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[id="importing-kubernetes-applications-into-a-workspace"]
// = Importing a Kubernetes application into a workspace
:navtitle: Importing Kubernetes applications into a workspace
// = Importing a {orch-name} application into a workspace
:navtitle: Importing {orch-name} applications into a workspace
:keywords: end-user-guide, importing-kubernetes-applications-into-a-workspace
:page-aliases: .:importing-kubernetes-applications-into-a-workspace

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ metadata:
+
<1> Only the name `minimal-workspace` is specified. After the {prod-short} server processes this devfile, the devfile is converted to a minimal {prod-short} workspace that only has the default editor (Che-Theia) and the default editor plug-ins, including, for example, the terminal.

. To add {orch-name} applications to a workspace, modify the devfile and add the `Kubernetes` component type.
. To add {orch-name} applications to a workspace, modify the devfile and add the `{kubernetes}` component type.
+
For example, to embed the NodeJS-Mongo application in the `minimal-workspace`:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following section describes how to mount a {platforms-name} secret from the

.Procedure

. In the Kubernetes {orch-namespace} where a {prod-short} workspace will be created, generate a new {platforms-name} secret .
. In the {platforms-namespace} where a {prod-short} workspace will be created, generate a new {platforms-name} secret.

* The labels of the secret that is about to be generated must match the set of labels configured in `che.workspace.provision.secret.labels` property of {prod-short}. By default, it is a set of two labels:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ workspacePVCStorageClassName: Storage class for the Persistent Volume Claims ded
:===
Property: Description
ingressClass: Ingress class that will define the which controller will manage ingresses. Defaults to `nginx`. NB\: This drives the `kubernetes.io/ingress.class` annotation on Che-related ingresses.
ingressDomain: Global ingress domain for a Kubernetes cluster. This MUST be explicitly specified\: there are no defaults.
ingressDomain: Global ingress domain for a {kubernetes} cluster. This MUST be explicitly specified\: there are no defaults.
ingressStrategy: Strategy for ingress creation. Options are\: `multi-host` (host is explicitly provided in ingress), `single-host` (host is provided, path-based rules) and `default-host` (no host is provided, path-based rules). Defaults to `multi-host` Deprecated in favor of `serverExposureStrategy` in the `server` section, which defines this regardless of the cluster type. When both are defined, the `serverExposureStrategy` option takes precedence.
securityContextFsGroup: The FSGroup in which the {prod-short} Pod and workspace Pods containers runs in. Default value is `1724`.
securityContextRunAsUser: ID of the user the {prod-short} Pod and workspace Pods containers run as. Default value is `1724`.
Expand Down Expand Up @@ -166,3 +166,4 @@ reason: A brief CamelCase message indicating details about why the Pod is in thi
:===



Loading