Commit Graph

934 Commits

Author SHA1 Message Date
Erik Wilson
31cf2bc9ee Add coredns entries for nodes 2019-04-17 22:44:46 +00:00
Darren Shepherd
4af06882b6
Merge pull request #365 from erikwilson/fix-systemd-timeoutstartsec
Fix systemd TimeoutStartSec
2019-04-17 15:34:42 -07:00
galal-hussein
c42ea5ec89 Skip any file with no yaml yml or json suffix 2019-04-18 00:13:11 +02:00
Erik Wilson
1bc7042bd5 Fix systemd TimeoutStartSec
Set TimeoutStartSec to 0 instead of infinity for systemd versions older
than 229.
2019-04-17 11:27:03 -07:00
Erik Wilson
334efc743b
Merge pull request #358 from erikwilson/0.3.0-to-0.4.0
Update readme & docker-compose for 0.4.0
2019-04-16 14:26:49 -07:00
Erik Wilson
0beda77dbf Update readme & docker-compose for 0.4.0 2019-04-16 14:18:30 -07:00
Erik Wilson
7822549f87
Merge pull request #357 from ibuildthecloud/docs
Add rootless docs
2019-04-16 14:12:59 -07:00
Erik Wilson
75892ec0ac
Merge pull request #355 from hjacobs/patch-1
Add initial docs on how to deploy metrics-server
2019-04-16 14:11:55 -07:00
Darren Shepherd
fc67a9be3a Add rootless docs 2019-04-16 12:31:22 -07:00
Henning Jacobs
49a0107547
#252 mention how to deploy metrics-server 2019-04-16 08:27:35 +02:00
Darren Shepherd
be24f837bb
Merge pull request #349 from erikwilson/missing-cgroup-pids-fix
Check for cgroup pids support
2019-04-15 15:52:07 -07:00
Erik Wilson
ac73dbea10 Update vendor 2019-04-15 22:26:50 +00:00
Erik Wilson
4bba04023d Check for cgroup pids support
If cgroup pids are not supported add a feature-gates flag
SupportPodPidsLimit=false for kubelet.
2019-04-15 22:26:50 +00:00
Darren Shepherd
0e3711b8b7
Merge pull request #339 from km4rcus/cluster-domain-option
Add --cluster-domain option
2019-04-15 10:06:07 -07:00
Darren Shepherd
4695310a4e
Merge pull request #337 from warmchang/apiversion
Use the latest apiVersion in k8s-v1.14.x
2019-04-15 10:02:24 -07:00
Darren Shepherd
08c3d0d4ef
Merge pull request #250 from yoink00/master
Allow flannel interface to be specified on the command line
2019-04-15 10:01:22 -07:00
Darren Shepherd
4886184dd1
Merge pull request #336 from galal-hussein/fix_bind_address_comment
Fix usage of bind address flag
2019-04-15 10:00:43 -07:00
Darren Shepherd
72ff4a02aa
Merge pull request #342 from erikwilson/increase-timeout
Extend systemd start timeout for slow systems
2019-04-15 09:57:13 -07:00
Matt Keas
f7e0017fed Extend systemd start timeout for slow systems
Cert generation may cause slow startup times for some systems such as
the Raspberry Pi, set the systemd service TimeoutStartSec to Infinity to
avoid startup timeouts.
2019-04-12 22:28:17 +00:00
Stuart Wallace
2268e028a2 Add ability to override flannel interface 2019-04-12 21:06:43 +01:00
Marco Mancini
b445bad171 Add --cluster-domain option 2019-04-12 08:06:35 +02:00
William Zhang
8258f0fa38 Use the latest apiVersion in k8s-v1.14.x
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
2019-04-12 09:30:17 +08:00
galal-hussein
e5d8d72e59 Fix comment of bind address 2019-04-12 02:30:49 +02:00
Darren Shepherd
af2fc722cb
Merge pull request #324 from erikwilson/configure-metrics
Configure aggregation layer for metrics
2019-04-11 16:25:02 -07:00
Erik Wilson
1c54edf9e0 Update vendor 2019-04-11 22:43:31 +00:00
Erik Wilson
6a54444104 Add recipes
Create initial recipes directory with metrics-server modified for
deployment in current k3s configuration.
2019-04-11 22:43:31 +00:00
Erik Wilson
c48739206a Enable aggregation layer
Configure kube-apiserver, kubelets, and kube-proxy for use with
aggregation layer in order for metrics-server deployment to function
correctly.
2019-04-11 22:43:31 +00:00
Darren Shepherd
b5217e2888
Merge pull request #195 from ibuildthecloud/rootless
rootless
2019-04-09 10:50:17 -07:00
Darren Shepherd
046a817818 Add rootless support 2019-04-09 10:38:04 -07:00
Darren Shepherd
6f01e13fc4 Update vendor 2019-04-09 10:35:00 -07:00
Darren Shepherd
ea834eb2ec
Merge pull request #309 from galal-hussein/generic_flags
Add extra flags for server and agent components
2019-04-09 00:14:43 -07:00
galal-hussein
7794528aa1 Add extra flags for server and agent components 2019-04-09 08:20:38 +02:00
Darren Shepherd
184f69732f
Merge pull request #314 from ibuildthecloud/k8s-14
k8s 1.14
2019-04-08 22:59:02 -07:00
Darren Shepherd
a11ac8cc40 Pull in parallel for CRI 2019-04-08 22:50:59 -07:00
Darren Shepherd
8010a24c91 Update generated code for k8s 1.14 2019-04-08 22:50:59 -07:00
Darren Shepherd
841f8d29e6 Ensure CSI is initialized properly when running agent and server combined 2019-04-08 22:50:59 -07:00
Darren Shepherd
3c7e103085 Updates for k8s 1.14 2019-04-08 22:50:59 -07:00
Darren Shepherd
2193fe10cd Update vendor 2019-04-08 22:50:54 -07:00
Darren Shepherd
9e80177443
Merge pull request #289 from galal-hussein/add_bind_address
Add bind address server config
2019-04-08 22:36:58 -07:00
Darren Shepherd
c0a0b0d396
Merge pull request #293 from galal-hussein/remove_deprecated_flags
Change address to bind-address for scheduler and controller-manager
2019-04-03 11:57:58 -07:00
Erik Wilson
80fe3a41ed
Merge pull request #291 from curx/curx-1
update docker image to new version v0.3.0
2019-04-03 09:36:01 -07:00
Denise
cfe837a57a
Merge pull request #298 from rancher/docs-etc-hosts-hostname
Update README for hostname req
2019-04-02 19:23:25 -07:00
Erik Wilson
9ed4c55c83
Update README for hostname req
Add information on /etc/hosts hostname requirement.

For rancher/k3s/issues/138
2019-04-02 17:32:16 -07:00
galal-hussein
e8c5b2498c Change address to bind-address for scheduler and api 2019-03-31 14:55:56 +02:00
galal-hussein
4591faf859 Vendor Update 2019-03-31 11:41:42 +02:00
Thorsten Schifferdecker
246dca5408 update docker-image to new release v0.3.0
Signed-off-by: Thorsten Schifferdecker <schifferdecker@b1-systems.de>
2019-03-31 10:49:45 +02:00
galal-hussein
d255574150 Add bind address server config 2019-03-31 02:10:23 +02:00
Erik Wilson
9a1a1eccbd
Merge pull request #288 from erikwilson/airgap-initial-docs
Update README for airgap documentation
2019-03-29 16:55:50 -07:00
Erik Wilson
38730e3abe Update README for airgap documentation 2019-03-29 16:54:11 -07:00
Darren Shepherd
797eed6605
Merge pull request #272 from epicfilemcnulty/enhance-docs-for-helmchart-resource
Add more details about using HelmChart resource
2019-03-28 22:24:15 -07:00