b6cb191295
This lets use-buildset-registry notify cri-o about the new registries.conf file if it is being used as the container backend for k8s. Change-Id: Ia1805519ab4b6bb5f79df0492f702effc6a3e024
9 lines
256 B
YAML
9 lines
256 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Describe dockertest pod
|
|
command: kubectl describe pod/quaytest
|
|
ignore_errors: true
|
|
- name: Describe upstream-dockertest pod
|
|
command: kubectl describe pod/upstream-dockertest
|
|
ignore_errors: true
|