The teraslice-cli should warn the user when operating (register/start/update) on a job if the kubernetes_image specified on the job does not match the kubernetes_image of the master.
WIP ....
There are a few ways to achieve this.
string matching teraslice_version on root url against kubernetes_image
expose kubernetes_image on root url so cli can match
let teraslice master do comparison at interaction time then warn the user in the response and cli passes that through to user
The teraslice-cli should warn the user when operating (
register
/start
/update
) on a job if thekubernetes_image
specified on the job does not match thekubernetes_image
of the master.WIP ....
There are a few ways to achieve this.
teraslice_version
on root url againstkubernetes_image
kubernetes_image
on root url so cli can match