Sam Berning

Results 26 issues of Sam Berning

https://github.com/lima-vm/lima/issues/722 After looking through the discussion on https://github.com/lima-vm/lima/pull/759, I implemented a basic volume command. Volumes are stored under a `_volumes` directory under `$LIMA_HOME` and can be attached by name to...

enhancement
impact/changelog

**Issue number:** Closes #3627 **Description of changes:** Removes dependency on the API model from host-containers by changing it to use a config file rendered from the settings. **Testing done:** Built...

Create a settings extension for `host_containers`. ### Definition of done A new `host-containers` crate is created under `sources/settings-extensions`, and all variants use the model defined in that crate in place...

type/enhancement
area/out-of-tree-builds

**Issue number:** Closes #3650 **Description of changes:** Creates a host-containers settings extension. Because host-containers still depends on the API to get settings, there are some changes in here to use...

**Issue number:** Closes #3652 **Description of changes:** Creates a network settings extension **Testing done:** Unit testing, built `aws-dev` variant and packaged `settings-network` in it. Tested on an ec2 instance. network...

Create a settings extension for `container_runtime`. ### Definition of done A new `container_runtime` crate is created under `sources/settings-extensions`, and all variants use the model defined in that crate in place...

type/enhancement
area/out-of-tree-builds

Create a settings extension for `kubernetes`. ### Definition of done A new `kubernetes` crate is created under `sources/settings-extensions`, and all variants use the model defined in that crate in place...

type/enhancement
area/out-of-tree-builds

Create a settings extension for `oci_defaults`. ### Definition of done A new `oci_defaults` crate is created under `sources/settings-extensions`, and all variants use the model defined in that crate in place...

type/enhancement
area/out-of-tree-builds

Create a settings extension for `autoscaling`. ### Definition of done A new `autoscaling` crate is created under `sources/settings-extensions`, and all variants use the model defined in that crate in place...

type/enhancement
area/out-of-tree-builds

Create a settings extension for `ecs`. ### Definition of done A new `ecs` crate is created under `sources/settings-extensions`, and all variants use the model defined in that crate in place...

type/enhancement
area/out-of-tree-builds