mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#MicroShift

0 Beiträge0 Beteiligte0 Beiträge heute

Bonjour le mastomonde !

J'ai une question #velo ! (Pour faire couleur locale!)
J'ai depuis 4/5 ans un velo de route décathlon Triban RC120, disques à câble, 2x8 vitesses qui me convient très bien, sauf pour un truc énervant : les leviers de commande de vitesse Microshift qui n'ont jamais bien marché. Les vitesses montent bien mais le cliquet de redescente merdouille et tout redescent d'un coup…

#triban #microshift #shimano

1/2

The #okd project has released a version of #microshift based on OKD, so of course I had to try it out.

For those not familiar with it, OKD is a kubernetes distribution and is the "upstream" of RedHat's OpenShift.

Here is a single-VM vagrant-libvirt setup that installs, configures and starts the Kubernetes cluster using #Ansible.

codeberg.org/johanneskastl/mic
github.com/johanneskastl/micro

Have a lot of fun!

Codeberg.orgmicroshift_okd_vagrant_libvirt_ansibleVagrant-libvirt setup that creates a VM and installs a Microshift (micro-okd) kubernetes cluster
#k8s#Kubernetes#vagrant

I had the urge to nerd around a bit, and scratched it by putting #zigbee2mqtt running on #microshift #kubernetes at home. It controls zigbee devices at home via #HomeAssistant

The hard part was to understand how to get access to usb device. It was one liner after all, easy after you know it! Hint: Use generic device plugin. Here is the reference, if someone searches the same one day.

github.com/ikke-t/zigbee2mqtt-

GitHubGitHub - ikke-t/zigbee2mqtt-microshift: This is my home setup to run zigbee2mqtt in raspi4 microshiftThis is my home setup to run zigbee2mqtt in raspi4 microshift - ikke-t/zigbee2mqtt-microshift
Antwortete im Thread

@cloudedjudge Thanks. This is an absolute budget build. My first new mountain bike since 30 years. I just wanted to have something modern, with 120mm fork, 66 degree steerer angle and boost. Frame is #OctaneOne Prone, which I got for 170€. 180€ Himalo fork. #LTWOO A7 with #Microshift AdventX cassette. Might be upgraded to AdventX V2 derailleur, when they are widely available.

How to enable #Tailscale on #Microshift / #OpenShift /#Podman Machine

$ crc config set preset microshift
$ crc start
$ eval $(crc podman-env)
$ podman run -d --name=tailscaled \
--hostname microshift \
--network=host --systemd=always \
--cap-add=NET_ADMIN --cap-add=NET_RAW \
ghcr.io/spotsnel/tailscale-systemd/fedora:latest
$ podman exec -it tailscaled tailscale up

After this use the remote IP to connect:

$ podman exec -it tailscaled tailscale ip -4