Carlos Eduardo
Carlos Eduardo
Mingw is really something I've never tested with (and probably won't). WSL2 fills this gap now.
@jiportilla Take a look in the modules directory. I've implemented a couple of external exporters in jsonnet. They could be used as a guide.
Hey @nzkller, thanks! Take a look into the arm-exporter daemonset manifest and the ServiceMonitor that is used to dynamically configure Prometheus thru the prometheus-operator. Otherwise it would be just a...
Sorry @robmit68, I've never deployed K3s in HA mode. Can't help much there. Maybe post in the conversations section and someone who did it can help.
When you mean the usage, it's the node CPU usage or the POD usage in the dashboard?
Reboot is not an issue here since by using the CNI bridge plugin and the host-local IPAM, in the event of a reboot when faasd and faasd-provider processes start, they...
As spoken before, here a list of pros/cons on this implementation: ## Current netlink/netns imlementation: **Pros** * Fetches the current IP directly from Linux interface configuration * Has been used...
Apparently Prometheus is preventing the stop to proceed. I changed : File `up.go` ``` 91: log.Printf("Signal received.. shutting down server in %s\n", shutdownTimeout.String()) 92: err := supervisor.Remove(services) 93: if err...
One issue I believe @alexellis might need to direct is how the provider should behave related to deployed functions. Since faasd-provider does not keep the state, if it is stopped...