-
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.
* move cos-lite * fix cos link * fix charm architecture doc * small linting fixes
- Loading branch information
Showing
10 changed files
with
16 additions
and
11 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
```{include} ../../snap/explanation/about.md | ||
:start-after: '# What is Canonical Kubernetes?' | ||
``` | ||
``` |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
```{include} ../../snap/explanation/channels.md | ||
``` | ||
``` |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
```{include} /snap/explanation/security.md | ||
``` | ||
``` |
File renamed without changes.
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 |
---|---|---|
|
@@ -106,6 +106,7 @@ datastore. | |
to verify that all components are functioning correctly. Use the `juju status` | ||
command to inspect the current status of your cluster. | ||
<!-- markdownlint-disable --> | ||
``` | ||
Model Controller Cloud/Region Version SLA Timestamp | ||
my-cluster canonicaws aws/us-east-1 3.4.2 unsupported 16:02:18-05:00 | ||
|
@@ -133,9 +134,10 @@ Machine State Address Inst id Base AZ | |
5 started 3.238.230.3 i-0773583e7a5fbf07e [email protected] us-east-1f running | ||
6 started 34.229.202.243 i-0f03b9833a338380c [email protected] us-east-1b running | ||
``` | ||
<!-- markdownlint-restore --> | ||
<!-- LINKS --> | ||
[easyrsa-charm]: https://charmhub.io/easyrsa | ||
[easyrsa-charm]: https://charmhub.io/easyrsa | ||
[vault-charm]: https://charmhub.io/vault | ||
[Juju setup]: https://juju.is/docs/juju/tutorial |
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 |
---|---|---|
|
@@ -17,6 +17,7 @@ Overview <self> | |
charm | ||
etcd | ||
proxy | ||
cos-lite | ||
contribute | ||
``` | ||
|
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 |
---|---|---|
@@ -1 +1,5 @@ | ||
# K8s charm arcitecture | ||
# K8s charm arcitecture | ||
|
||
```{include} /snap/reference/architecture.md | ||
:start-after: '## Canonical K8s charms' | ||
``` |
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 |
---|---|---|
|
@@ -18,7 +18,6 @@ install/index | |
networking/index | ||
storage | ||
external-datastore | ||
cos-lite | ||
proxy | ||
contribute | ||
support | ||
|
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