Skip to content

Commit

Permalink
Merge pull request kubernetes#5196 from gambol99/ca_key_perms
Browse files Browse the repository at this point in the history
CA Key File Permissions
  • Loading branch information
k8s-ci-robot committed May 24, 2018
2 parents ee8252e + c6c8421 commit 45e7477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodeup/pkg/model/kube_controller_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func (b *KubeControllerManagerBuilder) Build(c *fi.ModelBuilderContext) error {
c.AddTask(&nodetasks.File{
Path: filepath.Join(b.PathSrvKubernetes(), "ca.key"),
Contents: fi.NewStringResource(serialized),
Mode: fi.String("600"),
Type: nodetasks.FileType_File,
})
}
Expand Down

0 comments on commit 45e7477

Please sign in to comment.