Skip to content

Commit

Permalink
fix(autok3s): fix missing .state fields
Browse files Browse the repository at this point in the history
Signed-off-by: Jason-ZW <zhenyang@rancher.com>
  • Loading branch information
rancher-sy-bot committed Oct 14, 2020
1 parent 3928093 commit 78931f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/providers/alibaba/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ func (p *Alibaba) GetJoinFlags(cmd *cobra.Command) *pflag.FlagSet {
p.Status = matched.Status
p.Token = matched.Token
p.IP = matched.IP
p.UI = matched.UI
p.CloudControllerManager = matched.CloudControllerManager
p.mergeOptions(*matched)
}

Expand Down

0 comments on commit 78931f4

Please sign in to comment.