This file contains hidden or 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
| Step 1: UCP install with --unmanaged-cni flag | |
| If you are relying on testkit | |
| ``` | |
| #!/bin/bash | |
| echo "Setting environment variables" | |
| export NUM_LINUX_HOSTS=3 | |
| export NUM_WINDOWS_HOSTS=0 | |
| export HUB_NAMESPACE="dockereng" | |
| export HUB_TAG="3.1.0-latest" (Please check with ucp team for the latest tag) |
OlderNewer