Below command will run the tests defined in current package
dlv test
# If Go version is outdated
dlv test --check-go-version=false
# Ignore protobuf conflict
GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn dlv test --check-go-version=false
kube-scheduler
schedules pods on nodes based on node capacity, load on node and other policies. This runs in kube-system
namespacekubelet
runs on worker node which listens for instructions from kube-apiserver and manages containersOther VCS like CVS, SVN, Bazzar stores delta changes after every commit(in each version of project), instead git stores snapshots of projects in every version(some file may have reference to previous, if that file was not updated)
ctrl+shift+o Split horizontally
ctrl+shift+e Split vertically
ctrl+shift+x Maximize current window(in splitted one), press again to have splitted view
ctrl+shift+t Opens a new tab in terminator window
ctrl+shift+i Opens a new terminator window
ctrl+ Increase font size
ctrl- Decrease font size
ctrl+0 Reset font size
ctrl+pageUp Goto previous tab
https://gist.github.com/simme/1297707
tmux new -s <session-name>