Martin Koníček

Blog

MicroK8S failing with Kustomize

Showcase image

When you get an error message error: failed to run '/snap/microk8s/5250/usr/bin/git fetch --depth=1 https://... main': fatal: couldn't find remote ref main this might be a solution

# sudo mount --bind -o nodev,ro /usr/bin /snap/microk8s/5250/usr/bin

Do not forget to change 5250 to your actual number in your distribution.

Reason why it is failing is because of the old git version.

reference: https://github.com/canonical/microk8s/issues/3988

  • IPv6 in Raspbian securely with IPTables
    IPv6 in Raspbian securely with IPTablesWhen using a Raspberry Pi behind a NAT firewall, it is common to discover that local services are accessible to the world when IPv6 is allowed by the provider. To prevent this, I will discuss how to set up a firewall for IPv6 on the Raspberry Pi.
  • cs | en