airshipit / airshipctl

A CLI for managing declarative infrastructure.
Apache License 2.0
43 stars 49 forks source link

Allow to specify poll interval for k8s apply phases #633

Closed raliev12 closed 3 years ago

raliev12 commented 3 years ago

Problem description (if applicable) Currently it's not possible to specify poll interval - how often we should poll for the status of resources. By default, it's 2 seconds - it could create excessive load on k8s cluster and we should have a possibility to tune this interval (it's allowed in cli utils API).

Proposed change Add PollInterval property to k8s_applier executor.

Potential impacts None.

raliev12 commented 3 years ago

Please assign this issue to me. Related PS is here - https://review.opendev.org/c/airship/airshipctl/+/808528

raliev12 commented 3 years ago

Can be closed since PS https://review.opendev.org/c/airship/airshipctl/+/808528 was successfully merged.

eak13 commented 3 years ago

Closing per merge