Skip to content
#

containers

Here are 3,467 public repositories matching this topic...

jayunit100
jayunit100 commented Jul 12, 2022

Which jobs are flaking?

we saw this in a sig-windows test today, blob:https://prow.k8s.io/789c15e1-3869-4a8a-b8ef-ef8394f5be0a

from this family

https://testgrid.k8s.io/sig-windows-1.22-release#aks-engine-windows-dockershim-1.22


Jul 10 02:49:49.489: INFO: Pod statscollectiontest-69785fa8-1d35-4253-a720-9c8acc39c08a-1 is Failed, but it's not controlled by a controller
Jul 1
kind/flake sig/windows help wanted sig/testing
spowelljr
spowelljr commented Jul 6, 2022

The files deploy/addons/aliyun_mirror.json and pkg/minikube/assets/addons.go should be updated to use the fully qualified image names docker.io/org/image instead of just org/image.

This should be done after https://github.

help wanted area/addons priority/backlog good first issue
dapr
johngmyers
johngmyers commented May 30, 2021

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

area/terraform kind/feature lifecycle/frozen good first issue
agxs
agxs commented Feb 4, 2022

Actual behavior

It looks like running skaffold run fails when the docker socket isn't in the default location of /var/run/docker.sock. Even when setting the options in the skaffold.yaml to use useDockerCLI: true the build still fails.

Expected behavior

That the docker socket file location is can be anywhere when the options in the skaffold.yaml file are set to use the dock

help wanted good first issue kind/feature-request priority/p2
itaysk
itaysk commented Jun 8, 2022

currently we have a version selector for every git tag, which is unnecessary overhead on the user. It is not needed from documentation perspective as there aren't (shouldn't be) any docs change in patch versions, only for new/changed features.

before:
v0.27.0, v0.27.1, v0.27.2, v0.28.0
after
v0.27, v0.28

good first issue kind/documentation kind/feature
chanseokoh
chanseokoh commented Jul 28, 2021

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

Improve this page

Add a description, image, and links to the containers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the containers topic, visit your repo's landing page and select "manage topics."

Learn more