mirror of
https://github.com/rancher/rke.git
synced 2025-09-15 22:49:13 +00:00
Add Rotate certificates command to rke
This commit is contained in:
committed by
Alena Prokharchyk
parent
7582083e7a
commit
3551e6e4b6
@@ -22,3 +22,7 @@ func runScheduler(ctx context.Context, host *hosts.Host, df hosts.DialerFactory,
|
||||
func removeScheduler(ctx context.Context, host *hosts.Host) error {
|
||||
return docker.DoRemoveContainer(ctx, host.DClient, SchedulerContainerName, host.Address)
|
||||
}
|
||||
|
||||
func restartScheduler(ctx context.Context, host *hosts.Host) error {
|
||||
return docker.DoRestartContainer(ctx, host.DClient, SchedulerContainerName, host.Address)
|
||||
}
|
||||
|
Reference in New Issue
Block a user