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
# get the latest juju edge snap | |
sudo snap refresh --edge juju | |
juju (edge) 2.3-alpha1+develop-c8d3e6c from 'canonical' refreshed | |
PATH=/snap/bin:$PATH | |
# turn on the Cross Model Relation feature flag | |
export JUJU_DEV_FEATURE_FLAGS=cross-model | |
juju bootstrap aws/us-west-2 west-noc | |
juju bootstrap google/europe-west1 eu-west-workloads |
OlderNewer