Laurent Vaylet
Laurent Vaylet
After looking at the `bin/deploy` script, I managed to fix the issue by removing the `gs://` prefix from the `GCS_BUCKET_NAME` variable (and adding it manually when required). So try deploying...
Thanks @kevin-shelaga but @savageb1ts' solution requires less editing. I should have read his post entirely before offering a less optimal solution. I stopped reading after noticing I had the same...
Hi @minherz, I understand this issue and #1010 are the main reasons why SRE Recipes were temporarily disabled in 0.9. Instead of injecting code into the current running version of...
Hi @minherz, I can work on this. Just wondering: what is wrong with the load generator included with the Online Boutique? It is able to send GET and POST requests...
Got it. I agree the LG in OB does not seem to support [custom load shapes](https://docs.locust.io/en/stable/custom-load-shape.html#custom-load-shapes) for example. But then I wonder how to make a "universal" load generator with...
@hasibeg I am in the same case, with an Org Policy removing the `default` VPC network from new projects. I have to create it manually, either from the console or...
@minherz @hasibeg I pushed #1052 to create the `default` network if it does not exist already, to ensure backward compatibility with a non-breaking change.
Fixed by #1052