remche / terraform-openstack-rke2

Deploy Kubernetes on OpenStack with RKE2
Mozilla Public License 2.0
48 stars 29 forks source link

Remove netcat dependency by using curl instead #38

Closed nyxi closed 2 years ago

nyxi commented 2 years ago

If this is the only place where netcat is used we might as well replace it with curl to reduce the number of dependencies.

For me this means I can use Debian 11 without having to install netcat first.

remche commented 2 years ago

@nyxi thanks a lot for your contribution and making this module better !