You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all a big thank you for these very well documented project and article, I learned a lot from them! 👏
I noticed that the controller was ignoring both SIGINT and SIGTERM, both on macOS and Linux.
$ ./operator -run-outside-cluster2017/10/05 15:41:41 Created AD RoleBinding for Namespace: ad-kubernetes-default2017/10/05 15:41:41 Created AD RoleBinding for Namespace: ad-kubernetes-kube-public2017/10/05 15:41:41 Created AD RoleBinding for Namespace: ad-kubernetes-kube-system^C^C^C
$ kubectl exec operator -- kill 1(process ignored the signal and is still running)
I'm investigating what's going on under the hood, but maybe you already have an idea why this is not working.
The text was updated successfully, but these errors were encountered:
first of all a big thank you for these very well documented project and article, I learned a lot from them! 👏
I noticed that the controller was ignoring both SIGINT and SIGTERM, both on macOS and Linux.
I'm investigating what's going on under the hood, but maybe you already have an idea why this is not working.
The text was updated successfully, but these errors were encountered: