Skip to content

Commit c09dbc4

Browse files
committed
revert removal of 3.2 note
Signed-off-by: shjones <[email protected]>
1 parent 3884a23 commit c09dbc4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ 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+
7079
.Prerequisites
7180

7281
* You have a Quarkus Maven project.

0 commit comments

Comments
 (0)