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

chectl server:update requires chectl to be updated first #18514

Closed
5 tasks done
sunix opened this issue Dec 2, 2020 · 9 comments
Closed
5 tasks done

chectl server:update requires chectl to be updated first #18514

sunix opened this issue Dec 2, 2020 · 9 comments
Labels
area/chectl Issues related to chectl, the CLI of Che area/doc Issues related to documentation kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@sunix
Copy link
Contributor

sunix commented Dec 2, 2020

Describe the bug

I have been trying to upgrade Che with chectl following https://www.eclipse.org/che/docs/che-7/installation-guide/upgrading-che-using-the-cli-management-tool/.
First the describe command are not working out of the box:

Selection_078

$ chectl -n che server:update
> Error: command -n not found

and then the platform is required

Then, It wasn't completly clear that I needed to update chectl as well. Should tell the user how to upgrade chectl.

Selection_079

Che version

  • 7.20.1

Runtime

  • kubernetes (GKE)

Installation method

  • chectl

Environment

  • Cloud
    • GCE
@sunix sunix added kind/bug Outline of a bug - must adhere to the bug report template. area/doc Issues related to documentation labels Dec 2, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Dec 2, 2020
@l0rd
Copy link
Contributor

l0rd commented Dec 2, 2020

First the describe command are not working out of the box

@sunix what do you mean? That when an error occurs we should show the "usage" message?

Then, It wasn't completely clear that I needed to update chectl as well. Should tell the user how to upgrade chectl.

That's fair. chectl server:update -p k8s won't do the update if you don't have a newer version of the operator yaml files. Upgrading chectl is one option, probably the easiest one. But we could also just fetch the latest deployment yaml files.

@l0rd l0rd added the severity/P1 Has a major impact to usage or development of the system. label Dec 2, 2020
@l0rd l0rd changed the title The procedure to update a che server is not clear and not working chectl server:update requires chectl to be updated first Dec 2, 2020
@l0rd l0rd added area/chectl Issues related to chectl, the CLI of Che and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Dec 2, 2020
@sunix
Copy link
Contributor Author

sunix commented Dec 3, 2020

First the describe command are not working out of the box

@sunix what do you mean? That when an error occurs we should show the "usage" message?

No just neeed to fix in our doc, -n option is placed before the command, should be command first

@tolusha
Copy link
Contributor

tolusha commented Dec 10, 2020

doc PR eclipse-che/che-docs#1729
chectl PR to improve messages and notify user to update chectl eclipse-che/che-docs#1729

@tolusha tolusha closed this as completed Dec 11, 2020
@sunix sunix reopened this Feb 9, 2021
@sunix
Copy link
Contributor Author

sunix commented Feb 9, 2021

I am reopening this issue as it is not clear at all
https://www.eclipse.org/che/docs/che-7/installation-guide/upgrading-che-using-the-cli-management-tool/

Prerequisites

  • And administrative account on an OpenShift instance.

Should not be openshift but kubernetes

  • A running instance of a previous minor version of Eclipse Che, installed using the CLI management tool on the same instance of OpenShift, in the project.

should not be openshift but kubernetes

  • An installation of the chectl 7.25 version management tool. See Using the chectl management tool.

This is absolutely error prone. So in any case, the user will have to update chectl. So why not simply providing the right procedure. Something like:

Run the following commands:

  $ chectl update
  $ chectl server:update -n <eclipse-che>

@yhontyk
Copy link

yhontyk commented Feb 10, 2021

Docs team Jira issue https://issues.redhat.com/browse/RHDEVDOCS-2654

@tolusha tolusha modified the milestones: 7.24, 7.28 Feb 24, 2021
@tolusha tolusha removed this from the 7.28 milestone Mar 18, 2021
@tolusha tolusha mentioned this issue Jul 7, 2021
24 tasks
@tolusha tolusha mentioned this issue Jul 26, 2021
31 tasks
max-cx added a commit to max-cx/che-docs that referenced this issue Jul 26, 2021
Based on comments in eclipse-che/che#18514
1. replaced OpenShift with {platforms-name}
in Prerequisites,
2. added the `update` step,
3. rewrote the upgrade step description.

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654
@max-cx
Copy link

max-cx commented Jul 26, 2021

@sunix I'm fixing the docs.
Do you happen to know if the upgrade command should instead be presented in the text as
$ chectl server:update -n eclipse-che
rather than
$ chectl server:update -n <_eclipse-che_> as is now in
https://www.eclipse.org/che/docs/che-7/installation-guide/upgrading-che-using-the-cli-management-tool/
Angle brackets and italics are used where user input may vary. I know little about this software, but is it safe to assume that eclipse-che will remain in this command without any variations or replacements?

@tolusha
Copy link
Contributor

tolusha commented Jul 26, 2021

It must be chectl server:update -n eclipse-che

@max-cx
Copy link

max-cx commented Jul 26, 2021

@tolusha Great, thank you! That answers my question. I'll fix it then.

@tolusha tolusha added this to the 7.35 milestone Jul 28, 2021
MichalMaler added a commit to eclipse-che/che-docs that referenced this issue Jul 30, 2021
* Replaced OpenShift with platforms-name

* [2654] fix

Based on comments in eclipse-che/che#18514
1. replaced OpenShift with {platforms-name}
in Prerequisites,
2. added the `update` step,
3. rewrote the upgrade step description.

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* [2654] fix

Removed italics and angle brackets from the following command block:
$ chectl server:update -n eclipse-che

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* [2654] fix

removed the redundant word 'instance' from the following line in Prerequisites:
* And administrative account on an OpenShift instance.
* An administrative account on an instance of {platforms-name}.

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* rewrote step 3 in the procedure

* aligned the code block in step 3

* added ifeval for step 3

* rephrased

* mmaler-review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>
MichalMaler added a commit to eclipse-che/che-docs that referenced this issue Jul 30, 2021
* Replaced OpenShift with platforms-name

* [2654] fix

Based on comments in eclipse-che/che#18514
1. replaced OpenShift with {platforms-name}
in Prerequisites,
2. added the `update` step,
3. rewrote the upgrade step description.

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* [2654] fix

Removed italics and angle brackets from the following command block:
$ chectl server:update -n eclipse-che

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* [2654] fix

removed the redundant word 'instance' from the following line in Prerequisites:
* And administrative account on an OpenShift instance.
* An administrative account on an instance of {platforms-name}.

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* rewrote step 3 in the procedure

* aligned the code block in step 3

* added ifeval for step 3

* rephrased

* mmaler-review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>
@tolusha tolusha closed this as completed Aug 2, 2021
@tolusha
Copy link
Contributor

