linuxbsdfreak
linuxbsdfreak
> > > This would be great. A similar idea exists in the kubernetes alpha provider which allows the selection of what condition to wait for. Having that here would...
@a0s Thanks for the info. How would one wait for the Status in the CR field. ? This is what the official TF K8s provider has ``` wait_for = {...
@gavinbunney Do you think we can query the CR for providing the status ? I am missing this feature for doing the automation with Terraform
Hi @jimmy-scott That’s nice. Once merged in the provider. Can I do something like this wait_for_attrs= { # Check the phase of the CR "status.lastOperation.state" = "Succeeded" }
Thx @jimmy-scott . Can we get it merged for testing?
@jimmy-scott @gavinbunney Could we please have a new provider with this fix ?
@jimmy-scott Do you have a fork of the provider at your end that i can use for testing ?
Hi @gavinbunney . Would it be possible to merge the changes from @jimmy-scott ?
@jimmy-scott Could you please share the changes and also the process for creating a new provider with the changes ? Would have loved to have it merged in the kubectl...
@jimmy-scott Could you provide me the changes and the process to create the provider?