Skip to content
#

containers

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

dims
dims commented Aug 6, 2022

Here's the update to .golangci.yaml to clean up unused code that shows up when we specify go version to 1.19

[dims@dims-m1-7728 17:05] ~/go/src/k8s.io/kubernetes ⟩ git diff
diff --git .golangci.yaml .golangci.yaml
index e6a6ff9e17b9..c1cd7399f837 100644
--- .golangci.yaml
+++ .golangci.yaml
@@ -45,4 +45,4 @@ linters-settings: # please keep this alphabetized
       "ST1019",  # Im
good first issue area/code-organization
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