未验证 提交 d1b0d507 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #6882 from nkprince007/profile_list

profile_list: Do not throw error for unready clusters
......@@ -103,7 +103,7 @@ var printProfilesTable = func() {
}
if err != nil {
exit.WithCodeT(exit.Config, fmt.Sprintf("error loading profiles: %v", err))
glog.Warningf("error loading profiles: %v", err)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册