ubuntu - Development environment for cockpit-Dashboard(kubernetes) -
i trying customize cockpit. need cockpit monitor kubernetes cluster running on ubuntu 16.04 servers. prefer run cockpit pod. development server running ubuntu 16.04 lts.
while exploring development environment found page mentioned mount source path container path ~/.local/share/cockpit
. able mount page loading different path in container i.e. /usr/share/cockpit/kubernetes
. files seems in gzip (eg: index.html.gz
).
i new node.js or similar environment. how supposed keep changes date ~/.local/share/cockpit
/usr/share/cockpit/kubernetes
in gzip format? have seen references webpack. not sure if need use that. if have use that, should run webpack inside container package contents in ~/.local/share/cockpit
/usr/share/cockpit/kubernetes
? or should packaged using webpack in ubuntu machine , create container based on that?
any appreciated cannot find detailed docs regarding cockpit development environment anywhere.
Comments
Post a Comment