Last active
April 4, 2022 09:26
-
-
Save ktsakalozos/6a665d7253bf41ce74ceb4185d2563ce to your computer and use it in GitHub Desktop.
Tree structure of the addons repository
This file contains hidden or 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
$ tree /var/snap/microk8s/common/addons/core | |
/var/snap/microk8s/common/addons/core | |
├── addons | |
│ ├── community | |
│ │ ├── disable | |
│ │ └── enable | |
│ ├── dashboard | |
│ │ ├── dashboard.yaml | |
│ │ ├── disable | |
│ │ └── enable | |
│ ├── dns | |
│ │ ├── coredns.yaml | |
│ │ ├── disable | |
│ │ └── enable | |
│ ├── gpu | |
│ │ ├── disable | |
│ │ └── enable | |
│ ├── ha-cluster | |
│ │ ├── disable | |
│ │ └── enable | |
│ ├── helm | |
│ │ ├── disable | |
│ │ └── enable | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment