Mans Matulewicz
Mans Matulewicz
Yes, like synology's audio station, which can direct audio to airplay devices.
@BillButter in many cases yes, but Audio station on a synology can do it, why shouldnt a music server not also to be able to stream/cast is... DLNA is currently...
> @joelanford @grokspawn Any idea on whether this is still an issue with recent registry releases? yes podman 4.2.1 opm Version: version.Version{OpmVersion:"5cfc4d643", GitCommit:"5cfc4d643f5fead6b02aa40a2a661b0fa64a2958", BuildDate:"2022-08-25T05:31:05Z", GoOs:"darwin", GoArch:"amd64" (4.10.34)
issue on kubernetes/kubernetes: https://github.com/kubernetes/kubernetes/issues/87852 > Our workaround is to manually add the route to DNS through a DaemonSet as soon as there is at least one pod running on all...
using @mikebryant 's workaround did the trick for me now: https://github.com/coreos/flannel/issues/1245#issuecomment-582612891
@nonsense I fixed it by changing the backend of flannel to host-gw instead of vxlan: ``` kubectl edit cm -n kube-system kube-flannel-cfg ``` - replace vxlan with host-gw - save...
> Setting up a new cluster with flannel and not able to get any communication to work. I tried the host-gw change > > > ``` > > kubectl edit...
podman on mac doesnt work :( ``` slim build nginx admin@talos-vbox-cluster cmd=build info=param.http.probe message='using default probe' cmd=build state=started cmd=build info=params target.image='nginx' continue.mode='probe' rt.as.user='true' keep.perms='true' tags='' image-build-engine='internal' target.type='image' cmd=build state=image.inspection.start cmd=build...
just my 2 cents to this, if ever going forward on this: please allow the CR's being wrapped in annotated configmaps, at my company teams dont have cluster permissions.
we might come with a PR soon. Need to discuss with some coworkers. just to be sure: * we need to have some sort of flag parser that parses the...