You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/02 09:46:09 UTC

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a change in pull request #946: docs: update the hard way.

tao12345666333 commented on a change in pull request #946:
URL: https://github.com/apache/apisix-ingress-controller/pull/946#discussion_r841055579



##########
File path: docs/en/latest/practices/the-hard-way.md
##########
@@ -357,7 +360,7 @@ kubectl -n demo expose pod httpbin --port 80
 After the httpbin service started, we should be able to access it inside the APISIX pod via service.
 
 ```bash
-kubectl -n apisix exec -it apisix-7644966c4d-cl4k6 -- curl http://httpbin.demo/get
+kubectl -n apisix exec -it $(kubectl get pods -n apisix -l app.kubernetes.io/name=apisix -o name) -- curl http://httpbin.demo/get

Review comment:
       👍




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org