-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* minor linter issues * add missing --channel flag to deployment command
- Loading branch information
1 parent
7377a1d
commit 4bb7fcd
Showing
2 changed files
with
8 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,6 @@ juju deploy k8s --channel=latest/stable \ | |
--base "[email protected]" \ | ||
--constraints "cores=2 mem=8G root-disk=16G virt-type=virtual-machine" | ||
<!-- juju vm end --> | ||
<!-- juju controlplane custom config start --> | ||
juju deploy k8s --config ./k8s-config.yaml --channel=1.32/stable | ||
<!-- juju controlplane custom config end --> |
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