Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Refactor kube-spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
schu committed Feb 26, 2018
1 parent 628fd54 commit 924bb3b
Show file tree
Hide file tree
Showing 46 changed files with 1,337 additions and 2,169 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ _testmain.go
/cni-noop
/cnispawn
/kube-spawn
/kube-spawn-runc
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ all:
kube-spawn-build
else
all:
go build -o kube-spawn-runc ./cmd/kube-spawn-runc
go build -o kube-spawn \
-ldflags "-X main.version=$(VERSION)" \
./cmd/kube-spawn
Expand All @@ -32,7 +31,6 @@ dep:
clean:
rm -f \
kube-spawn \
kube-spawn-runc

install:
install kube-spawn kube-spawn-runc "$(BINDIR)"
install kube-spawn "$(BINDIR)"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ All nodes can be seen with `machinectl list`, `machinectl shell` can be used to
sudo machinectl shell root@kubespawn0
```

The password is `k8s`.
The password is `root`.


## Command Usage
Expand Down
27 changes: 0 additions & 27 deletions cmd/kube-spawn-runc/README.md

This file was deleted.

85 changes: 0 additions & 85 deletions cmd/kube-spawn-runc/kube-spawn-runc.go

This file was deleted.

Loading

0 comments on commit 924bb3b

Please sign in to comment.