Skip to content
#

podman

Here are 399 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:
distrobox
89luca89
89luca89 commented Jan 15, 2022

Similar to #119

It could be useful to mount the host file system as overlay, so that we are sure that the host file system is not touched outside the container.

This is also useful for #28

Example:

distrobox create --image alpine:latest --name test-alpine --home /tmp/test-home --overlay-host

Specifically the home should then be mounted with the :O flag:

[...]
--volume /:/run/

andrewazores
andrewazores commented Feb 7, 2022

Latest SpotBugs is 4.5.3 and latest spotbugs-maven-plugin is 4.5.3.0. After updating there will likely be new spotted bugs to address, but these should be minor refactors to resolve. It would also be good to check if previous SuppressFBWarnings annotations (ignoring false positives) can be removed.

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