-
Notifications
You must be signed in to change notification settings - Fork 142
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
make name optional to delete all resources for the specified resource type #517
make name optional to delete all resources for the specified resource type #517
Conversation
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
recheck |
recheck |
recheck |
recheck |
This change depends on a change that failed to merge. |
recheck |
Could you split the k8s_log changes out into a separate PR? Unless I'm missing something, these changes seem entirely separate from the select_all changes. |
PR #528 for k8s_log changes |
recheck |
recheck |
recheck |
Update new feature - support deletion of all resources using delete_all: true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor docs/spelling changes, but otherwise this looks good.
Co-authored-by: Mike Graves <mgraves@redhat.com>
Co-authored-by: Mike Graves <mgraves@redhat.com>
Co-authored-by: Mike Graves <mgraves@redhat.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It also adds wait_sleep attributes to make sure all pods are running. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It also adds wait_sleep attributes and drop wait condition to make sure all pods are running. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It also adds wait_sleep attributes and drop wait condition to make sure all pods are running. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It also adds wait_sleep attributes and drop wait condition to make sure all pods are running. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It moves to oc commands to be make sure all the pods are in running state. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It moves to oc commands to be make sure all the pods are in Running state. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It moves to oc commands to be make sure all the pods are in Running state. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It moves to oc commands to be make sure all the pods are in Running state. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
ansible-collections/kubernetes.core#517 added delete_all: true to delete all the resources. It needs to be added in fix openshift-marketplace task files to make sure all pods are deleted otherwise fix_openshift_marketplace.yml taskfile does not work as expected. Note: It moves to oc commands to be make sure all the pods are in Running state. Signed-off-by: Chandan Kumar <raukadah@gmail.com>
SUMMARY
closes #504
k8s module should allow deleting all namespace resources for the specified resource type.
ISSUE TYPE
COMPONENT NAME
k8s
ADDITIONAL INFORMATION
Delete all Pods from namespace test