Quentin JOLY
Quentin JOLY
Why not create a Helm chart to simplify deployment on Kubernetes? As Kubernetes uses Docker, it would suffice to provide Yaml files containing the parameters of the Docker-compose of the...
Hello, the Kubernetes cluster I use is only with ARM machines (Raspberry Pi, Rock64). Why not create a multi-arch Docker image to ensure compatibility of Amd64 and Arm64 at the...
**Describe the solution you'd like** > Gateway API is an open source project managed by the [SIG-NETWORK](https://github.com/kubernetes/community/tree/master/sig-network) community. It is an API (collection of resources) that model service networking in...
Hi, Since a few months, my tablet does not synchronize with RMFakecloud. I use the most recent Docker image (tag: always) and my remarkable is up to date (3.2.3.1595). In...
## Bug Report **Current Behavior** Here is my code: ```js async function isLabelPresent(context, label) { const issue_number = context.payload.issue.number const owner = context.payload.repository.owner.login const repo = context.payload.repository.name console.log(`isLabelPresent : ${owner}/${repo}#${issue_number}...
## Feature Request Create symlinks in the node configuration. e.g : ```yaml machine: symlink: - path: '/dev/sdb1' dest: '/opt/disks/vol1' ``` ### Description I have a rather specific use case in...