James Robinson

Results 67 comments of James Robinson

Is this still a problem? I haven't seen it recently.

I've moved it to the next milestone so we can decide again then!

This test runs `which pyenv`. What happens when you run that on its own? What's the return value (run `echo $?` straight afterwards).

@dsj976 : Is this still a problem?

I suggest that, like `git config`, this is stored somewhere where a user *can* edit it, but is expected to use the `dsh config` commands to interact with it most...

This is a limitation of `typer` (or possibly of the UNIX command line in general). Anything you can specify with `-` or `--` is called an "option" and can be...

@JimMadge is this solved by the `Context` changes?

The `--force` arguments to `dsh deploy shm` and `dsh deploy sre` will do this. Could be flagged better in the documentation though and/or checked before running?

Placing an Azure Load Balancer in front of container instances in a networked container group is not currently supported. See [here](https://github.com/MicrosoftDocs/azure-docs/issues/69658) for more information.

Consider an `az cli` sidecar like [this](https://www.garyjackson.dev/posts/azure-container-instance-dns-private-ip/) or [this](https://zure.com/blog/detect-changing-ip-addresses-of-azure-container-instances-in-vnet/). [Here](https://github.com/tmeckel/aci-dns-manager) is one that's already been written, using an Azure service principal to make the necessary changes.