reconcile host cluster (#2354)

print friendly error when component failed

update dockerfile
This commit is contained in:
zryfish
2020-07-08 23:55:13 +08:00
committed by GitHub
parent 99aff3c7da
commit 693a4143db
18 changed files with 328 additions and 101 deletions

View File

@@ -34,7 +34,7 @@ define ALL_HELP_INFO
# debugging tools like delve.
endef
.PHONY: all
all: test hypersphere ks-apiserver controller-manager
all: test ks-apiserver controller-manager
# Build ks-apiserver binary
ks-apiserver: fmt vet
@@ -44,10 +44,6 @@ ks-apiserver: fmt vet
controller-manager: fmt vet
hack/gobuild.sh cmd/controller-manager
# Build hypersphere binary
hypersphere: fmt vet
hack/gobuild.sh cmd/hypersphere
# Run go fmt against code
fmt: generate
gofmt -w ./pkg ./cmd ./tools ./api