DeploymentConfig is not deleted when undeploy is called
See original GitHub issueDescription
When I do
mvn fabric:undeploy -Dfabric8-maven-plugin.version=3.5.42
after having done
mvn fabric8:deploy -Popenshift -Dfabric8-maven-plugin.version=3.5.42
for this Spring Boot project, the DeploymentConfig
is not removed as it should be.
Info
- f-m-p version : 3.5.42
- Maven version (
mvn -v
) : 3.5.4 - Kubernetes / OpenShift setup and version : OKD 3.10
- If it’s a bug, how to reproduce : (same as description)
- Extra information:
oc describe dc ....
: https://gist.github.com/geoand/f428b4a42f623b13f4b9a4ea3f83ef9e
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Understanding Deployment and DeploymentConfig objects
The Deployment and DeploymentConfig API objects in OpenShift Container Platform ... This means that you can not delete the pod to unstick the...
Read more >How do I delete all resource objects for an application?
Resource objects can be deleted using the oc delete command from the command line. You can delete a single resource object by name,...
Read more >Delete deployment using the oc delete deployment command
The oc get deployments command can be used to list the deployments in a project / namespace. Let's say you want to undeploy...
Read more >Could not delete/undeploy an application from MMC!
I undeployed and deleted app1 from the Deployment tabs. ... I app1 is not listed there, which would mean that application is not...
Read more >kubectl Cheat Sheet - Kubernetes
(@.name == "e2e")].user.password}' kubectl config view -o ... config use-context gce kubectl config unset users.foo # delete user foo ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rohanKanojia Feel free to close it 😃
@geoand : Thanks for quick feedback 😉