Skip to content

Instantly share code, notes, and snippets.

@ktsakalozos
Last active April 4, 2022 09:26
Show Gist options
  • Save ktsakalozos/6a665d7253bf41ce74ceb4185d2563ce to your computer and use it in GitHub Desktop.
Save ktsakalozos/6a665d7253bf41ce74ceb4185d2563ce to your computer and use it in GitHub Desktop.
Tree structure of the addons repository
$ 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