Skip to content

Commit

Permalink
Fix worker kubelet restart with private regsitries
Browse files Browse the repository at this point in the history
  • Loading branch information
moelsayed authored and Alena Prokharchyk committed Oct 26, 2018
1 parent 708fa39 commit 9880b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/rkeworker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func changed(ctx context.Context, c *client.Client, expectedProcess v3.Process,
actualProcess.Name = expectedProcess.Name
actualProcess.HealthCheck.URL = expectedProcess.HealthCheck.URL
actualProcess.RestartPolicy = expectedProcess.RestartPolicy
actualProcess.ImageRegistryAuthConfig = expectedProcess.ImageRegistryAuthConfig

changed := false
t := reflect.TypeOf(actualProcess)
Expand Down

0 comments on commit 9880b76

Please sign in to comment.