Giuseppe Capizzi

Results 29 issues of Giuseppe Capizzi

The CPU entitlements feature can be quite tricky to understand. We want to document both its _behaviour_ and its _implementation_. For the behaviour, we have some good starting points: *...

docs
features
runtime tracked

* Submodules dependencies in `src/gopath` * Jobs: - how do we handle the `containerd` daemon? - what's `netplugin-server`? * Anything interesting in our control scripts that we haven't mentioned yet?...

docs
tools&envs

While our [containerd-for-processes mode](https://github.com/cloudfoundry/garden-runc-release/wiki/Garden-Modes#containerd-for-processes-mode) is good enough to run Cloud Foundry, it doesn't implement the full Garden API yet. Let's make sure this is clearly documented and list the features...

docs
architecture

Before stopping developing Garden, we were plans to delegate more and more work to `containerd`, and to eventually get rid of our `runc` backend. We should document these plans, and...

docs
features

Let's (briefly) document the features we have stopped developing some time ago, but haven't removed from the codebase. These are the ones I can think of: * OCI mode *...

docs
features

I'd love to have a way to expand macros in the buffer, just like `c!` does with code evaluation. I have no idea of a good mapping though.

enhancement

## Checklist - [x] I'm reporting a broken site support - [ ] I've verified that I'm running youtube-dlc version **2020.09.16** - [ ] I've checked that all provided URLs...

Broken

This adds support for matching labels and annotations with specific values. For example, a label matcher of the format `app=kpack-controller` will only match a pod with the label `app` set...

`eirini-controller` should expose health endpoints as described [here](https://kubernetes.io/docs/reference/using-api/health-checks/). According to that document, `healthz` is deprecated in favour of `livez` and `readyz`, so we should have: * two endpoints, one for...

The following fields in `eiriniv1.LRP` and `eiriniv1.Tasl` act only as metadata (they get converted to labels): - `GUID` - `Version` - `Name` - `ProcessType` - `App/Space/OrgName/GUID` Fields like `GUID`, `Name`...