Skip to content
#

podman

Here are 421 public repositories matching this topic...

jayunit100
jayunit100 commented Sep 7, 2021

Workaround

quick note if you dont want spammy EndpointSliceUpdate logs, just delete the local-path-provisioner but obviously that would break your pvcs in a vanilla kind cluster

The issue

On any kube-proxy running in kind, the local-path-provisioner for rancher makes a bunch of noise

I0907 13:28:05.246094       1 config.go:260] Calling handler.OnEndpointSliceUpdate
I0907 13:28:
help wanted good first issue kind/cleanup
distrobox
89luca89
89luca89 commented Mar 29, 2022

In #118 it was implemented an initialization hook to issue commands after the init and before the main loop starts

It would be useful to have also pre-init-hooks, to issue BEFORE the init starts:

distrobox create --image kdeneon/all:user --name test-neon \
             --pre-init-hooks "userdel -f neon"
enhancement good first issue
andrewazores
andrewazores commented Mar 18, 2022

I created some recordings with the web UI, then tested some queries with curl. The backend keeps terminating after the second or third graphql query. Are there any other logs I can check to find out what happened?

POST /api/beta/graphql HTTP/1.1
Accept: application/json, */*;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: 621
Content-Type: application/json
good first issue question chore

Improve this page

Add a description, image, and links to the podman 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 podman topic, visit your repo's landing page and select "manage topics."

Learn more