tolusha commented Aug 2, 2021

Fixed by eclipse-che/che-docs#2071

zeibura added a commit to zeibura/che-docs that referenced this issue Jan 5, 2022
* Increasing the usage time limit to 30 days (#1916)

* Configure labels and domains to work with router sharding (#1887)

* Configure labels and domains to work with router sharding

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Add missing files

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* improvements

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Fix

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* feat(java-lombok): Add documentation how to enable Lombok in Java workspaces (#1912)

* feat(java-lombok): Add documentation how to enable Lombok in Java workspaces

Signed-off-by: sutan <sutan@redhat.com>

* fixup: vale errors

Signed-off-by: sutan <sutan@redhat.com>

* Update modules/extensions/partials/proc_java-lombok.adoc

Co-authored-by: Eric Williams <ericwill@redhat.com>

* Update modules/extensions/partials/proc_java-lombok.adoc

Co-authored-by: Eric Williams <ericwill@redhat.com>

* Update modules/extensions/partials/proc_java-lombok.adoc

Co-authored-by: Eric Williams <ericwill@redhat.com>

* Update modules/extensions/partials/proc_java-lombok.adoc

Co-authored-by: Eric Williams <ericwill@redhat.com>

* removing lombok project description

Signed-off-by: sutan <sutan@redhat.com>

* fix source type

Signed-off-by: sutan <sutan@redhat.com>

* Create proc_java-lombok.adoc

* Update proc_java-lombok.adoc

* Update proc_java-lombok.adoc

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Eric Williams <ericwill@redhat.com>

* Update the step. (#1913)

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* fix (#1918)

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* move implementation details from admin guide closer to code (#1909)

* remove implementation details from admin guide

Signed-off-by: xbaran4 <pbaran@redhat.com>

* removed includes

Signed-off-by: xbaran4 <pbaran@redhat.com>

* trigger gh action

Signed-off-by: xbaran4 <pbaran@redhat.com>

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Fix id containing a dot (#1919)

* Followup on rename of making-a-workspace-portable-using-a-devfile into configuring-a-workspace-using-a-devfile (#1920)

* Update vale rules. (#1914)

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Fix - use attribute in id (#1921)

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* [release] Bump to 7.27.1 in master (#1911)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* RHDEVDOCS-2510 Updating the che.openshift.io links to workspaces.openshift.com (#1866)

* Removing Hosted Che EOL warning

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>

* Updating the che.openshift.io referenes to workspaces.openshift.com

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>

* Update modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc

* Update modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc

* Update modules/end-user-guide/partials/proc_creating-a-workspace-from-with-a-publicly-accessible-standalone-devfile-using-http.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update CONTRIBUTING.adoc

* Update modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc

* Update modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc

* Update modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

* Update modules/end-user-guide/partials/proc_using-a-badge-to-link-to-workspaces.adoc

* Update modules/end-user-guide/partials/proc_using-a-badge-to-link-to-workspaces.adoc

* Apply suggestions from code review

f?url=

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Add a note about full CA chain requirement for Che (#1922)

Add a note about full CA chain requirement for Che

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>

* A new procedure + fixes (#1923)

* A new procedure + fixes

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* tuning

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Igor's feedback

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Use htmltest instead of linkchecker (#1926)

* Add htmltest in container

* htmltest configuration

* Fix empty hash error

* Linkchecker configuration

* use htmlcheck in tools

* Use htmltest in GH Action

* Ignore .ash_history

* Use htmlcheck in devfile

* Remove linkchecker scripts, rename podman scripts into runner scripts

* Fix GitHub error: The workflow is not valid. The workflow must contain at least one job with no dependencies.

* Add symlinks for old scripts

* Fix a link

* This links should not be active

* typo

* Fix Error: EACCES: permission denied, lstat '/projects/build'

* GitHub Workflows reorganization. (#1927)

* Use build artifact for link checker

* Looking at the behaviour of GitHub Actions, what takes the most time is to wait for a runner for a workflow.

Once the workflow has a runner, we spend less time waiting for executors for each job.

As a consequence, it makes sense to limit the number of *workflows* as much as possible, and to use the *jobs* for a proper reporting in GitHub.

This commit is an attempt to have one workflow for PR, and one workflow for push.

It implies some duplication of code but I guess this is the price to pay for less wait time.

* Minimize the number of workflows AND jobs

* Remove che.yml workflow which is not functional

* Fixes

* Fixes

* Fix job name

* Fix htmltest errors (#1929)

* One job on push. Count vale errors. (#1930)

* fix broken-ID (#1931)

* broken-ID

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Refactor devfile reference. (#1863)

* Refactor devfile reference.

* Vale error fixes.

* review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Update ref_devfile-reference.adoc

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Added documentation section about using private container registries (#1925)

* added documenting procedure

Signed-off-by: Pavol Baran <pbaran@redhat.com>

* fixing vale errors

Signed-off-by: Pavol Baran <pbaran@redhat.com>

* additional resources added

Signed-off-by: Pavol Baran <pbaran@redhat.com>

* Apply suggestions from code review

YHontyk's feedback

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* changed the section location

Signed-off-by: Pavol Baran <pbaran@redhat.com>

* vale/attribute-fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Yana Hontyk <yhontyk@redhat.com>
Co-authored-by: Michal Maléř <mmaler@redhat.com>

* Fix TOC overflow (#1932)

* Fix TOC overflow

* Fix preview

* Fix preview take 2

* Fix preview take 3

* Update .github/workflows/publish-netlify.yml

* Update .github/workflows/publish-netlify.yml

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* disableConcurrentBuilds as followup of https://bugs.eclipse.org/bugs/show_bug.cgi?id=572415 (#1933)

* Fix language errors in assembly_introduction-to-eclipse-che.adoc. 676 to 662 errors in complete codebase (#1934)

* Add Gitlab authentication procedure using personal tokens (#1924)

* Add Gitlab authentication procedure using personal tokens

* Missing files

* Fixups

* Rename doc

* review-part-1

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Fixup filename and remove old

* Fixup file

* Add renamed file

* Fixup

* vale

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* Fix language in end-user-guide (#1938)

* Fix a typo

* Fix vale errors. Refresh description from https://docs.openshift.com/container-platform/4.7/web_console/odc-about-developer-perspective.html

* Fix language

* Fix language

* Fix language and modularity

* Fix language

* Vale config changes

* Vale config changes

* Fix language on modules/end-user-guide/partials/assembly_che-theia-remote-plugin-image.adoc

* Fix language on modules/end-user-guide/partials/assembly_what-is-a-che-theia-plug-in.adoc

* Fix language on modules/end-user-guide/partials/proc_creating-a-workspace-from-the-default-branch-of-a-git-repository.adoc

* Fix language on modules/end-user-guide/partials/proc_defining-a-launch-remote-plug-in-endpoint-using-dockerfile.adoc

* Fix language on modules/end-user-guide/partials/proc_downloading-different-versions-of-gradle.adoc

* Fix language on modules/end-user-guide/partials/proc_finding-the-gopath.adoc

* Fix language on modules/end-user-guide/partials/proc_importing-certificates-to-browsers.adoc

* Fix language on modules/end-user-guide/partials/proc_logging-the-intelephense-client-server-communication.adoc

* Fix language on modules/end-user-guide/partials/proc_running-and-debugging.adoc

* Fix language on modules/end-user-guide/partials/proc_verifying-the-state-of-the-yaml-language-server.adoc

* Fix language on modules/end-user-guide/partials/proc_viewing-logs-for-php-debug.adoc

* Fix vale errors in modules/end-user-guide/examples/snip_bitbucket-personal-access-token-secret.adoc

* Fix language on modules/end-user-guide/examples/che-adding-a-git-project-into-a-workspace-using-a-devfile.adoc

* Fix language on modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-an-variable.adoc

* Fix language on modules/end-user-guide/examples/che-ref_git-credential-file-as-kubernetes-secret-into-the-file.adoc

* Accept Webview

* Fix language on modules/end-user-guide/partials/assembly_differences-in-how-che-theia-webview-works-on-a-single-host-mode-comparing-to-a-multi-host-mode.adoc

* Fix language on modules/end-user-guide/partials/proc_defining-maven-settings-xml-file-across-workspaces.adoc

* Fix language on modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

* Fix language on modules/end-user-guide/partials/proc_defining-a-launch-remote-plug-in-endpoint-in-a-meta-yaml-file.adoc

* Accept Omnisharp

* Fix language on modules/end-user-guide/partials/con_che-theia-plug-in-lifecycle.adoc

* Fix language on modules/end-user-guide/partials/con_che-theia-task-types.adoc

* Fix language on modules/end-user-guide/partials/proc_configuring-go-to-use-a-non-standard-registry.adoc

* Use 'OmniSharp'

* Fix language on modules/end-user-guide/partials/proc_accessing-workspaces-remotely-using-kubectl.adoc

* Fix language on modules/end-user-guide/partials/proc_detecting-memory-problems.adoc

* Fix language on modules/end-user-guide/partials/proc_viewing-netcoredebugoutput-plug-in-logs-in-the-output-panel.adoc

* Fix language on modules/end-user-guide/partials/proc_editing-a-task-and-a-launch-configuration.adoc

* Fix language on modules/end-user-guide/partials/proc_provisioning-jetbrains-activation-code-for-offline-use.adoc

* Decreasing the severity of the IBM.Annotations rule, as [NOTE] is a legit admonition statement in AsciiDoc

* Fix language on modules/end-user-guide/partials/proc_accessing-che-from-red-hat-applications-menu.adoc

* More vale config

* Fix language on modules/end-user-guide/partials/assembly_differences-in-how-che-theia-webview-works-on-a-single-host-mode-comparing-to-a-multi-host-mode.adoc

* Fix language on modules/end-user-guide/partials/proc_viewing-netcoredebugoutput-plug-in-logs-in-the-output-panel.adoc

* Fix language on modules/end-user-guide/partials/proc_verifying-the-state-of-the-yaml-language-server.html

* deleted:    modules/end-user-guide/partials/proc_verifying-the-state-of-the-yaml-language-server.html

* More vale config again

* Fix language on modules/end-user-guide/partials/proc_managing-git-configuration-identity.adoc

* Fix language on modules/end-user-guide/examples/che-ref_annotations-description.adoc

* Fix language on modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-an-variable.adoc

* Fix vale rules in administration guide (#1941)

* Fix vale errors. Refresh description from https://docs.openshift.com/container-platform/4.7/web_console/odc-about-developer-perspective.html

* Fix language

* Vale config changes

* Vale config changes

* Fix language on modules/end-user-guide/partials/proc_importing-certificates-to-browsers.adoc

* Accept Webview

* Accept Omnisharp

* Use 'OmniSharp'

* Fix language on modules/end-user-guide/partials/proc_viewing-netcoredebugoutput-plug-in-logs-in-the-output-panel.adoc

* Decreasing the severity of the IBM.Annotations rule, as [NOTE] is a legit admonition statement in AsciiDoc

* More vale config

* Fix language on modules/end-user-guide/partials/proc_viewing-netcoredebugoutput-plug-in-logs-in-the-output-panel.adoc

* Fix language on modules/end-user-guide/partials/proc_verifying-the-state-of-the-yaml-language-server.html

* deleted:    modules/end-user-guide/partials/proc_verifying-the-state-of-the-yaml-language-server.html

* More vale config again

* Vale config

* Rename example to fix vale errors

* Fix language on modules/administration-guide/examples/prometheus-config.adoc

* Fix language on modules/administration-guide/examples/snip_che-cloning-image-puller-project.adoc

* Fix language on modules/administration-guide/examples/snip_che-devfile-meta.adoc

* Fix language on modules/administration-guide/examples/snip_che-plug-in-tree.adoc

* Fix language on modules/administration-guide/partials/assembly_tracing-che.adoc

* Fix language on modules/administration-guide/partials/con_caching-images-for-faster-workspace-start.adoc

* Fix language on modules/administration-guide/partials/con_che-user-runtimes.adoc

* Fix language on modules/administration-guide/partials/con_che-workspaces-architecture.adoc

* Fix language on modules/administration-guide/partials/con_controller-requirements.adoc

* Fix language on modules/administration-guide/partials/proc_building-a-custom-devfile-registry-image.adoc

* Fix language on modules/administration-guide/partials/proc_building-a-custom-plug-in-registry-image.adoc

* Fix language on modules/administration-guide/partials/proc_collecting-che-metrics-with-prometheus.adoc

* Fix language on modules/administration-guide/partials/proc_configuring_bitbucket_servers.adoc

* Fix language on modules/administration-guide/partials/proc_installing-image-puller-on-kubernetes-using-the-image-puller-operator.adoc

* Fix language on modules/administration-guide/partials/proc_installing-image-puller-using-helm.adoc

* Fix language on modules/administration-guide/partials/proc_viewing-che-metrics-on-grafana-dashboards.adoc

* Fix language on modules/administration-guide/partials/proc_viewing-che-traces-in-jaeger-ui.adoc

* Fix language on modules/administration-guide/partials/proc_viewing-keycloak-server-logs.adoc

* Fix language on modules/administration-guide/partials/proc_viewing-postgresql-server-logs.adoc

* Fix language on modules/administration-guide/partials/proc_viewing-the-state-of-the-che-cluster-deployment-using-openshift-4-cli-tools.adoc

* Fix language on modules/administration-guide/partials/prometheus-config.adoc

* Fix language on modules/administration-guide/partials/ref_grafana-dashboards-for-che.adoc

* New attributes

* RHDEVDOCS-2804 Removing the low level details from the image puller landing page (#1940)

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Fix vale rules in installation guide (#1942)

* New attributes

* Vale config

* Vale config, new attributes

* Fix language on modules/installation-guide/pages/configuring-labels-for-ingresses.adoc

* Fix language on modules/installation-guide/partials/con_security-considerations.adoc

* Fix language on modules/installation-guide/partials/con_understanding-che-server-advanced-configuration-using-the-operator.adoc

* Fix language on modules/installation-guide/partials/con_workspace-exposure-strategies.adoc

* Fix language on modules/installation-guide/partials/proc_configuring-dns-on-azure.adoc

* Fix language on modules/installation-guide/partials/proc_configuring-labels-for-ingresses.adoc

* Fix language on modules/installation-guide/partials/proc_configuring-namespace-strategies.adoc

* Fix language on modules/installation-guide/partials/proc_configuring-storage-types.adoc

* Fix language on modules/installation-guide/partials/proc_configuring-the-che-operator-checluster-resource-with-kubectl.adoc

* Fix language on modules/installation-guide/partials/proc_creating-a-google-kubernetes-engine-instance.adoc

* Fix language on modules/installation-guide/partials/proc_deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc

* Fix language on modules/installation-guide/partials/proc_enabling-dev-workspace-engine.adoc

* Fix language on modules/installation-guide/partials/proc_importing-untrusted-tls-certificates-old.adoc

* Fix language on modules/installation-guide/partials/proc_installing-dns-on-google-cloud-platform.adoc

* Fix language on modules/installation-guide/partials/proc_preparing-the-aws-system-for-installing-che.adoc

* Fix language on modules/installation-guide/partials/proc_setting-up-the-keycloak-che-username-readonly-theme-for-the-eclipse-che-login-page.adoc

* Fix language on modules/installation-guide/partials/proc_sizing-google-cloud-node-pools-for-your-eclipse-che-workspaces.adoc

* Fix language on modules/installation-guide/partials/proc_using-minishift-to-set-up-openshift-3.adoc

* Fix language on modules/installation-guide/partials/proc_sizing-google-cloud-node-pools-for-your-eclipse-che-workspaces.adoc

* Fix language on .vale/styles/Vocab/Che/accept.txt

* Fix language on modules/installation-guide/partials/proc_preparing-the-aws-system-for-installing-che.adoc

* Fix language on modules/installation-guide/examples/checluster-properties.adoc

* Fix language on modules/installation-guide/partials/con_persistent-volume-configuration.adoc

* Fix language on modules/installation-guide/partials/proc_using-kubespray-to-set-up-kubernetes.adoc

* Fix language on modules/installation-guide/examples/ref_che-supported-platforms-and-installation-methods.adoc

* Fix language on modules/installation-guide/partials/proc_installing-che-on-kind-using-chectl.adoc

* Fix language on modules/installation-guide/partials/proc_installing-cert-manager-on-kubernetes.adoc

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Fix doc (#1945)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* [release] Bump to 7.28.0 in master (#1946)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* Deprecate namespace strategies other than 'per user' (#1936)

* Deprecate namespace strategies other than 'per user'

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Document upstream plugin registry changes (#1917)

* Plugin model revamping

* Add details about adding che-theia-plugins.yaml entries on the page
  "Building custom registries"
* Contribute a new upstream specific article on how to write che-theia-plugins.yaml
  entries
* Small fixes to other articles
* Restored deps needed for local development to package.json

Signed-off-by: Eric Williams <ericwill@redhat.com>

* Update modules/end-user-guide/partials/proc_adding-a-vs-code-extension-to-the-che-plugin-registry.adoc

Co-authored-by: Anatolii Bazko <abazko@redhat.com>

* Plugin model revamping

* Add details about adding che-theia-plugins.yaml entries on the page
  "Building custom registries"
* Contribute a new upstream specific article on how to write che-theia-plugins.yaml
  entries
* Small fixes to other articles
* Restored deps needed for local development to package.json

Signed-off-by: Eric Williams <ericwill@redhat.com>

* Update modules/end-user-guide/partials/proc_adding-a-vs-code-extension-to-the-che-plugin-registry.adoc

Co-authored-by: Anatolii Bazko <abazko@redhat.com>

* Review for this fantastic work! :)

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Update ref_che-theia-plug-in-metadata.adoc

Co-authored-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* [release] Bump to 7.28.1 in master (#1947)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Refresh modules/installation-guide/examples/system-variables.adoc and skip vale checks on it. We need to fix things in che.properties. (#1944)

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Putting examples in boxes, adding missing verification steps (#1937)

* Putting examples in boxes, adding missing verification steps

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Putting examples in boxes, adding missing verification steps

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Verification steps

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* missing step

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* conflict

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* conflict

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* the old friend Vale

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Update modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc

Co-authored-by: Serhii Leshchenko <sleshche@redhat.com>

Co-authored-by: Serhii Leshchenko <sleshche@redhat.com>
Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Report breakdown of vale errors per module (#1943)

* Report breakdown of vale errors per module

* Add license. Fix shellcheck error.

* Don't validate language on YAML files

* External script to validate language on files change

* Fix behaviour

* Fix language on hosted che (#1950)

* Fix language on modules/hosted-che/partials/proc_creating-a-workspace-from-template-in-hosted-che.adoc

* Fix language on modules/hosted-che/partials/proc_creating-a-workspace-from-the-user-dashboard.adoc

* Fix language on modules/hosted-che/partials/proc_registering-to-hosted-che.adoc

* Fix language on modules/hosted-che/partials/ref_about-hosted-che.adoc

* IntelliJ in an exiting workspace (#1948)

* Add a proc on how to configure a workspace to use InteeliJ IDEA

* Update modules/end-user-guide/partials/proc_configuring-an-existing-workspace-to-use-intellij-idea.adoc

Co-authored-by: Serhii Leshchenko <sleshche@redhat.com>

Co-authored-by: Serhii Leshchenko <sleshche@redhat.com>

* Fix language errors in extensions (#1949)

* Fix language on .vale/styles/Vocab/Che/accept.txt

* Fix language on modules/extensions/partials/assembly_openshift-connector-overview.adoc

* Fix language on modules/extensions/partials/con_features-of-openshift-connector.adoc

* Fix language on modules/extensions/partials/proc_creating-a-telemetry-plugin.adoc

* Fix language on modules/extensions/partials/proc_creating-components-with-openshift-connector-in-che.adoc

* Fix language on modules/extensions/partials/proc_installing-openshift-connector-in-che.adoc

* Fix language on modules/extensions/partials/ref_the-woopra-telemetry-plugin.adoc

* Update modules/extensions/partials/proc_creating-a-telemetry-plugin.adoc

* Fix language on contributor guide (#1951)

* Fix language on .vale/styles/Vocab/Che/accept.txt

* Fix language on modules/contributor-guide/partials/assembly_testing-che-theia-plug-ins.adoc

* Fix language on modules/contributor-guide/partials/con_che-extension-points.adoc

* Fix language on modules/contributor-guide/partials/proc_adding-support-for-a-new-debugger.adoc

* Fix language on modules/contributor-guide/partials/proc_bootstrapping-che-theia-plug-in-development-with-yeoman.adoc

* Fix language on modules/contributor-guide/partials/proc_defining-custom-branding-values-for-che-theia.adoc

* Fix language on modules/contributor-guide/partials/ref_che-theia-plug-in-api.adoc

* Changes in vale configuration to parse che.properties (#1953)

* Fix small formatting issues (#1955)

* Language review and Vale rules update (#1954)

Adapt vale configuration:

* Skip validation on metadata (:attribute: and `id` statements).
* Use the new `CheDocs.TechnicalTerms` rule to define capitalization rules, with severity error, instead of the Vocab (`accept.txt`, `reject.txt`).
* Use the Vocab (`accept.txt`, `reject.txt`) only to expand the dictionary (words triggering Spelling errors).
* Raise the severity of the `CheDocs.Attributes` substitution rule.

Fix the content.

* [release] Bump to 7.29.0 in master (#1956)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Add IMAGE_PULL_SECRETS to image puller parameters (#1957)

* Add IMAGE_PULL_SECRETS to image puller parameters

* Update con_caching-images-for-faster-workspace-start.adoc

* Fix vale errors and suggestions

* Fix URL to kubectl docsfix. (#1960)

* Add AFFINITY to image puller parameters (#1959)

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Make checluster_docs_gen.sh script compatible with CRD v1 (#1961)

* Make checluster_docs_gen.sh script compatible with CRD v1

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Fix broken link (#1963)

Fix broken link to blog about installing on Docker Desktop
Co-authored-by:    Eric Rizzo <github@rizzoweb.com

* Update doc to mention that inital user credentials are stored into openshift-config namespace (#1964)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Eclipse Che hosted by Red Hat: Updating the IDE link to the  developer-sandbox (#1968)

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>

* Add GiLab OAuth configuration manual (#1952)

* Add GiLab OAuth pages;

* Fixup language

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Fixup language

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Fixup language

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Fixup review comments

* Fixup

* Update proc_configuring-gitlab-oauth2.adoc

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* annotation-fix (#1970)

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* [release] Bump to 7.29.1 in master (#1966)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Fix asciidoc warnings. (#1969)

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Clarify 'per user' project strategy in case if users didn't have enough privileges (#1967)

* Clarify 'per user' project strategy in case if users didn't had enough privileges

* Update modules/installation-guide/partials/proc_configuring-namespace-strategies.adoc

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* fixup! Merge branch 'master' into che19572

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>

* Update proc_configuring-namespace-strategies.adoc

* Update proc_configuring-namespace-strategies.adoc

* Update proc_configuring-namespace-strategies.adoc

vale

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Fix inconsistent capitalization (#1972)

* Update PULL_REQUEST_TEMPLATE.md (#1971)

* Update PULL_REQUEST_TEMPLATE.md

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Fix inconsistent capitalization (#1974)

* missing unit (#1973)

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* adding interval example (#1976)

* adding interval example

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* consistent fix for the OC patch command

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* consistent commands

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Update proc_removing-initial-openshift-user.adoc

* Add missed paragraphs about servers configuration property (#1977)

* Add missed paragraphs about servers configuration property

* Add missed paragraphs about servers configuration property

* Fix include statement (#1980)

* instead of sed to remove spaces, use tr to remove spaces AND quotes (#1979)

* instead of sed to remove spaces, use tr to remove spaces AND quotes

Change-Id: I5384aa9a3bc25e5423ab0efb719e6b3e839a4fb7
Signed-off-by: nickboldt <nboldt@redhat.com>

* instead of sed to remove spaces, use tr to remove spaces AND quotes (more complete solution for both types of quotes)

Change-Id: I920aeb211d7f4d027ee4bd37efdf3a54ed2f15a4
Signed-off-by: nickboldt <nboldt@redhat.com>

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Use attributes for Kubernetes occurences (#1888)

* Use attributes for Kubernetes occurences

* Update modules/installation-guide/examples/checluster-properties.adoc

* Update modules/installation-guide/pages/configuring-labels-for-ingresses.adoc

* Update modules/installation-guide/partials/proc_configuring-namespace-strategies.adoc

* Update modules/end-user-guide/partials/proc_mounting-a-secret-as-an-environment-variable-into-a-workspace-container.adoc

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Update modules/administration-guide/partials/proc_configuring-bitbucket-server-oauth1.adoc

* Update modules/installation-guide/examples/checluster-properties.adoc

* Update modules/installation-guide/partials/proc_configuring-workspace-exposure-strategies-using-a-helm-chart.adoc

* Update modules/installation-guide/examples/system-variables.adoc

* Apply suggestions from code review

* Update modules/installation-guide/partials/proc_configuring-namespace-strategies.adoc

* Update modules/installation-guide/examples/system-variables.adoc

* Apply suggestions from code review

Revert Kubernetes edits.

* Update modules/installation-guide/examples/system-variables.adoc

* Apply suggestions from code review

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* [release] Bump to 7.30.0 in master (#1978)

* [release] Bump to 7.30.0 in master

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* Fix https://github.com/eclipse/che/issues/19776

* The scripts don't handle well the presence of ""

* put back quotes around "7.30" 

put back quotes around "7.30" so it doesn't resolve to 7.3

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>

* Evaluate version in tools/checluster_docs_gen.sh: remove spaces, single and double quotes from the value of prod-ver, then append x. (#1981)

* che-19271 Adding a note about support of both product & project devfiles on Eclipse Che hosted by Red Hat (#1986)

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>

* Removed mentions of namespace strategies other than per-user (#1983)

* Removed mentions of namespace strategies other than per-user

* fixup! Removed mentions of namespace strategies other than per-user

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>

* fixup! Merge remote-tracking branch 'origin/che19536' into che19536

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Remove references to outdated parts of dashboard (#1984)

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Fix formatting. (#1989)

* [release] Bump to 7.30.1 in master (#1988)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* Refresh checluster-properties.adoc and system-variables.adoc  (#1982)

* Outcome of ./tools/checluster_docs_gen.sh ; ./tools/environment_docs_gen.sh

* Fix attribute in id

* Removed mentions of namespace strategies other than per-user (#1983)

* Removed mentions of namespace strategies other than per-user

* fixup! Removed mentions of namespace strategies other than per-user

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>

* fixup! Merge remote-tracking branch 'origin/che19536' into che19536

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Ignore vale on checluster-properties.adoc

Co-authored-by: Sergii Kabashniuk <skabashnyuk@users.noreply.github.com>

* Add hyphen to compound adjective, change wording (#1990)

Signed-off-by: David Kwon <dakwon@redhat.com>

Co-authored-by: David <dkwon17@users.noreply.github.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Fix metadata (#1997)

* Enable upstream plugin registry changes in downstream (#1996)

Enables fixes from https://github.com/eclipse/che-docs/pull/1917
downstream. This PR will need to be backported to 7.30.x

Fixes RHDEVDOCS-2647

Signed-off-by: Eric Williams <ericwill@redhat.com>

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* review of a review (#1994)

* review of a review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* html test fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* a little fix (#1995)

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Fail on asciidoctorjs warning (#1993)

* Fix typos (#1999)

Signed-off-by: David Kwon <dakwon@redhat.com>

Co-authored-by: Yana Hontyk <yhontyk@redhat.com>

* Review accept.txt, do not use it for capitalization unless necessary (#2001)

* [release] Bump to 7.30.2 in master (#2000)

* [release] Bump to 7.30.2 in master

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* Update antora-playbook.yml

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Fix links after che-server repository move (#2002)

* More robust links (#2003)

* More robust links:

* Repositories relocation
* Use raw.githubusercontent
* Use {prod-ver-patch} tag when available

* plugin -> plug-in

* Image puller: do not use an attribute for the ServiceAccount name, change download URL for che-operator.clusterserviceversion.yaml, images is not a placeholder (#1985)

* image-puller-stuff

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* renaming the snip

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* attribute

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* attribute fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* removing

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* removing

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Update modules/administration-guide/examples/snip_che-getting-the-list-of-relevant-images.adoc

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Update contributing.adoc (#2005)

* Update CONTRIBUTING.adoc

Co-authored-by: tstastna <78429689+tstastna@users.noreply.github.com>

* The reference to che-theia-plugins.yaml is specific to upstream. (#2006)

* [release] Bump to 7.31.0 in master (#2008)

* [release] Bump to 7.31.0 in master

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* Ensure version numbers are always strings.

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Fix link for downstream (#2009)

* Fix link for downstream

* Update modules/end-user-guide/partials/con_che-theia-task-types.adoc

Co-authored-by: Robert Krátký <rkratky@redhat.com>

Co-authored-by: Robert Krátký <rkratky@redhat.com>

* Fix repository location. Update generated docs after version bump. (#2011)

* Chore - Changes in Docs Team (#2010)

* Remove @boczkowska from CODEOWNERS

* Add Max Leonov to CODEOWNERS

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Configuring the number of workspaces (#2004)

* Running multiple workspaces simultaneously first draft

* Updating the Operator procedure and doing small fixes

* Fix context in assembly

* Rename the files and improve the content

* Improve language, reorganize content

* Improve language

* Update modules/installation-guide/partials/proc_configuring-the-number-of-workspaces-a-user-can-run-using-configmap.adoc

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Update modules/installation-guide/partials/proc_configuring-the-number-of-workspaces-a-user-can-run-using-the-operator.adoc

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Co-authored-by: Sergii Kabashniuk <skabashnyuk@users.noreply.github.com>

* Authoring devfile version 1 and 2 (#2012)

* devfile

* Update modules/end-user-guide/pages/authoring-devfiles-version-2.adoc

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Update modules/end-user-guide/pages/authoring-devfiles-version-1.adoc

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Update modules/end-user-guide/pages/authoring-devfiles-version-1.adoc

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* nav

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* fix: metadata on assembly_authoring-devfiles-version-2.adoc (#2014)

* docs: fix metadata on assembly_authoring-devfiles-version-2.adoc

* Fix: page name change

* Fix: page name change fixes

* fix: deploying Eclipse Che on GCP (#2018)

* fix: deploying Eclipse Che on GCP

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Update proc_installing-che-on-kubernetes_using_chectl_and_helm.adoc

edits

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* fix: configuring custom che hostname (#2019)

* fix: configuring custom che hostname

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Remove unused image

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Update proc_configuring-che-hostname.adoc

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* chore: [release] Bump to 7.31.1 in master (#2016)

* [release] Bump to 7.31.1 in master

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* Adding back the quotes. Version numbers should always be strings, not decimal.

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* fix: vocabulary (#2017)

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* Fix language (#2021)

* Fix language

* Update proc_configuring-namespace-strategies.adoc

* Update proc_configuring-namespace-strategies.adoc

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>

* docs: Add note about common PVC deletion (#2015)

* Merge branch 'master' into che-18369

* Merge branch 'master' into che-18369

* review of #2015

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Michal Maléř <mmaler@redhat.com>

* chore: [release] Bump to 7.31.2 in master (#2026)

* [release] Bump to 7.31.2 in master

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* fix: Don't remove quotes to version attributes.

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* docs: add how to configure annotations (#2023)

* fix: add how to configure annotations

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* Corrected a typo in url of role_binding.yaml (#2025)

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* chore(docs): update che-theia-plugins.yaml fields (#2030)

Brings us up-to-date with the latest upstream format.

Fixes eclipse/che#19780

Signed-off-by: Eric Williams <ericwill@redhat.com>

* chore: prepare vale infringements counter for vale warnings hunt. (#2028)

* chore: prepare vale infringements counter for vale warnings hunt.

* fix: vale errors

* fix: Kubernetes Image Puller namespace (#2029)

Signed-off-by: David Kwon <dakwon@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: Fixup of Configuring GitLab OAuth2 procedure. (#2031)

Signed-off-by: rhopp <rhopp@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: missing prereq step for an OCP3 installation (#2027)

* missing prereq step for an OCP3 installation

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Update modules/installation-guide/partials/proc_installing-che-on-openshift-3-using-the-operator.adoc

Co-authored-by: Robert Krátký <rkratky@redhat.com>

* Update proc_installing-che-on-openshift-3-using-the-operator.adoc

* Update proc_installing-che-on-openshift-3-using-the-operator.adoc

* Update proc_installing-che-on-openshift-3-using-the-operator.adoc

* Update proc_installing-che-on-openshift-3-using-the-operator.adoc

Co-authored-by: Robert Krátký <rkratky@redhat.com>

* docs: procedure: Adding a topic about the factory workspace-creation policy (#2032)

* Add topic about factory workspace creation policy

* Update proc_allowing-users-to-define-workspace-creation-strategy.adoc

* Update modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-creation-strategy.adoc

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* Update proc_allowing-users-to-define-workspace-creation-strategy.adoc

* Update modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-creation-strategy.adoc

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* Update proc_allowing-users-to-define-workspace-creation-strategy.adoc

* Update proc_allowing-users-to-define-workspace-creation-strategy.adoc

Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* fix: check and update of intelliJ docs (#2035)

* check and update of intelliJ docs

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* cloning

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix: Use double quotes for bumped versions during release (#2036)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* [release] Bump to 7.32.0 in master (#2037)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* chore: Adding Tereza Stastna to code owners (#2040)

Co-authored-by: Nick Boldt <nboldt@redhat.com>

* procedure: removing an unnecesary procedure step for the Image Puller (#2039)

* removing an unnecesary procedure step for Che/CRW

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* cleaning

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fixed an inaccurate figure description (#2034)

Signed-off-by: xbaran4 <pbaran@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* feat(docs): better describe custom plugin scenarios (#2044)

* feat(docs): better describe custom plugin scenarios

Do a better job explaining how custom plugins relate to authoring
devfiles. Also removed versioning from plugin `id` fields and replaced
them with `latest`.

Fixes RHDEVDOCS-2853

Signed-off-by: Eric Williams <ericwill@redhat.com>

* Update ref_devfile-reference.adoc

* vale fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* typo (#2047)

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix: Add a step for explicit configuration of GitLab OAuth2 endpoints; 

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: adapt docs to dashboard pages renaming (#2033)

* fix: adapt docs to dashboard pages renaming

* fixup! fix: adapt docs to dashboard pages renaming

* fix: remove outdated screenshots

* review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Nick's suggestions

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* procedure: use organization instead of github-handle to explain fork … (#2042)

* procedure: use organization instead of github-handle to explain fork URL. Add back prerequisite step to have a fork as the GitHub extension does not propose to create a fork

* Update CONTRIBUTING.adoc

Co-authored-by: Robert Krátký <rkratky@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Robert Krátký <rkratky@redhat.com>

* fix: Configuring the number of workspaces that a user can create (#2024)

* Add first draft

* Add module to navigation

* Update proc_configuring-the-number-of-workspaces-a-user-can-create-using-configmap.adoc

* Typo and formatting fixes

* Fix language

* Improve language, rename files

* Fix a broken link

* Change related procedure to be consistent

* Fix broken links

* Implement suggestions from the reviewer

* Fix vale errors

* Fix formatting issue

* Implement suggestions from reviewer

Co-authored-by: Michal Maléř <48474054+MichalMaler@users.noreply.github.com>
Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* replaced destroy with removed in modules/contributor-guide/partials/con_che-extension-points.adoc (#2052)

* namepsace stragegies: Updated (#2049)

* namepsace stragegies: Updated

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Update modules/installation-guide/partials/proc_configuring-namespace-strategies.adoc

Co-authored-by: Michal Vala <michal.vala@gmail.com>

Co-authored-by: Michal Vala <michal.vala@gmail.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* feat: Add Github PAT-based auth configuration example 

Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: Deploying Che with support for Git repositories with self-signed certificates (#2053)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* pvcClaimSize-update (#2057)

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* feat: update doc accordingly to che-operator changes (#2056)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* Fix: Improve installation guide for CodeReady Containers (#2048)

* Improve installation guide for CodeReady Containers

* Fix formatting

* review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* edits

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Fix typo

* additional review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Fix a typo

* update-qe-review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* update of the TLS-certificate importing procedure (#2058)

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Update Installing Che on OpenShift 4 using OperatorHub (#2059)

* Update Installing Che on OpenShift 4

* Update proc_creating-an-instance-of-the-che-operator.adoc

review-mmaler

* fixes

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* chore: Update mounting secrets and configmap into container (#2064)

* chore: Update mounting secrets and configmap into container

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* mmaler-review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* feat: Enable Devworkspaces on k8s (#2063)

* Enable Devworkspaces on k8s

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: remarks (#2066)

* fix: remarks

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* [release] Bump to 7.33.2 in master (#2070)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* feat: document image puller default image workflow (#2065)

* Remove usages of "you" and "your"

Signed-off-by: David Kwon <dakwon@redhat.com>

* Remove usages of "you" and "your"

Signed-off-by: David Kwon <dakwon@redhat.com>

* review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Delete unnecessary file

Signed-off-by: David Kwon <dakwon@redhat.com>

* Combine ImagePuller enable instructions

Signed-off-by: David Kwon <dakwon@redhat.com>

* link fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* link fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale-2

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale-terms

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Ilya Buziuk <ibuziuk@redhat.com>

* removed link:, OpenShift3 and Openshift4 from square brackets, square brackets (#2061)

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* chore: Problematic language -- replace master w/ main (#2068)

Change-Id: I3e1f7d7e6613ca310af4063caf3cda759960c872
Signed-off-by: nickboldt <nboldt@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: Prerequisites and Procedure (#2071)

* Replaced OpenShift with platforms-name

* [2654] fix

Based on comments in https://github.com/eclipse/che/issues/18514
1. replaced OpenShift with {platforms-name}
in Prerequisites,
2. added the `update` step,
3. rewrote the upgrade step description.

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* [2654] fix

Removed italics and angle brackets from the following command block:
$ chectl server:update -n eclipse-che

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* [2654] fix

removed the redundant word 'instance' from the following line in Prerequisites:
* And administrative account on an OpenShift instance.
* An administrative account on an instance of {platforms-name}.

Bug: https://issues.redhat.com/browse/RHDEVDOCS-2654

* rewrote step 3 in the procedure

* aligned the code block in step 3

* added ifeval for step 3

* rephrased

* mmaler-review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* procedure: BitBucket links and info (#2074)

* links and info

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* suggestions from the review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix: update image puller docs and csv link (#2073)

* fix: update image puller docs and csv link

Signed-off-by: David Kwon <dakwon@redhat.com>

* Update proc_defining-the-list-of-images-to-pull.adoc

* Update proc_defining-the-list-of-images-to-pull.adoc

* edits

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Add another workspace startup image, mention OpenShift and che-machine-exec image

* fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* update

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Nick's review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* snip file with images for the upstream repo

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* edit

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Edit image examples, OpenShift version

Signed-off-by: David Kwon <dakwon@redhat.com>

* Update proc_defining-the-list-of-images-to-pull.adoc

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* chore: Bump to 7.34.0 in master (#2076)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* fix: Use semantic commit message for the release (#2077)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: Use new URL for downloading and parsing CRD (#2079)

* Update checluster_docs_gen.sh

* Update checluster_docs_gen.sh

* chore: Bump to 7.34.1 in master (#2082)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* fix: Updating Hosted Che 'Troubleshooting' section. Adding a warning about currently disabled upstream devfile registry (#2081)

* fix: Updating Hosted Che 'Troubleshooting' section. Adding a warning about currently disabled upstream devfile registry

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>

* Update ref_about-hosted-che.adoc

Review

* Update ref_hosted-che-faq-and-troubleshooting.adoc

* Update ref_hosted-che-faq-and-troubleshooting.adoc

* Update ref_hosted-che-faq-and-troubleshooting.adoc

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: metadata consistency in assembly_mounting-secrets-or-a-configmap-as-file-or-env-variable-in-container.adoc (#2067)

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: removing references to (previous) versions of Che in two .adoc files (#2062)

* first draft

* rewrote two example files

* replaced comma with brackets and reworded

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* rewrote a few sentences

* forgot an *

* fixed one sentence, added a comment line

* fixed a few lines

* Update che-ref_a-kubernetes-secret-as-a-file.adoc

* Update che-ref_a-kubernetes-secret-as-an-variable.adoc

* Update che-ref_a-kubernetes-secret-as-a-file.adoc

* work in progress on the final NOTE

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* Update che-ref_a-kubernetes-secret-as-a-file.adoc

* Update che-ref_a-kubernetes-secret-as-a-file.adoc

* Update che-ref_a-kubernetes-secret-as-a-file.adoc

* Update che-ref_a-kubernetes-secret-as-a-file.adoc

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-an-variable.adoc

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>

* Update che-ref_a-kubernetes-secret-as-a-file.adoc

* Rewrote one paragraph

* test

* added a missing `data` to `data key`

* minor fixes

* minor fix

* reordered sentences and preview test

* run-on ul item

* added missing apostrophes

* adding missing apostrophes

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

Co-authored-by: Robert Krátký <rkratky@redhat.com>

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

Co-authored-by: Robert Krátký <rkratky@redhat.com>

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-a-file.adoc

Co-authored-by: Robert Krátký <rkratky@redhat.com>

* Update modules/end-user-guide/examples/che-ref_a-kubernetes-secret-as-an-variable.adoc

Co-authored-by: Robert Krátký <rkratky@redhat.com>

* removed one comment line

* removed a comment line

* removed a comment line

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Robert Krátký <rkratky@redhat.com>

* Add Backup / Restore docs (#2072)

* Add Backup / Restore docs

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>

* Che 19962 mmaler review (#2080)

review after a review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Apply suggestions from @rkratky's code review

Co-authored-by: Robert Krátký <rkratky@redhat.com>

* Fix links and nav

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>

* Rephrase word 'passwordless' to make vale check passing

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Robert Krátký <rkratky@redhat.com>

* fix: clarified that a parameter is optional (#2086)

* fixed the table entry

* feat: document image puller default image workflow (#2065)

* Remove usages of "you" and "your"

Signed-off-by: David Kwon <dakwon@redhat.com>

* Remove usages of "you" and "your"

Signed-off-by: David Kwon <dakwon@redhat.com>

* review

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Delete unnecessary file

Signed-off-by: David Kwon <dakwon@redhat.com>

* Combine ImagePuller enable instructions

Signed-off-by: David Kwon <dakwon@redhat.com>

* link fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* link fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale-2

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale-terms

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Ilya Buziuk <ibuziuk@redhat.com>

* removed link:, OpenShift3 and Openshift4 from square brackets, square brackets (#2061)

Co-authored-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: David Kwon <83611742+dkwon17@users.noreply.github.com>
Co-authored-by: Michal Maléř <mmaler@redhat.com>
Co-authored-by: Ilya Buziuk <ibuziuk@redhat.com>

* chore: set minimal kubernetes version to 1.19 (#2085)

* chore: set minimal kubernetes version to 1.19

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* new attribute for minimal version of Kubernetes - 1.19

Signed-off-by: Michal Maléř <mmaler@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* chore: Mark helmcharts deprecated (#2089)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* Fix vale warnings in End-user Guide (#2078)

* Fix vale warnings in end user guide

* Fix a typo

* Implement review suggestions

* Small fixes

* Link Vale fix

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Fix hyphenation

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* Install on azure (#2087)

* added more details on getting a domain name from a registrar

* updated cert-manager version. Changed clusterissuer definition to work with chectl deploy

* Update proc_configuring-dns-on-azure.adoc

Changed case on GoDaddy to remediate failing check from vale

Co-authored-by: oakmin <ominbruce@outlook.com>
Co-authored-by: Michal Maléř <mmaler@redhat.com>

* Fix vale warnings (#2075)

* Fix vale warnings

* Fix vale warnings in the administration guide

* Fix warnings in the administration guide

* Update assembly_configuring-authorization.adoc

* Update assembly_understanding-che-workspaces-architecture.adoc

* Fix vale warnings in hosted che and installation guide

* Fix readability grade

* Fix a typo

* Fix readability grade

* Fix readability grade

* Reverting a file changed by mistake

* Add lead-in sentences

* Improve language

* Implement suggestions from peer review

* Fix vale error

* intro

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* vale error

Signed-off-by: Michal Maléř <mmaler@redhat.com>

* Typo fix, small changes in lead-in sentences

* Implement review suggestions

* Small fix

* Improve language

Co-authored-by: Michal Maléř <mmaler@redhat.com>

* fix: capitalization (#2094)

* Fix capitalization

* Fix capitalization

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* chore: Bump to 7.34.2 in master (#2096)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>

* Fix: references to the 'Get Started' UI label (#2051)

* salvaging earlier versions of some of modified files after the vale > wipeout

* removing the files deleted during editing as part of the salvage operation

* pre-Vale, salvaged and rewritten

* fixed editing-the-commands-after-importing-a-project

* fixing a missed {prod-short}

* merging upstream changes

* renamed  as

* minor word fixes

* replaced one word in a section title

* minor text fixes to some files

* Update assembly_creating-a-workspace-from-included-options.adoc
…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/chectl Issues related to chectl, the CLI of Che area/doc Issues related to documentation kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

6 participants