Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Jul 5, 2024
1 parent f9a37f4 commit cbcc731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ gen_config_kne() {
}
gen_config_k8s() {
pwd
ADDR=$(kubectl get service -n ixia-c service-otg-controller -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
ETH1=$(grep "location:" deployments/k8s/manifests/.${1}.yaml -m 2 | head -n1 | cut -d\: -f2 | cut -d\ -f2)
ETH2=$(grep "location:" deployments/k8s/manifests/.${1}.yaml -m 2 | tail -n1 | cut -d\: -f2 | cut -d\ -f2)
Expand Down

0 comments on commit cbcc731

Please sign in to comment.