Albin Kerouanton

Results 36 issues of Albin Kerouanton

When enabling (or upgrading) KV store v2 using hashivault_secret_engine, the following error might be returned by Vault API: > Upgrading from non-versioned to versioned data. This backend will be >...

I bundled these two commits together as the second one is easier to test with changes done in the first one. I can still break this PR into two parts...

status/2-code-review
area/networking
kind/bugfix

**- What I did** All the code related to Classic Swarm is removed from the overlay driver, as well as all the code paths becoming dead because of that. **-...

status/2-code-review
area/networking

When (re)creating the default bridge, libnetwork tries to find the first available network from the default local pool by calling `netutils.FindAvailableNetwork()`. It assumes there's only IPv4 in default-address-pools, and thus...

status/2-code-review
area/networking
process/cherry-pick
kind/bugfix

### Description I wrote a Compose file yesterday, and hit that strange error the first time I tried to `docker compose up -d`: ``` $ docker compose up -d parsing...

kind/bug

**- What I did** The NetworkMode "default" is now normalized into the value it aliases ("bridge" on Linux and "nat" on Windows) by the ContainerCreate endpoint, and by the restore...

area/api
status/2-code-review
kind/enhancement
area/networking

**- What I did** This feature is deprecated and removed in a couple releases, when we make the default bridge network just another bridge network. **- How to verify it**...

status/2-code-review
area/networking
impact/changelog
impact/deprecation
area/daemon

**- What I did** * Fixed the deprecation warning on `DefaultNetworkSettings` ; * Marked `NetworkSettingsBase` as deprecated ; * Fixed a few undescriptive comments ; **- How to verify it**...

area/api
status/2-code-review
impact/api
impact/deprecation

**- What I did** All four commits have explanations about why they're safe to carry. But the common trait is that all retry logic was added to work around issues...

status/2-code-review
area/networking
kind/refactor