Skip to content

Commit

Permalink
Kops now can create specific IAM policies.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislovecnm committed May 18, 2017
1 parent 25a6ec3 commit 3bfd8e0
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 136 deletions.
7 changes: 0 additions & 7 deletions cmd/kops/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,7 @@ func NewCmdCreate(f *util.Factory, out io.Writer) *cobra.Command {
}

cmd.Flags().StringSliceVarP(&options.Filenames, "filename", "f", options.Filenames, "Filename to use to create the resource")
//usage := "to use to create the resource"
//cmdutil.AddFilenameOptionFlags(cmd, options, usage)
cmd.MarkFlagRequired("filename")
//cmdutil.AddValidateFlags(cmd)
//cmdutil.AddOutputFlagsForMutation(cmd)
//cmdutil.AddApplyAnnotationFlags(cmd)
//cmdutil.AddRecordFlag(cmd)
//cmdutil.AddInclude3rdPartyFlags(cmd)

// create subcommands
cmd.AddCommand(NewCmdCreateCluster(f, out))
Expand Down
Loading

0 comments on commit 3bfd8e0

Please sign in to comment.