Kubernetes - Perform rolling update with Golang plugin

6/19/2017

I have a docker in kubernetes that listen to configMap changes and trigger a golang function every change.

I want to perform rolling-update to deployment in this part and i didn't find any api that have this command.

Is there anyone who know an api with this command?
Or know a better way to get to the same result?

-- Evya2005
curl
go
kubernetes

0 Answers