Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update juju tutorial to use version 3.0 instead of 2.9 #172

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions howto/install/deploy-bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Before you start the installation, ensure that you have the required prerequisit

Juju is a tool for deploying, configuring and operating complex software on public or private clouds.

You must install a Juju client on the machine that you use to run the deployment commands. To install Juju 2.9, enter the following command:
You must install a Juju client on the machine that you use to run the deployment commands. To install Juju 3.x, enter the following command:

sudo snap install --classic --channel=2.9/stable juju
sudo snap install --classic --channel=3/stable juju

See {ref}`sec-juju-version-requirements` for information about which Juju version is required for your version of Anbox Cloud.

Expand Down
4 changes: 2 additions & 2 deletions howto/install/deploy-juju.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Before you start the installation, ensure that you have the required credentials

Juju is a tool for deploying, configuring and operating complex software on public or private clouds.

To install Juju 2.9, enter the following command:
To install Juju 3.x, enter the following command:

sudo snap install --classic --channel=2.9/stable juju
sudo snap install --classic --channel=3/stable juju

See {ref}`sec-juju-version-requirements` for information about which Juju version is required for your version of Anbox Cloud.

Expand Down
Loading