containers
Here are 2,915 public repositories matching this topic...
-
Updated
Oct 24, 2021 - Go
Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there
Steps to reproduce the issue:
minikube -p p1 start
and wait for cluster p1 to be ready => minikube created network6775a57b0a2c p1 bridge local
minikube -p p1 stop
=> cluster stop, network p1 still exists (as expected)minikube -p p2 start
and wait for cluster p2 to be
-
Updated
Oct 25, 2021 - Shell
-
Updated
Oct 25, 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
Oct 22, 2021 - Rust
What would you like to be added:
Now it's only possible to see if pod / deployent / daemonset / statefulset is using hostNetwork by opening the object in edit mode. Would be nice if Lens showed that on object details directly.
/area runtime
This feature applies only to the HTTP application protocol. This is not a usability issue with the gRPC API spec.
In some cases, the application may not need the full CloudEvent payload sent to the HTTP application. This is particularly the case with raw events, where receiving the CloudEvent wrapper is unexpected/confusing. This also avoids some performance hit in Base64 encod
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Implement WarmPool.RenderTerraform()
2. Feel free to provide a design supporting your feature request.
/kind feature
/area terraform
/lifecycle frozen
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Oct 24, 2021 - Go
Currently there exist skaffold config snippets strewn inline with rest of the docs. These can get stale very quickly. The correct place for these snippets is in docs/content/en/samples directory which has schema validations run as part of unit tests; and referenced in markdown using:
{{% readfile file="samp
Now that we have the checklocks
analyzer, we should annotate values that are lock-protected with an appropriate checklocks
attribute.
-
Updated
Oct 22, 2021 - Dockerfile
Maybe new warnings after upgrading ErrorProne in #3355.
/home/runner/work/jib/jib/jib-core/src/main/java/com/google/cloud/tools/jib/image/json/JsonToImageTranslator.java:250: warning: [UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
58
59
* Converts a map of volumes strings to a set of {@link Absolut
-
Updated
Oct 13, 2021 - Go
-
Updated
Oct 24, 2021 - Go
-
Updated
Sep 27, 2021 - PHP
-
Updated
Oct 25, 2021 - Go
-
Updated
Oct 24, 2021 - Go
-
Updated
Feb 24, 2020 - Go
Remove PodSecurityPolicy in the helm manifest
helm install trivy . --namespace trivy --create-namespace
W1018 19:47:44.637292 21571 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
W1018 19:47:44.745250 21571 warnings.go:70] policy/v1beta1 PodSecurityPolicy is de
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
Oct 21, 2021 - Go
-
Updated
Oct 22, 2021 - Go
-
Updated
Oct 24, 2021 - TypeScript
Description
Add CLI bash completion of APIs and environments. Environments is lower priority.
Additional Context
- The operator will need an endpoint to provide the list of APIs. Which env to use? Pull it from the still-being-typed command (e.g. if
--env aws
is typed already)? - Env names can be read from the CLI config
- [Cobra docs](https://github.com/spf13/cobra/blob/master
-
Updated
Oct 25, 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."
What would you like to be added?
The changes to support snapshot tests for Generic Ephemeral Volumes kubernetes/kubernetes#105659 generated some duplicated code in the file
test/e2e/storage/testsuites/snapshottable.go
as commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b