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
- writing snap hooks in go | |
- https://documentation.ubuntu.com/snapcraft/stable/reference/hooks/#adding-a-hook-from-a-part | |
- got rid of some stuff already e.g. cleanup | |
- get rid of the hidden commands as well, since it's written in Go as well (x-cleanup e.g.) | |
- writing wrappers in Go and getting rid of lib.sh | |
- service arguments can be rendered better this way (in the new service arguments spec) | |
- service args | |
- + migrating to kubelet configuration files (--config) for kubernetes service | |
- switch CAPI to LXD provider | |
- Berkay already did that on his own fork |