-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to remove watches at runtime | 怎样在运行过程中,移除对 k8s 中 CRD的watcher #23
Comments
new progress: feature will be supported in version v0.26.0-alpha.3 of kuberneres. detail refer to official issue 1884 which this issue has commented above. |
new progress: version of kuberneres in kuberneres-sigs/controller-runtime has been bumped into v0.26.0-alpha.3. The official PR refers to kubernetes-sigs/controller-runtime#2046 |
new progress: feature will be supported in version v0.26.0-alpha.3 of kuberneres-sigs/controller-runtime, the PR has been merged. relation ISSUE refers to kubernetes-sigs/controller-runtime#2047 |
It seems not supported so far see: kubernetes-sigs/controller-runtime#1884 |
I'm very looking forward to it ~ |
related PR (kubernetes-sigs/controller-runtime#2099) has been posted by official. we can deal with it after the PR merged ~ |
The old PR is closed in official, and a new one is open kubernetes-sigs/controller-runtime#2159 |
In current version, the watches for CRD in kubernetes can be added when the OpenSergo SDK start a SubscribeConfig request. But when I try to remove the watches when receive an unSubscribeConfig request, I found there is no function in client-go of kubernetes to deal with it.
So, I try to find a solution in official project. There are some relation issues, maybe we can fix this issue according to the official issue.
The official issue refers to kubernetes-sigs/controller-runtime#1884
The text was updated successfully, but these errors were encountered: