-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 6ae33c9afeb4
head repository: NixOS/nixpkgs-channels
compare: 7f2f8f359fe0
Commits on Mar 3, 2019
-
nixos/kubernetes: Add systemd path units
to protect services from crashing and clobbering the logs when certificates are not in place yet and make sure services are activated when certificates are ready. To prevent errors similar to "kube-controller-manager.path: Failed to enter waiting state: Too many open files" fs.inotify.max_user_instances has to be increased.
Configuration menu - View commit details
-
Copy full SHA for f9e2f76 - Browse repository at this point
Copy the full SHA f9e2f76View commit details -
nixos/kubernetes: Stabilize services startup across machines
by adding targets and curl wait loops to services to ensure services are not started before their depended services are reachable. Extra targets cfssl-online.target and kube-apiserver-online.target syncronize starts across machines and node-online.target ensures docker is restarted and ready to deploy containers on after flannel has discussed the network cidr with apiserver. Since flannel needs to be started before addon-manager to configure the docker interface, it has to have its own rbac bootstrap service. The curl wait loops within the other services exists to ensure that when starting the service it is able to do its work immediately without clobbering the log about failing conditions. By ensuring kubernetes.target is only reached after starting the cluster it can be used in the tests as a wait condition. In kube-certmgr-bootstrap mkdir is needed for it to not fail to start. The following is the relevant part of systemctl list-dependencies default.target ● ├─certmgr.service ● ├─cfssl.service ● ├─docker.service ● ├─etcd.service ● ├─flannel.service ● ├─kubernetes.target ● │ ├─kube-addon-manager.service ● │ ├─kube-proxy.service ● │ ├─kube-apiserver-online.target ● │ │ ├─flannel-rbac-bootstrap.service ● │ │ ├─kube-apiserver-online.service ● │ │ ├─kube-apiserver.service ● │ │ ├─kube-controller-manager.service ● │ │ └─kube-scheduler.service ● │ └─node-online.target ● │ ├─node-online.service ● │ ├─flannel.target ● │ │ ├─flannel.service ● │ │ └─mk-docker-opts.service ● │ └─kubelet.target ● │ └─kubelet.service ● ├─network-online.target ● │ └─cfssl-online.target ● │ ├─certmgr.service ● │ ├─cfssl-online.service ● │ └─kube-certmgr-bootstrap.service
Configuration menu - View commit details
-
Copy full SHA for 62f0375 - Browse repository at this point
Copy the full SHA 62f0375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51aeaaf - Browse repository at this point
Copy the full SHA 51aeaafView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8389c - Browse repository at this point
Copy the full SHA cf8389cView commit details -
nixos/kubernetes: Seed docker images before kubelet service start
to speed up startup time because it can be parallelized.
Configuration menu - View commit details
-
Copy full SHA for fd28c0a - Browse repository at this point
Copy the full SHA fd28c0aView commit details -
nixos/kubernetes: Put dashboard service account into bootstrapAddons
to prevent errors in log about missing permissions when addon manager starts the dashboard.
Configuration menu - View commit details
-
Copy full SHA for 7df88bd - Browse repository at this point
Copy the full SHA 7df88bdView commit details -
nixos/kubernetes: No need to restart services besides certmgr
within the node join script, since certmgr is taking care of restarting services.
Configuration menu - View commit details
-
Copy full SHA for 74962bf - Browse repository at this point
Copy the full SHA 74962bfView commit details
Commits on Mar 6, 2019
-
nixos/kubernetes: Address review: Rename targets and move proxy to no…
…de-online.target
Configuration menu - View commit details
-
Copy full SHA for ff91d58 - Browse repository at this point
Copy the full SHA ff91d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9037f - Browse repository at this point
Copy the full SHA 6e9037fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52fe1d2 - Browse repository at this point
Copy the full SHA 52fe1d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7323b77 - Browse repository at this point
Copy the full SHA 7323b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5684034 - Browse repository at this point
Copy the full SHA 5684034View commit details -
Configuration menu - View commit details
-
Copy full SHA for e148cb0 - Browse repository at this point
Copy the full SHA e148cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff382c1 - Browse repository at this point
Copy the full SHA ff382c1View commit details
Commits on Mar 8, 2019
-
nixos/kubernetes: Fix kube-control-plane-online must not be present
outside kubernetes module.
Configuration menu - View commit details
-
Copy full SHA for 154356d - Browse repository at this point
Copy the full SHA 154356dView commit details
Commits on Mar 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ee9dd43 - Browse repository at this point
Copy the full SHA ee9dd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab50cb - Browse repository at this point
Copy the full SHA 8ab50cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce83dc2 - Browse repository at this point
Copy the full SHA ce83dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6985f - Browse repository at this point
Copy the full SHA ea6985fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73657b7 - Browse repository at this point
Copy the full SHA 73657b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46653f8 - Browse repository at this point
Copy the full SHA 46653f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c5f48 - Browse repository at this point
Copy the full SHA 50c5f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e683f - Browse repository at this point
Copy the full SHA 45e683fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a80eb - Browse repository at this point
Copy the full SHA e3a80ebView commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2e29412 - Browse repository at this point
Copy the full SHA 2e29412View commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4158b5d - Browse repository at this point
Copy the full SHA 4158b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a1601 - Browse repository at this point
Copy the full SHA 16a1601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1390b58 - Browse repository at this point
Copy the full SHA 1390b58View commit details
Commits on Mar 23, 2019
-
bleachbit: drop unnecessary wrapPython input
Per reviewer feedback, thanks!
Configuration menu - View commit details
-
Copy full SHA for 575df3a - Browse repository at this point
Copy the full SHA 575df3aView commit details
Commits on Mar 25, 2019
-
bleachbit: use format="other", simplify.
Patch by @worldbypeace, during PR review. Thanks!
Configuration menu - View commit details
-
Copy full SHA for 34845f2 - Browse repository at this point
Copy the full SHA 34845f2View commit details
Commits on Mar 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 455d1ca - Browse repository at this point
Copy the full SHA 455d1caView commit details
Commits on Mar 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3dbeaad - Browse repository at this point
Copy the full SHA 3dbeaadView commit details
Commits on Apr 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5be54d0 - Browse repository at this point
Copy the full SHA 5be54d0View commit details
Commits on Apr 7, 2019
-
nodePackages.joplin: init, cli note-taking app
Companion to joplin-desktop!
Configuration menu - View commit details
-
Copy full SHA for 73bfe94 - Browse repository at this point
Copy the full SHA 73bfe94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1638aa6 - Browse repository at this point
Copy the full SHA 1638aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0570b - Browse repository at this point
Copy the full SHA fd0570bView commit details
Commits on Apr 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9c08507 - Browse repository at this point
Copy the full SHA 9c08507View commit details
Commits on Apr 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0d600ae - Browse repository at this point
Copy the full SHA 0d600aeView commit details -
numatop: improve description, as suggested during review (ty!)
Co-Authored-By: dtzWill <github@wdtz.org>
Configuration menu - View commit details
-
Copy full SHA for 50fc2e7 - Browse repository at this point
Copy the full SHA 50fc2e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ed37b - Browse repository at this point
Copy the full SHA 49ed37bView commit details
Commits on Apr 16, 2019
-
gitAndTools.pre-commit: 1.14.4 -> 1.15.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pre-commit/versions
Configuration menu - View commit details
-
Copy full SHA for 7b60fb4 - Browse repository at this point
Copy the full SHA 7b60fb4View commit details -
python37Packages.wsproto: 0.13.0 -> 0.14.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-wsproto/versions
Configuration menu - View commit details
-
Copy full SHA for 2000ef6 - Browse repository at this point
Copy the full SHA 2000ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2013c91 - Browse repository at this point
Copy the full SHA 2013c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd03b21 - Browse repository at this point
Copy the full SHA dd03b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 173e960 - Browse repository at this point
Copy the full SHA 173e960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c1b44 - Browse repository at this point
Copy the full SHA 71c1b44View commit details -
Switching to latest master, as there hasn't been a new release in a while, see libimobiledevice/ifuse#34
Configuration menu - View commit details
-
Copy full SHA for 8d5252b - Browse repository at this point
Copy the full SHA 8d5252bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 768e9b1 - Browse repository at this point
Copy the full SHA 768e9b1View commit details
Commits on Apr 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1e6fec0 - Browse repository at this point
Copy the full SHA 1e6fec0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d9c61 - Browse repository at this point
Copy the full SHA f9d9c61View commit details
There are no files selected for viewing