Skip to content

Commit f609278

Browse files
authored
docs: remove useless content (#7524)
Signed-off-by: zirain <[email protected]>
1 parent 4312f38 commit f609278

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

site/content/en/latest/tasks/traffic/http-connect-tunnels.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Create a Gateway and HTTPRoute to route proxy CONNECT requests to a Backend serv
2626

2727
```shell
2828
cat <<EOF | kubectl apply -f -
29-
# curl -ik -v -x 172.18.0.201:80 https://www.httpbin.org | grep -o "<title>.*</title>"
3029
apiVersion: gateway.networking.k8s.io/v1
3130
kind: Gateway
3231
metadata:

site/content/en/v1.5/tasks/traffic/http-connect-tunnels.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Create a Gateway and HTTPRoute to route proxy CONNECT requests to a Backend serv
2626

2727
```shell
2828
cat <<EOF | kubectl apply -f -
29-
# curl -ik -v -x 172.18.0.201:80 https://www.httpbin.org | grep -o "<title>.*</title>"
3029
apiVersion: gateway.networking.k8s.io/v1
3130
kind: Gateway
3231
metadata:

site/content/en/v1.6/tasks/traffic/http-connect-tunnels.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Create a Gateway and HTTPRoute to route proxy CONNECT requests to a Backend serv
2626

2727
```shell
2828
cat <<EOF | kubectl apply -f -
29-
# curl -ik -v -x 172.18.0.201:80 https://www.httpbin.org | grep -o "<title>.*</title>"
3029
apiVersion: gateway.networking.k8s.io/v1
3130
kind: Gateway
3231
metadata:

0 commit comments

Comments
 (0)