From f1b191c02fe046a043854092f5f03b4625f5614a Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Fri, 4 Jun 2021 16:22:59 -0700 Subject: [PATCH] Update README.md --- cmd/depprobcheck/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/depprobcheck/README.md b/cmd/depprobcheck/README.md index 5fad9ca2e..1e7d0f009 100644 --- a/cmd/depprobcheck/README.md +++ b/cmd/depprobcheck/README.md @@ -1,4 +1,5 @@ -# Checking openapi build issues +# Troubles with dependencies on openapi + If you see the error @@ -11,6 +12,8 @@ tl;dr A mix of old and new is bad. Anyone depending on k8s.io `v0.20.x` or _older_ packages must avoid depending on anything that depends on `k8s.io/kube-openapi` newer than v0.0.0-20210323165736-1a6458611d18. +> More context in https://github.com/kubernetes/cli-runtime/issues/19 + This dir exists to test the problem. Edit the `main.go` and `go.mod` in this dir to see what builds