mirror of https://github.com/k3s-io/k3s
delete nocluster file and remove build tag
Signed-off-by: Brian Downs <brian.downs@gmail.com>pull/3155/head
parent
3ed9b0a997
commit
4a49b9e40b
|
@ -1,7 +0,0 @@
|
|||
// +build no_etcd
|
||||
|
||||
package cmds
|
||||
|
||||
const (
|
||||
hideClusterFlags = true
|
||||
)
|
|
@ -1,5 +1,3 @@
|
|||
// +build !no_etcd
|
||||
|
||||
package cluster
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue