diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index 2149b29fd2..298570f128 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -109,10 +109,8 @@ jobs: run: | kubectl create deployment nginx --image=nginx --replicas=3 kubectl wait pod --all --for=condition=Ready -n default - kubectl describe pods kubectl expose deployment nginx --port=80 --target-port=8000 --name=nginx --type=LoadBalancer kubectl get pods - kubectl describe pods kubectl get services kubectl describe services nginx kubectl get services | grep nginx | awk '{ print $4 }'