-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[discourse-gatekeeper] Migrate charm docs (#631)
* 'modified: docs/reference/r-system-requirements.md,docs/how-to/h-upgrade/h-upgrade-minor.md,docs/how-to/h-set-up/h-deploy-aks.md' * 'modified: docs/explanation/flowcharts/e-flowchart-charm.md' --------- Co-authored-by: discourse-gatekeeper-docs-bot <[email protected]>
- Loading branch information
1 parent
da10ce6
commit 2998706
Showing
4 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,14 +131,12 @@ juju model-config logging-config='<root>=INFO;unit=DEBUG' | |
|
||
The following command deploys PostgreSQL K8s: | ||
|
||
> **Important**: AKS supported for charm revision 247+ currently in the channel `14/candidate` only. | ||
```shell | ||
juju deploy postgresql-k8s --trust -n 3 --channel 14/candidate | ||
juju deploy postgresql-k8s --trust -n 3 --channel 14/stable | ||
``` | ||
Sample output: | ||
```shell | ||
Deployed "postgresql-k8s" from charm-hub charm "postgresql-k8s", revision 247 in channel 14/candidate on [email protected]/stable | ||
Deployed "postgresql-k8s" from charm-hub charm "postgresql-k8s", revision 247 in channel 14/stable on [email protected]/stable | ||
``` | ||
|
||
Check the status: | ||
|
@@ -151,7 +149,7 @@ Model Controller Cloud/Region Version SLA Timestamp | |
welcome aks aks/eastus 3.4.2 unsupported 17:53:35+02:00 | ||
|
||
App Version Status Scale Charm Channel Rev Address Exposed Message | ||
postgresql-k8s 14.11 active 3 postgresql-k8s 14/candidate 247 10.0.237.223 no Primary | ||
postgresql-k8s 14.11 active 3 postgresql-k8s 14/stable 247 10.0.237.223 no Primary | ||
|
||
Unit Workload Agent Address Ports Message | ||
postgresql-k8s/0* active idle 10.244.0.19 Primary | ||
|
This file contains 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
This file contains 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