containers
Here are 2,429 public repositories matching this topic...
-
Updated
Dec 18, 2020 - 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
Dec 17, 2020 - Shell
Steps to reproduce the issue:
- Download amd64 debian package of latest release: https://github.com/kubernetes/minikube/releases/download/v1.16.0/minikube_1.16.0-0_amd64.deb
- Inspect the package file
- It's marked as an arm64 package not an amd64 package
- It has stray files in it that are c
-
Updated
Dec 18, 2020 - Go
-
Updated
Dec 18, 2020 - Rust
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
Dec 10, 2020 - JavaScript
-
Updated
Dec 14, 2020 - 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.
My preference would be for it to say "5.2 seconds" since 0.1 sec is enough precision for this step. I don't care if it switches to stuff like "821 milliseconds" for short times.
-
Updated
Dec 18, 2020 - Dockerfile
-
Updated
Dec 17, 2020 - Java
-
Updated
Oct 15, 2020 - PHP
-
Updated
Dec 15, 2020 - Go
-
Updated
Feb 24, 2020 - Go
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
What version of Dapr?
0.1.x
0.2.x
Output of git describe --dirty
Expected Behavior
E
-
Updated
Dec 18, 2020 - 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
Dec 18, 2020 - Go
-
Updated
Dec 18, 2020 - Go
-
Updated
Dec 18, 2020 - Go
-
Updated
Dec 18, 2020 - 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
Dec 18, 2020 - Go
-
Updated
Dec 13, 2020 - Shell
-
Updated
Dec 12, 2020 - TypeScript
Is your enhancement related to a problem? Please describe.
I often need to link to concrete che property to link it to someone. There is nice generated page in che docs with all properties https://www.eclipse.org/che/docs/che-7/installation-guide/advanced-configuration-options-for-the-che-se
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