Remove k8s module for ns creation

This commit is contained in:
Florian Ruynat
2022-03-25 11:24:17 +01:00
committed by Kubernetes Prow Robot
parent 3f70241fb7
commit 97cb64c62d
5 changed files with 6 additions and 16 deletions

View File

@@ -14,10 +14,8 @@
state: absent
- name: "Cleanup namespace for {{ test_name }}"
k8s:
kind: Namespace
state: absent
name: "{{ test_name }}"
command: "kubectl delete namespace {{ test_name }}"
changed_when: false
- name: Wait for namespace {{ test_name }} to be fully deleted
command: kubectl get ns {{ test_name }}