Skip to content

Instantly share code, notes, and snippets.

View HomayoonAlimohammadi's full-sized avatar
🎯
Focusing

Homayoon Alimohammadi HomayoonAlimohammadi

🎯
Focusing
View GitHub Profile
- 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