Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 99-labs/06-manageability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Your job is now to add the necessary settings to the `splitdim` container templa
> ```
> - wait a bit until the pod restarts and run the tests:
> ```shell
> cd 99-labs/code
> cd 99-labs/code/splitdim
> export EXTERNAL_IP=$(kubectl get service splitdim -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
> export EXTERNAL_PORT=80
> go test ./... --tags=httphandler,api,localconstructor,reset,transfer,accounts,clear -v -count 1
Expand Down
Loading