containers
Here are 2,484 public repositories matching this topic...
-
Updated
Feb 2, 2021 - Go
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in blkio.bfq.io_service_bytes and blkio.bfq.io_serviced files.
-
Updated
Feb 2, 2021 - Shell
Hi, the procedure outlined for connecting to the host in the documentation at: https://minikube.sigs.k8s.io/docs/handbook/host-access/
does not work because neither ping nor telnet are installed on the minikube docker image
docker@minikube:~$ ping host.minikube.internal
-bash: ping: command not found
docker@minikube:~$ telnet host.minikube.internal
-bash: telnet: command not found
`
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 2, 2021 - Rust
What would you like to be added:
Lens should keep object details panel open even when related object has been removed from k8s api.
Why is this needed:
It would make debugging of these pods show much easier. It's pretty annoying to see details panel closing just when you are trying to read/copy some critical information from there.
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Using AWS GovCloud is a bit different from the regular AWS.
https://github.com/kubernetes/kops/blob/master/docs/getting_started/aws.md
2. Feel free to provide a design supporting your feature request.
Kops v1.18.2 improves the support for AWS GovCloud and should work without any additional tweaks, except for
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jan 5, 2021 - Go
Currently validating checksums requires lots of knowledge on the part of the caller. We should expose optional checksum validation in our existing validation functions e.g. IPv4.IsValid.
header.UDP and header.TCP don't currently have these functions; we should add them.
-
Updated
Jan 27, 2021 - Dockerfile
-
Updated
Feb 2, 2021 - Java
-
Updated
Dec 30, 2020 - PHP
-
Updated
Feb 1, 2021 - Go
-
Updated
Feb 24, 2020 - Go
I need to define env-vars in the sidecar runtime-env in order to make SQS calls go via a http-proxy.
This is not possible today.
it could have syntax of dapr.io/env/varname=value and be placed in the annotations.
/area runtime
Describe the feature
Allows for controlling env-vars of the sidecar.
Release Note
Implement + update docs.
-
Updated
Feb 1, 2021 - Go
There are a lot of places in libcontainer/cgroups/fs where the usage of writeFile function can be optimised. For example here https://github.com/opencontainers/runc/blob/master/libcontainer/cgroups/fs/blkio.go#L44-L51
the function call to writeFile is made for each entry in the slice BlkioWeightDevice, which in turn opens and closes file for each entry. This can be optimised by joining al
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 1, 2021 - Go
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
-
Updated
Feb 2, 2021 - Go
-
Updated
Jan 28, 2021 - Go
-
Updated
Feb 2, 2021 - Shell
-
Updated
Jan 30, 2021 - TypeScript
Describe the bug
Experimenting happy path on devfile registry, I tried to change the devfile registry policy to IfNotPresent instead of default Always but it was always resulting in error:
12:53:34] ✅ Post installation checklist [failed]
[12:53:34] → Failed to download image, reason: ImagePullBackOff, message: Back-off pulling image "che-devfile-registry-image:latest".
› Err
Improve this page
Add a description, image, and links to the containers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the containers topic, visit your repo's landing page and select "manage topics."




When we first added SCTP tests, we thought that we weren't going to be able to do actual tests of SCTP network connectivity within kubernetes CI, so we came up with a plan involving a split between tests that involve actual SCTP network connectivity (which require the SCTP kernel module to be available) and tests that don't do SCTP network traffic and so can run anywhere. That way we could still t