-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readiness probe delay and revert troubleshoot
- Loading branch information
Showing
2 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,8 +46,8 @@ jobs: | |
kubectl: latest | ||
stern: latest | ||
|
||
- name: Install curl | ||
run: sudo apt-get install -y curl net-tools | ||
# - name: Install curl | ||
# run: sudo apt-get install -y curl | ||
|
||
- name: setup-kind | ||
uses: helm/[email protected] | ||
|
@@ -82,11 +82,6 @@ jobs: | |
- name: test | ||
run: | | ||
kubectl get pods | ||
kubectl get services | ||
sleep 5 | ||
netstat -anp | grep LISTEN | ||
kubectl get pods | ||
export NODE_IP=$(kubectl get nodes -o jsonpath="{.items[0].status.addresses[0].address}") | ||
echo $NODE_IP | ||
curl -L -v "http://${NODE_IP}:30000/login/my-cluster" | ||
curl -Lsf "http://${NODE_IP}:30000/login/my-cluster" | grep "Log in to Your Account" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters