Skip to content

Commit

Permalink
DNM: e2e temporary debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbooth committed Jan 30, 2025
1 parent 4f23daa commit 04ab929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ make load-credentials

# Apply the cirros server example and wait for the server to be available
kubectl apply -k apply/cirros --server-side

openstack network list
openstack network show provider_net_dualstack_1

kubectl wait --timeout=10m --for=condition=available server ${USER}-cirros-server

openstack server show "$(kubectl get server ${USER}-cirros-server -o jsonpath='{.status.id}')"

0 comments on commit 04ab929

Please sign in to comment.