containers
Here are 2,821 public repositories matching this topic...
-
Updated
Sep 3, 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
-
Updated
Sep 5, 2021 - Shell
When using Cilium CNI, pods are not assigned to the Minikube Default Pod CIDR 10.244.0.0/16 but instead assigned to Cilium Default Pod CIDR 10.0.0.0/8 .
Consequently, there is also a mismatch between the [Pod CIDR defined on Ku
-
Updated
Sep 3, 2021 - Go
-
Updated
Sep 3, 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.
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Ask your question here
How can I communicate with the Dapr Sidecar using a secure communication channel (HTTPS)?
I would like to be able to redirect all traffic coming from our API Gateway to the Dapr sidecars using a secure communication channel as described in the
## 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
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
Jul 27, 2021 - Go
Please add support to skaffold apply
for using Kubernetes manifests from stdin, similar to what kubectl apply -f -
does.
Obviously it'd be nice to support the same -f -
are that kubectl does but I can't due to that already being taken for -f skaffold.yaml
, but could still support accepting k8s manifests from stdin if no file args are given.
The current workaround of outputting to a f
The doc says
// Unlike io.Writer.Write, Endpoint.Write transfers ownership of any bytes
// successfully written to the Endpoint. That is, if a call to
// Write(SlicePayload{data}) returns (n, err), it may retain data[:n], and
// the caller should not use data[:n] after Write returns.
but the signature of Write
has since changed. It no longer accepts a slice payload, so this
-
Updated
Jun 29, 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
Sep 3, 2021 - Go
-
Updated
Jul 3, 2021 - PHP
-
Updated
Sep 4, 2021 - Go
-
Updated
Sep 5, 2021 - Go
-
Updated
Sep 5, 2021 - Go
-
Updated
Feb 24, 2020 - Go
AlmaLinux should be detected as RHEL/CentOS. Trivy should be able to detect RHEL/CentOS vulnerabilities
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
Sep 2, 2021 - Go
-
Updated
Sep 5, 2021 - Go
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
Sep 4, 2021 - TypeScript
-
Updated
Sep 1, 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 happened:
imagePullSecrets can added to a pod manifest to reference a secret containing registry cre