From 5450319e961c750dac68ca913241d2f01e4da7ee Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Wed, 30 Oct 2019 10:53:02 -0400 Subject: [PATCH] Make k8s.io/kubernetes dependency policy explicit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a5881a11ddc..dc85376c65f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ Try our [interactive tutorial]. Take a free course on [Scalable Microservices with Kubernetes]. +To use Kubernetes code as a library in other applications, see the [list of published components](https://git.k8s.io/kubernetes/staging/README.md). +Use of the `k8s.io/kubernetes` module or `k8s.io/kubernetes/...` packages as libraries is not supported. + ## To start developing Kubernetes The [community repository] hosts all information about