- Notifications
You must be signed in to change notification settings - Fork16
juju/juju-controller
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The Juju controller charm allows charms to interact with the Juju controllervia integrations. This charm is automatically deployed in thecontrollermodel of every controller for Juju 3.0 or later.
The controller charm currently supports integrations withjuju-dashboard andhaproxy.
You can deploy the Juju Dashboard in thecontroller model:
$juju switch controller$juju deploy juju-dashboard --channel beta$juju integrate controller juju-dashboard
or you can deploy it in its own model, and connect to the controller charm viaa cross-model integration:
$juju add-model dashboard$juju deploy juju-dashboard --channel beta$juju offer juju-dashboard:controllerApplication "juju-dashboard" endpoints [controller] available at "admin/dashboard.juju-dashboard"$juju switch controller$juju integrate controller admin/dashboard.juju-dashboard
Then, run
juju dashboard --browserand log in using the printed credentials.
About
A Juju controller charm
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.