Skip to content

Commit 44249c9

Browse files
committed
prevent future frustration
On-behalf-of: @SAP [email protected]
1 parent d90da29 commit 44249c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ require (
2929
github.com/tidwall/sjson v1.2.5
3030
go.uber.org/zap v1.27.0
3131
k8c.io/reconciler v0.5.0
32+
// Deviating from kcp's kube version (0.32) because more recent multicluster-runtime
33+
// versions are built ontop of controller-runtime 0.21 with Kube 0.33. Ideally in
34+
// the future we should go back to having kcp, controller-runtime and multicluster-runtime
35+
// be in-sync again.
3236
k8s.io/api v0.33.3
3337
k8s.io/apiextensions-apiserver v0.33.3
3438
k8s.io/apimachinery v0.33.3

0 commit comments

Comments
 (0)