Browse Source

Clean oc caches after openshift APIs have registered

Vadim Rutkovsky 6 years ago
parent
commit
eadffbd57a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      roles/openshift_control_plane/tasks/main.yml

+ 5 - 0
roles/openshift_control_plane/tasks/main.yml

@@ -305,3 +305,8 @@
   with_items: "{{ l_core_api_list }}"
   retries: 60
   delay: 5
+
+- name: Remove oc cache to refresh a list of APIs
+  file:
+    path: "~/.kube/cache"
+    state: absent