Arpit Agarwal

Results 28 comments of Arpit Agarwal

I kept this issue open from a long time, hoping that my ISP will provide IPv6 someday, but it looks like IPv6 has still a long way to get deployed...

Try this once: - Comment line https://github.com/arpitjindal97/raspbian-recipes/blob/master/wifi-to-eth-bridge.sh#L59 - Run the script - Run the `dhcp-helper` command manually - if it says, it is already running, then do `ps aux |...

Can you try replacing `$wlan` with `$eth` ? I'm doing a wild guess here :)

I would suggest removing GPL and only having BSD. I want to use this library in one of the projects but can't because of the presence of GPL.

My understanding is as long as GPL is present none of the MNC will be able to use this library because of the restrictions imposed by it.

Yeah, that's true. but most MNCs have strict guidelines to not use GPL licensed libraries. Ref: - https://opensource.google/docs/thirdparty/licenses/#banned - https://opensource.google/docs/using/agpl-policy/ Recently Grafana also changed their license from Apache to AGPL...

We can add more options here - Deploy with provisioned Kafka - Deploy with non-provisioned Kafka Add TLS support too in test cases

As far as I know, It totally depends on the developer how he wants to use agent. - Agent is made to run in same container, so at the time...

I liked injector approach, We can deploy an injector which will be triggered when an application is deployment based on annotations. If we go via this approach then we don't...

Check https://github.com/prometheus-community/helm-charts/issues/2323#issuecomment-1214227874