From 33ecc6226eaa33fa7e56167c517e3e317f03d417 Mon Sep 17 00:00:00 2001 From: Minhan Xia Date: Tue, 19 Jan 2016 16:41:02 -0800 Subject: [PATCH] add extension links in registry README --- cluster/addons/registry/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cluster/addons/registry/README.md b/cluster/addons/registry/README.md index 3de7484be6d..42f56df0d2a 100644 --- a/cluster/addons/registry/README.md +++ b/cluster/addons/registry/README.md @@ -245,11 +245,14 @@ Now you can build and push images on your local computer as `localhost:5000/yourname/container` and those images will be available inside your kubernetes cluster with the same name. +# More Extensions + +- [Use GCS as storage backend](gcs/README.md) +- [Enable TLS/SSL](tls/README.md) +- [Enable Authentication](auth/README.md) + ## Future improvements -* Use a NodePort Service instead of a per-node proxy process -* Enable SSL with a cert signed by your cluster CA or provided by the user -* Enable authentication * Allow port-forwarding to a Service rather than a pod (#15180)