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
~ kubectl versionWARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.Client Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.3", GitCommit:"25b4e43193bcda6c7328a6d147b1fb73a33f1598", GitTreeState:"clean", BuildDate:"2023-06-14T09:47:38Z", GoVersion:"go1.20.5", Compiler:"gc", Platform:"darwin/arm64"}Kustomize Version: v5.0.1Server Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.3", GitCommit:"25b4e43193bcda6c7328a6d147b1fb73a33f1598", GitTreeState:"clean", BuildDate:"2023-06-15T00:38:14Z", GoVersion:"go1.20.5", Compiler:"gc", Platform:"linux/arm64"}
The text was updated successfully, but these errors were encountered:
Hi @huiwq1990,
Thanks for opening an issue!
We will look into it as soon as possible.
Details
Instructions for interacting with me using comments are available here.
If you have questions or suggestions related to my behavior, please file an issue against the gh-ci-bot repository.
What happened?
When delete pod in subcluster, binding-apiserver could not delete pods.
binding-apiserver error logs:
kubectl --cluster clusterpedia get pod
What did you expect to happen?
binding-apiserver could delete pods in cache.
How can we reproduce it (as minimally and precisely as possible)?
Use latest clusterpedia version.
Anything else we need to know?
I fixed it by modify pkg/synchromanager/clustersynchro/resource_synchro.go which pass real object to delete event.
Clusterpedia Version
Host Kubernetes version
The text was updated successfully, but these errors were encountered: