You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2020/11/08 06:30:16 UTC

[trafficserver-ingress-controller] branch master updated: Fix doc error (#50)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 82f0cf7  Fix doc error (#50)
82f0cf7 is described below

commit 82f0cf71186400fc5029e2949beb852953ce997c
Author: Kit Chan <ki...@apache.org>
AuthorDate: Sat Nov 7 22:30:05 2020 -0800

    Fix doc error (#50)
---
 docs/TUTORIAL.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/TUTORIAL.md b/docs/TUTORIAL.md
index ec5316f..5f21207 100644
--- a/docs/TUTORIAL.md
+++ b/docs/TUTORIAL.md
@@ -26,9 +26,9 @@
   - [Checking Results](#checking-results)
   - [ConfigMap](#configmap)
   - [Snippet](#snippet)
-  - [Ingress Class](#ingressclass)
+  - [Ingress Class](#ingress-class)
 - [Logging and Monitoring](#logging-and-monitoring)
-  - [Fluentd](#fluend)
+  - [Fluentd](#fluentd)
   - [Prometheus and Grafana](#prometheus-and-grafana)
 
 ### Requirements
@@ -48,7 +48,6 @@ You can use `git clone` to download repository to your computer.
 
 Once you have cloned the project repo and started Docker and Minikube, in the terminal:
 1. `$ eval $(minikube docker-env)`
-      - To understand why we do this, please read [Use local images by re-using the docker daemon](https://kubernetes.io/docs/setup/learning-environment/minikube/#use-local-images-by-re-using-the-docker-daemon)
 2. `$ cd trafficserver-ingress-controller`
 3. `$ git submodule update --init`
 4. `$ docker build -t ats-ingress .`