mirror of https://github.com/k3s-io/k3s
respond to luxas's feedback
parent
f1c12f8b13
commit
598d1f4e43
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -176,7 +176,7 @@ func (hk *HyperKube) Run(args []string, stopCh <-chan struct{}) error {
|
|||
if len(args) > 0 && len(args[0]) > 0 {
|
||||
serverName = args[0]
|
||||
args = args[1:]
|
||||
hk.Printf("Warning: alpha command syntax is unable!\n\n")
|
||||
hk.Printf("Warning: alpha command syntax is unstable!\n\n")
|
||||
} else {
|
||||
err = errors.New("no alpha server specified")
|
||||
hk.Printf("Error: %v\n\n", err)
|
||||
|
|
Loading…
Reference in New Issue