Erik Wilson
862c7ee379
Merge pull request #711 from erikwilson/v0.7.0-to-v0.8.0
...
Update v0.7.0 to v0.8.0
5 years ago
Erik Wilson
7028320ca3
Update v0.7.0 to v0.8.0
5 years ago
Erik Wilson
f867995ff7
Merge pull request #708 from erikwilson/vendor-v1.14.5-k3s.1
...
Update k8s to v1.14.5-k3s.1
5 years ago
Erik Wilson
5d88cc7113
Update k8s to v1.14.5-k3s.1
5 years ago
YAMAMOTO Takashi
fc8eddae29
Appease kubelet warnings on docker for mac
...
On my environment, the name=systemd entry in /proc/self/cgroup
looks like:
13:name=systemd:/docker/917b388b40c70b17a3283d852d38bfcdc84d1bf8242e32a779eacd98a610e499
Kubelet periodically complains like:
E0802 06:42:52.667123 1 summary_sys_containers.go:47] Failed to get system container stats for "/docker/917b388b40c70b17a3283d852d38bfcdc84d1bf8242e32a779eacd98a610e499/kube-proxy": failed to get cgroup stats for "/docker/917b388b40c70b17a3283d852d38bfcdc84d1bf8242e32a779eacd98a610e499/kube-proxy": failed to get container info for "/docker/917b388b40c70b17a3283d852d38bfcdc84d1bf8242e32a779eacd98a610e499/kube-proxy": unknown container "/docker/917b388b40c70b17a3283d852d38bfcdc84d1bf8242e32a779eacd98a610e499/kube-proxy"
5 years ago
Erik Wilson
c170115c54
Merge pull request #676 from erikwilson/go-proxy
...
Add go load-balancing proxy
5 years ago
Erik Wilson
5deef13086
Merge pull request #687 from yamt/cacerts
...
Simplify startWrangler a bit
5 years ago
Erik Wilson
be0cc6e943
Merge pull request #690 from erikwilson/regenerate-certs-on-ca-change
...
Regenerate server certs if CA changed
5 years ago
Erik Wilson
739e4214bd
Merge pull request #693 from yamt/insecure-bootstrap
...
Fix bootstrap with non-tls etcd
5 years ago
Erik Wilson
506d8cdcc3
Merge pull request #691 from erikwilson/early-return-routes
...
Fix missing early returns on routes
5 years ago
Erik Wilson
4784c0b1be
Merge pull request #672 from yamt/compose2
...
Remove docker-compose-agent.yml
5 years ago
Erik Wilson
3e7a330e39
Merge pull request #685 from yamt/remove-proxy
...
Remove pkg/proxy which is no longer used
5 years ago
YAMAMOTO Takashi
d78701acb1
Fix bootstrap with non-tls etcd
5 years ago
Erik Wilson
fdb997b4ee
Fix missing early returns on routes
5 years ago
Erik Wilson
a74d9e5282
Regenerate server certs if CA changed
5 years ago
Erik Wilson
46894ab74b
Update vendor
5 years ago
Erik Wilson
a17e336993
Use go tcpproxy
5 years ago
YAMAMOTO Takashi
88e668cf6f
Simplify startWrangler a bit
...
We no longer make dynamiclistener generate CA certs.
5 years ago
YAMAMOTO Takashi
07eeb56d81
Remove pkg/proxy which is no longer used
5 years ago
Erik Wilson
4a65764c3b
Merge pull request #682 from erikwilson/sonobuoy-logs-cleanup
...
Cleanup sonobuoy logging
5 years ago
Erik Wilson
9452dec078
Cleanup sonobuoy logging
5 years ago
Erik Wilson
c86e95062a
Merge pull request #673 from yamt/sort-args
...
Sort args to make log outputs a bit more deterministic
5 years ago
Erik Wilson
23501c08cb
Merge pull request #662 from cryptk/systemd-delay
...
Add a little extra delay between restart attempts
5 years ago
Erik Wilson
00901bfb39
Merge pull request #680 from erikwilson/haste-logs
...
Save failed logs to haste
5 years ago
Erik Wilson
de8b811ff6
Save failed logs to haste
5 years ago
Chris Jowett
612b2c1596
Add RestartSec to ansible systemd unit files
5 years ago
cryptk
f9dd8dedc8
Add a little extra delay between restart attempts
...
This extra delay prevents systemd from determining that the service is restarting "too quickly".
5 years ago
YAMAMOTO Takashi
35d972fd72
Sort args to make log outputs a bit more deterministic
5 years ago
YAMAMOTO Takashi
21430e7ed3
Remove docker-compose-agent.yml
...
It's redundant as "docker-compose up node" does almost same thing.
5 years ago
YAMAMOTO Takashi
eb91c302a9
docker-compose: Remove depends_on
...
depends_on doesn't make much sense here as it does nothing about
the readiness of containers.
This allows "docker-compose up node" launch the agent without the server.
(Similarly to what docker-compose-agent.yml does)
5 years ago
Erik Wilson
1833b65fcd
Merge pull request #647 from yamt/remove-proxy-port
...
Remove agent proxy config which is no longer used
5 years ago
Erik Wilson
64d569ec37
Merge pull request #670 from curx/patch-1
...
bump k3s versions to v0.7.0
5 years ago
Thorsten Schifferdecker
f2654b039f
bump k3s versions to v0.7.0
5 years ago
Erik Wilson
dd4f343118
Merge pull request #657 from erikwilson/install-symlink-update
...
Install script symlink update
5 years ago
Erik Wilson
8014e1a506
Merge pull request #667 from yamt/compose
...
docker-compose: Bump image versions to v0.7.0
5 years ago
Erik Wilson
c443101bfc
Install symlink skip or force, links ctr
5 years ago
YAMAMOTO Takashi
da73951082
docker-compose: Bump image versions to v0.7.0
5 years ago
Ray Tsang
32f1d66932
Added K3S_INSTALL_SKIP_SYMLINK flag
5 years ago
Erik Wilson
61bdd8521c
Merge pull request #655 from erikwilson/agent-systemd-notify
...
Update agent to notify systemd
5 years ago
Erik Wilson
e1162c7cfa
Update agent to notify systemd
5 years ago
Erik Wilson
bb44211f51
Merge pull request #654 from erikwilson/cleanup-tunnel
...
Cleanup tunnel
5 years ago
Erik Wilson
8ce509ee6b
Cleanup tunnel logs
5 years ago
Erik Wilson
0594b2bc9e
Update vendor remotedialer
5 years ago
Erik Wilson
7949e50c05
Update vendor kvsql
5 years ago
Erik Wilson
75b8d71e77
Merge pull request #652 from erikwilson/update-tunnel-wait
...
Fix tunnel endpoint upgrade
5 years ago
Erik Wilson
23b0797578
Add context to tunnel connect
5 years ago
Erik Wilson
b93b4732eb
Start endpoint tunnel watch before waiting
5 years ago
Erik Wilson
33a59542df
Merge pull request #649 from erikwilson/update-dynamiclistener
...
Update dynamiclistener
5 years ago
Erik Wilson
25e9cfb0cc
Update dynamiclistener
5 years ago
Erik Wilson
2d32337334
Merge pull request #650 from erikwilson/update-bootstrap
...
Bootstrap node key files & fix permissions
5 years ago