Skip to content

Commit

Permalink
Add a note about ip address in getting started page
Browse files Browse the repository at this point in the history
Add a note about ip address in getting started page merbridge#40

Signed-off-by: Alan [email protected]
  • Loading branch information
zgfh authored Nov 30, 2023
1 parent 76714e2 commit d655f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/docs/Getting started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 69,4 @@ kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/he
kubectl exec $(kubectl get po -l app=sleep -o=jsonpath='{..metadata.name}') -c sleep -- curl -s -v helloworld:5000/hello
```

如果在结果中看到类似 `* Connected to helloworld (127.128.0.1) port 5000 (#0)` 的字样,表明 Merbridge 已经成功使用 eBPF 代替 iptables 进行流量转发。
如果在结果中看到类似 `* Connected to helloworld (127.128.0.1) port 5000 (#0)` 的字样(其中 IP 以 127 开头),表明 Merbridge 已经成功使用 eBPF 代替 iptables 进行流量转发。

0 comments on commit d655f83

Please sign in to comment.