Azure / iot-edge-virtual-kubelet-provider

Kubernetes virtual kubelet provider for managing Azure IoT Edge deployments
MIT License
94 stars 25 forks source link

RBAC support #11

Closed neumanndaniel closed 6 years ago

neumanndaniel commented 6 years ago

IoT VK provider needs to support RBAC. Currently the VK can only be deployed to Kubernetes clusters without RBAC or you need to do modifications afterwards to make it running under Kubernetes clusters with RBAC enabled.

Please add RBAC support as we have it today for the ACI VK.

Thanks!

neumanndaniel commented 6 years ago

Added pull requests #13, #14, #15, and #16 for RBAC support

veyalla commented 6 years ago

Support checked in. Thanks @neumanndaniel #17 #16 #15 #14 #13