Boa Ho Man
Boa Ho Man
hit this today* when trying events out. followed this and was able to get a wf up in argo namespace. one additional note though - sensors and such, when created...
> @aranair I believe it is, since Argo Workflows UI is only listing items which are in argo namespace. You can observer that in the UI if you look a...
There's a bunch of stuff in `user_data.sh` that is specific to the aws side... removing those allowed me to run this, altho.. this begs the question whether azure ones are...
`template_file` -> I believe this looks at all the variables in the target template file and, unfortunately even if there are `if/else` clauses for `aws`, those nested variables would still...
Just wondering @tsimonyan what version of terraform are you working off of? There's a bunch of stuff I still had to modify for it to even run `terraform validate` (mostly...
Also, it seems like there are some permission errors on the bootstrap process: ``` Message="The client 'xxx' with object id 'xxx' does not have authorization to perform action 'Microsoft.Authorization/roleAssignments/write' over...
I'm fairly sure there were other changes needed (and im also not sure if what I have now is different than whats in that branch :P) https://gist.github.com/aranair/e7185f72551d9fd2ca90e9d593c2b44e
Hit this as well
> I'm seeing this issue. There's a corresponding entry in my pgbouncer logs: > > ``` > 2020-08-20 15:57:56.846 MDT [28165] WARNING TLS handshake error: handshake failed: error:27069065:OCSP routines:OCSP_basic_verify:certificate verify...
Unfortunately that's because google finance now blocks everyone lol. I've just switched it to use alphavantage.co which has a free API but ... more limited / throttled tho. Also, I...