mirror of https://github.com/kubernetes/kops.git
parent
c36a30cbdd
commit
2e1ac55243
|
|
@ -73,6 +73,9 @@ func RunCreateInstanceGroup(f *util.Factory, cmd *cobra.Command, args []string,
|
||||||
groupName := args[0]
|
groupName := args[0]
|
||||||
|
|
||||||
cluster, err := rootCommand.Cluster()
|
cluster, err := rootCommand.Cluster()
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
clientset, err := rootCommand.Clientset()
|
clientset, err := rootCommand.Clientset()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue