Open radu-matei opened 6 years ago
Right now, in order to work on any component you need to:
make client
docker build -t <your-username>/kube-toolkit . - create container image with new server
docker build -t <your-username>/kube-toolkit .
docker build -t <your-username>/kube-toolkit-dashboard -f Dockerfile.gateway . - create container image with new dashboard
docker build -t <your-username>/kube-toolkit-dashboard -f Dockerfile.gateway .
docker push <server, dashboard>
bin/ktk reset and bin/ktk init <using-new-images>
bin/ktk reset
bin/ktk init <using-new-images>
I think this can be significantly improved by Draft, and there should be initial integration for the server and dashboard.
Right now, in order to work on any component you need to:
make client
docker build -t <your-username>/kube-toolkit .
- create container image with new serverdocker build -t <your-username>/kube-toolkit-dashboard -f Dockerfile.gateway .
- create container image with new dashboarddocker push <server, dashboard>
bin/ktk reset
andbin/ktk init <using-new-images>
I think this can be significantly improved by Draft, and there should be initial integration for the server and dashboard.