Skip to content

Commit 2219e9b

Browse files
committed
implement downstream QE fixes upstream
Signed-off-by: shjones <[email protected]>
1 parent 22b7a15 commit 2219e9b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/src/main/asciidoc/deploying-to-openshift.adoc

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following table outlines the build strategies that {project-name} supports:
5858
== Bootstrapping the project
5959

6060
First, you need a new project that contains the OpenShift extension.
61-
Then, before you build and deploy our application, you must log into an OpenShift cluster.
61+
Then, before you build and deploy your application, you must log into an OpenShift cluster.
6262

6363
=== Adding the OpenShift extension
6464

@@ -67,15 +67,6 @@ To build and deploy your applications as a container image that runs inside your
6767
This extension also generates {openshift} resources such as image streams, build configuration, deployment, and service definitions.
6868
If your application includes the `quarkus-smallrye-health` extension, {openshift} can access the health endpoint and verify the startup, liveness, and readiness of your application.
6969

70-
[IMPORTANT]
71-
====
72-
From {project-name} 3.8, the `DeploymentConfig` object, deprecated in OpenShift, is also deprecated in {project-name}.
73-
`Deployment` is the default and preferred deployment kind for the `quarkus-openshift` extension.
74-
If you redeploy applications that you deployed before by using `DeploymentConfig`, by default, those applications use `Deployment` but do not remove the previous `DeploymentConfig`.
75-
This leads to a deployment of both new and old applications, so, you must remove the old `DeploymentConfig` manually.
76-
However, if you want to continue to use `DeploymentConfig`, it is still possible to do so by explicitly setting `quarkus.openshift.deployment-kind` to `DeploymentConfig`.
77-
====
78-
7970
.Prerequisites
8071

8172
* You have a Quarkus Maven project.
@@ -104,7 +95,7 @@ However, if you want to continue to use `DeploymentConfig`, it is still possible
10495
+
10596
[source,bash,subs="+quotes,attributes+"]
10697
----
107-
quarkus extension add 'quarkus-openshift'
98+
quarkus extension add quarkus-openshift
10899
----
109100

110101
== Logging in to an {openshift} cluster

0 commit comments

Comments
 (0)