We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbac93d commit 99ff820Copy full SHA for 99ff820
cmd/eksctl/create.go
@@ -152,7 +152,8 @@ func doCreateCluster(cfg *eks.ClusterConfig) error {
152
// also check heptio-authenticator
153
// TODO: https://github.com/weaveworks/eksctl/issues/30
154
if err := utils.CheckAllCommands(kubeconfigPath); err != nil {
155
- return err
+ logger.Critical(err.Error())
156
+ logger.Info("cluster should be functions despite missing client binaries that need to be installed in the PATH")
157
}
158
159
0 commit comments