Skip to content
#

containers

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

RomanBednar
RomanBednar commented Aug 3, 2022

What would you like to be added?

Majority of PV controller tests don't have their test struct fields named when assigning values which can make reading the tests difficult. For example here.

We should name the fields explicitly like it's already done in some of the [tests](http

kind/feature help wanted needs-sig good first issue
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
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 good first issue
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
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
hellozin
hellozin commented Jul 26, 2021

Environment:

  • Jib version: 3.1.2
  • Build tool: Maven 3.6.3
  • OS: mac OS 10.15.7(19H2)

Description of the issue:

When I build(or dockerBuild) with below configuration shows up this error message.
`Obtaining project build output files failed; make sure you have packaged your project before trying to build the image. (Did you accidentally run "mvn clean jib:build" instead o

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