Skip to content
#

containers

Here are 3,501 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
netdata
medyagh
medyagh commented Jul 14, 2022

What Happened?

I noticed on our examples on website does not have Arm64 support yet
and when you try to curl the Service URL or open it in the browser it fails.

the real problem was the pod was crashing but minikube still gave me a URL

$ kc get pods 
NAMESPACE     NAME                               READY   STATUS             RESTARTS      AGE
default       hello-minikube-5c5f5cd
kind/bug priority/important-soon good first issue co/service
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
pcgeek86
pcgeek86 commented Jul 15, 2022

Description

When you run the trivy k8s command, there is no option to specify an alternative kubeconfig file path.
By default, the kubeconfig file resides in $HOME/.kube/config.
However, users of Kubernetes often need to specify a different path, using a parameter like --kubeconfig on the kubectl command.

If you don't have the kubeconfig in the default filesystem path, then

good first issue kind/feature target/kubernetes
nhoughto
nhoughto commented Nov 3, 2021

Today the jib.to.image is configured statically in a Gradle task or via cli arguments. This only works in very simple scenarios where Gradle is really only build/pushing the image or using static versions that are known before Gradle is invoked.

In my case, and especially important for local reproducible workflows, Gradle is building up all the JARs etc that are going into the image and versi

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