containers
Here are 2,356 public repositories matching this topic...
-
Updated
Oct 30, 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.
##minikube stop##
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube stop -p test2
this causes unwanted error message thrown in profile list.
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube profile list
|----------|-----------|---------|--------------|------|---------|---------|
|
-
Updated
Oct 30, 2020 - Go
-
Updated
Oct 30, 2020 - Rust
1. Describe IN DETAIL the feature/behavior/change you would like to see.
I am working on having an alternative OCI runtime on the machines, and currently I can't configure it out of the box with kops so I would need to create an images with dockerd running with alternative runtime and skip docker installation on kops.
There is no runtime configuration for Docker:
https://pkg.go.dev/k8s.
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Go
Description
runsc install is able to edit /etc/docker/daemon.json to enable Docker to replace runc with runsc.
Would be great if podman supports this feature.
Is this feature related to a specific bug?
No. By the way, does gVisor depend on Docker just for the reason that Docker uses runsc as its runtime?
Do you have a specific solution in mind?
To replace the runtim
Expected behavior
Skaffold should not load already loaded image. In my case that's the image eu.gcr.io/tools-org-veroo/party-service:d46578239dd325395e15e8ab16a2c499616a15e662ed196c18549e8d2bea38b6.
Actual behavior
Skaffold does load image eu.gcr.io/tools-org-veroo/party-service:d46578239dd325395e15e8ab16a2c499616a15e662ed196c18549e8d2bea38b6 anew.
Information
- Skaf
-
Updated
Oct 30, 2020 - Dockerfile
I want to use the "ecr-login" credHelper for both from and to, but I need to use different environment variables (AWS_PROFILE in my case), because the IAM is different in each case. If it is possible somehow, I would like to know, and if not, I would like to request this feature (just like e.g. environment can be set for dockerClient).
As a workaround, I will now try to run the credHe
-
Updated
Oct 15, 2020 - PHP
-
Updated
Oct 28, 2020 - Go
In scale deployment popup screen, please add + and - buttons near by slider. This will be an easy to use case. Thanks
-
Updated
Feb 24, 2020 - Go
Add a performance test that measures the time it takes Dapr to save data into a state store.
The important piece that is being tested is the processing that Dapr does before saving to the state store. This test should not benchmark the component itself.
For that purpose, a baseline test scenario would have an app that saves a 1kb payload to Redis, followed by a test app that uses Dapr to sav
-
Updated
Oct 30, 2020 - Go
We recently added golang-ci-lint, which runs on pull requests and on master.
Currently, looks like the linter on PR's only checks the changed lines, but found various issues in the existing code on master (see opencontainers/runc#2618 (comment)); the linter picked up the problem in https://github.com/opencontainers/runc/runs/1190924966
Looks like that out
-
Updated
Oct 26, 2020 - Go
-
Updated
Oct 30, 2020 - Go
-
Updated
Oct 30, 2020 - Go
-
Updated
Oct 25, 2020 - Shell
-
Updated
Oct 21, 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
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
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Oct 30, 2020 - Go
-
Updated
May 5, 2019 - Python
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."




What would you like to be added:
e2e test for service ExternalIPs
Why is this needed:
There is no test covering Service ExternalIPs
How to test it
Since we can not assume that the e2e binary will have connectivity against the nodes
and that we can add routes to the environment, we are going to test it from a pod.
I've verified that this works locally with the followin