containers
Here are 2,646 public repositories matching this topic...
-
Updated
May 21, 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
May 20, 2021 - Shell
currently in https://github.com/medyagh/minikube/blob/a67a4ccbedd932f184b5713c70498dc434942621/pkg/minikube/bootstrapper/images/images.go#L86
we have
// etcd returns the image used for etcd
func etcd(v semver.Version, mirror string) string {
// Should match `DefaultEtcdVersion` in:
// https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/constants/constants.go
ev := "
-
Updated
May 21, 2021 - Go
-
Updated
May 20, 2021 - Rust
What would you like to be added:
I'd like the node view to show ALL allocatable resource on the node, not just the basic CPU/mem/pod amounts.
Why is this needed:
In many cases kubelet reports devices, hugepages etc. as usable resources and having to dive into node yaml via edit button is, eh, bad experience. :)
?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
What version of Dapr?
1.1.x
1.0.x
edge: output of `git describe
One of the AWS China regions now supports Route53: https://aws.amazon.com/about-aws/whats-new/2020/05/amazon-route-53-is-now-available-in-AWS-china-region/
If someone with an AWS China account can try creating a cluster using Route53 rather than gossip k8s.local and update docs/aws-china.md with their findings that would be much appreciated. Also identify any changes needed to be made in Kops t
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 20, 2021 - Go
Description
While writing a PacketImpact test for ICMP sockets, I found a discrepancy with Linux.
When binding to the following IPv6 multicast addresses,
ff01::1ff02::1ff02::2
Linux returns the EINVAL error code, but gVisor returns the EADDRNOTAVAIL error code.
Steps to reproduce
- Run test `//third_party/gvisor/test/packetimpact/tests:icmp_bind_nati
Noticed when fixing #5841 that the Kaniko buildArgs supports templating with an environment variable:
https://github.com/GoogleContainerTools/skaffold/blob/6c57b21b31d35e646df0352692e25af1c91d0aca/pkg/skaffold/build/cluster/kaniko.go#L51
But the Docker buildArgs does not:
https://github.com/GoogleContainerTools/skaffold/blob/6c57b21b31d35e646df0352692e25af1c91d0aca/pkg/skaffold/build/gcb/do
-
Updated
May 14, 2021 - Dockerfile
Environment:
- Jib version: 2.7.1
- Build tool: Maven
- OS: N/A
Description of the issue:
Invoking mvn jib:help results in error
[ERROR] Could not find goal 'help' in plugin com.google.cloud.tools:jib-maven-plugin:2.7.1 among available goals _skaffold-fail-if-jib-out-of-date, _skaffold-files-v2, _skaffold-init, _skaffold-package-goals, _skaffold-sync-map, build,
-
Updated
May 21, 2021 - Go
-
Updated
Apr 29, 2021 - PHP
-
Updated
Feb 24, 2020 - Go
-
Updated
May 21, 2021 - Go
-
Updated
May 20, 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
May 21, 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
May 21, 2021 - Go
-
Updated
May 20, 2021 - Go
Command: cortex debug exec API_NAME
Behavior: choose a running API pod (at random is ok if there are multiple), and run e.g. kubectl exec -it api-iris-classifier-6d866654f8-pwz62 --container api -- /bin/bash
This command should be executed in the manager container, similar to how the cortex cluster up command works. However unlike cortex cluster up, this command will require interact
Currently, Trivy traverses all paths and looks for all Gemfile.lock in a container image. However, the image sometimes has only Gemfile.lock and doesn't install gems listed in the Gemfile.lock. I think a gem should have *.gemspec file if it is installed. e.g. rake.gemspec has the information about rake.
To avoid false positives from Gemfile.lock, we are probably able to take advantage of `*
-
Updated
May 5, 2021 - TypeScript
-
Updated
May 20, 2021 - Go
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."

#101009