From ce3754465aff02e7b0cf45e1d5bfe5ec2b88c5cb Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 8 Apr 2020 17:38:13 -0700 Subject: [PATCH] add wip --- site/content/en/docs/handbook/pushing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/handbook/pushing.md b/site/content/en/docs/handbook/pushing.md index 79b6b388dd..5a53b5f259 100644 --- a/site/content/en/docs/handbook/pushing.md +++ b/site/content/en/docs/handbook/pushing.md @@ -21,7 +21,7 @@ Here is a comparison table to help you choose: | [docker-env command](http://localhost:1313/docs/handbook/pushing/#pushing-directly-to-the-in-cluster-docker-daemon) | only docker | | good | | [podman-env command](http://localhost:1313/docs/handbook/pushing/#pushing-directly-to-in-cluster-crio) | only cri-o | | good | | [cache add command](http://localhost:1313/docs/handbook/pushing/#push-images-using-cache-command) | all | | ok | -| [registry addon](http://localhost:1313/docs/handbook/pushing/#pushing-to-an-in-cluster-using-a-registry-addon) | all | [docker on mac](https://github.com/kubernetes/minikube/issues/7535) | ok | +| [registry addon](http://localhost:1313/docs/handbook/pushing/#pushing-to-an-in-cluster-using-a-registry-addon) | all | work in progress for [docker on mac](https://github.com/kubernetes/minikube/issues/7535) | ok | | [minikube ssh](http://localhost:1313/docs/handbook/pushing/#building-images-inside-of-minikube-using-ssh) | all | | best |