Skip to content
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

22_apply_network_plugin.yml let it wait a little longer #101

Open
Dan-Zi opened this issue Feb 5, 2024 · 0 comments
Open

22_apply_network_plugin.yml let it wait a little longer #101

Dan-Zi opened this issue Feb 5, 2024 · 0 comments

Comments

@Dan-Zi
Copy link

Dan-Zi commented Feb 5, 2024

I'd suggest setting wait_timeout: 600.
In my local deployment in takes around 3 minutes for all coredns pods to become ready,
but the default timeout for wait is 120 (2 minutes).
As a result ->

<...> FAILED! => {"changed": false, "duration": 120, "method": "update", "msg": "\"Deployment\" \"coredns\": Timed out waiting on resource", <...>

I suggest:

    - name: Wait for core-dns pods to be up and running
      kubernetes.core.k8s:
        state: present
        kind: Deployment
        name: coredns
...
        wait: true
        wait_timeout: 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant