Commit f06d29fd authored by Yuji Itadori's avatar Yuji Itadori

Update service-deregistration.sh

parent 50338c80
kubectl exec -it hedgehog-consul-server-0 -n jx -- /bin/sh -c "consul services deregister -id=go.micro.srv.news"
\ No newline at end of file
#!/bin/bash
for i in 1 2 3 4 5
do
kubectl exec -it hedgehog-consul-server-0 -n jx -- /bin/sh -c "consul services deregister -id=go.micro.srv.news"
done
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment