containers
Here are 2,331 public repositories matching this topic...
-
Updated
Oct 14, 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.
Environment:
Minikube on Mac OS X
What happened:
I am trying to load NGINX-Ingress with a custom tls certificate, in this case a trusted TLS certificate I generated on my machine. I start minikube, then enable the ingress-nginx addon which deploys nginx to the kube-system namespace successfully. I create my certificate in the kube-system namespace with the title mkcert.
I then modified
-
Updated
Oct 14, 2020 - Go
-
Updated
Oct 14, 2020 - Rust
1. Describe IN DETAIL the feature/behavior/change you would like to see.
AWS provides this tool for linting cloudformation files:
https://github.com/aws-cloudformation/cfn-python-lint
Running it against our integration test outputs in tests/integration/update_cluster/*/cloudformation.json reports quite a few warnings including mismatched types. It would be great to fix those and addr
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Aug 28, 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
I have a dockerfile for a ruby app project here
FROM library/ruby:2.3.0
# Install essential Linux packages
RUN apt-get update -qq && apt-get install -y \
build-essential \
nodejs
RUN mkdir /dashboard
WORKDIR /dashboard
# Copy Gemfile and Gemfile.lock
COPY Gemfile /dashboard/
# Speed up nokogiri install
ENV NOKOGIRI_US
-
Updated
Oct 11, 2020 - Dockerfile
-
Updated
Sep 20, 2020 - PHP
-
Updated
Oct 14, 2020 - Go
-
Updated
Feb 24, 2020 - Go
Describe the bug
In the Apps section under Releases, you can sort on Revision. It seems to sort on the string values instead of the integers which looks silly (see screenshot below).
To Reproduce
Steps to reproduce the behavior:
- Go to Apps -> Releases
- Click on Revisions
- See nonsensical number order
Expected behavior
Numbers sort in their counting order.
**Screen
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 14, 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 14, 2020 - Go
-
Updated
Oct 14, 2020 - Go
-
Updated
Oct 14, 2020 - Go
-
Updated
Oct 8, 2020 - Shell
-
Updated
Oct 9, 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
https://www.eclipse.org/che/getting-started/cloud/ list things like thorntail which is no longer supported - could it be replaced with a Quarkus flow ?
-
Updated
Sep 2, 2020 - TypeScript
-
Updated
Oct 14, 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."

The kubelet exposes some metrics HTTP server metrics: https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/metrics/metrics.go
However, none of the metrics include response status. Response status metrics are useful for identifying authorization problems, or malformed client requests.
/sig instrumentation
/sig node
/help