Commit c37da33
committed
install/0000_00_cluster-version-operator_03_deployment: Disable 1.35 client-go features
[1] lists InOrderInformersBatchProcess, InformerResourceVersion, and
WatchListClient as new features in 1.35, and mentions environment
variables as a way to turn them off. [2] gives a demonstration, with:
$ KUBE_FEATURE_WatchListClient=true go test -v . -run ^TestBasic$
...
$ KUBE_FEATURE_WatchListClient=false go test -v ./pkg/webhooks/validation/controller -run ^TestBasic$
...
Try turning all three off, to see if that recovers the CVO's ability
to quickly notice version-... Pod completion [3].
[1]: https://github.com/kubernetes/kubernetes/blob//v1.35.3/staging/src/k8s.io/client-go/features/known_features.go#L79-L105
[2]: kubernetes/kubernetes#135895 (comment)
[3]: https://redhat.atlassian.net/browse/OCPBUGS-789971 parent 4895c6d commit c37da33
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
| |||
0 commit comments