Eduardo Mínguez
Eduardo Mínguez
Any words about this @lorenzodifuccia ?
It happened to me in my environment: ``` $ oc version Client Version: 4.4.0-0.nightly-2020-04-27-013217 Server Version: 4.4.0-0.nightly-2020-04-27-013217 Kubernetes Version: v1.17.1 $ kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean",...
> Thanks for raising this issue. Do you mean the `systemd-networkd-wait-online.service` in `Armbian` is not enabled by default? Correct.
The point I'm trying to make is the k0scontroller service requieres the 'wait' service to be enabled hence the installer should either check it and warn the user if that's...
Based on https://twitter.com/ibuildthecloud/status/1571718481133064193 & https://twitter.com/ibuildthecloud/status/1571736993725566976 I just tried as: ``` apt install -y fuse3 curl -sfL https://get.k3s.io | sh -s - --snapshotter fuse-overlayfs --kubelet-arg 'feature-gates=KubeletInUserNamespace=true' --kube-proxy-arg 'proxy-mode=ipvs' --write-kubeconfig-mode 0644 ```...
Related to https://github.com/falcosecurity/falcosidekick-ui/issues/66
Related to https://github.com/RediSearch/RediSearch/issues/3110
It is ok, but I guess it would be nice if it is integrated with brew for version management, updates, etc. Just my 2 cents :)
Bumping this as it would be really useful, thanks! :)
It seems this can be used as a workaround: ``` while read line; do status/alert.sh -c "$(echo $line | awk -F '|' '{ print $1 }')" -m "[email protected]"; done <...