Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bba6de611a6b
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de2bb1094b72
Choose a head ref
  • 18 commits
  • 27 files changed
  • 11 contributors

Commits on Feb 20, 2019

  1. nixos/kubernetes: major module refactor

    - All kubernetes components have been seperated into different files
    - All TLS-enabled ports have been deprecated and disabled by default
    - EasyCert option added to support automatic cluster PKI-bootstrap
    - RBAC has been enforced for all cluster components by default
    - NixOS kubernetes test cases make use of easyCerts to setup PKI
    Johan Thomsen authored and fpletz committed Feb 20, 2019
    Copy the full SHA
    e2380e7 View commit details
  2. nixos/kubernetes: adding manual section for kubernetes and writing re…

    …lease note for NixOS 19.03
    Johan Thomsen authored and fpletz committed Feb 20, 2019
    Copy the full SHA
    8d62d79 View commit details
  3. nixos/kubernetes: use the certmgr-selfsigned variant

    Johan Thomsen authored and fpletz committed Feb 20, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6334796 View commit details
  4. nixos/kubernetes: CoreDNS privileges has to be assigned by addon mana…

    …ger bootstrap
    
    - because the kube-addon-manager drops most of its privileges after
    startup.
    Johan Thomsen authored and fpletz committed Feb 20, 2019
    Copy the full SHA
    1f49c21 View commit details
  5. nixos/kubernetes: let flannel use kubernetes as storage backend

    + isolate etcd on the master node by letting it listen only on loopback
    + enabling kubelet on master and taint master with NoSchedule
    
    The reason for the latter is that flannel requires all nodes to be "registered"
    in the cluster in order to setup the cluster network. This means that the
    kubelet is needed even at nodes on which we don't plan to schedule anything.
    Johan Thomsen authored and fpletz committed Feb 20, 2019
    Copy the full SHA
    466beb0 View commit details
  6. nixos/kubernetes: use system.path to handle dependency on flannel sub…

    …net.env
    
    The current postStart step on flannel causes flannel.service to
    sometimes hang, even when it's commanded to stop.
    Johan Thomsen authored and fpletz committed Feb 20, 2019
    Copy the full SHA
    7028fac View commit details
  7. nixos/kubernetes: (test) Fix race-condition in test cases. docker loa…

    …d might fail due to dockerd restarting
    Johan Thomsen authored and fpletz committed Feb 20, 2019
    Copy the full SHA
    6045068 View commit details
  8. nixos/kubernetes: bootstrap docker without networking

    Before flannel is ready there is a brief time where docker will be
    running with a default docker0 bridge. If kubernetes happens to spawn
    containers before flannel is ready, docker can't be restarted when
    flannel is ready because some containers are still running on the
    docker0 bridge with potentially different network addresses.
    
    Environment variables in `EnvironmentFile` override those defined via
    `Environment` in the systemd service config.
    
    Co-authored-by: Christian Albrecht <christian.albrecht@mayflower.de>
    fpletz and calbrecht committed Feb 20, 2019
    Copy the full SHA
    3a02205 View commit details
  9. zola: 0.5.0 -> 0.5.1

    0x4A6F committed Feb 20, 2019
    Copy the full SHA
    64335de View commit details
  10. Copy the full SHA
    2a81ece View commit details
  11. lepton: init at 1.2.1

    artemist committed Feb 20, 2019
    Copy the full SHA
    3fa211d View commit details
  12. Merge pull request #56104 from 0x4A6F/master-zola

    zola: 0.5.0 -> 0.5.1
    dywedir authored Feb 20, 2019
    Copy the full SHA
    e09be19 View commit details
  13. nixos/kubernetes: fix flannel and kubelet startup

    Jaka Hudoklin authored and fpletz committed Feb 20, 2019
    Copy the full SHA
    97a27fd View commit details
  14. Merge pull request #45670 from johanot/kubernetes-1.11

    nixos/kubernetes: Module refactor
    fpletz authored Feb 20, 2019
    Copy the full SHA
    2935a67 View commit details
  15. lepton: only build on x86_64-linux for now

    Darwin and `aarch64-linux` builds currently fail[1][2].
    
    Also cleaned up the `meta` section a bit.
    
    [1] https://github.com/NixOS/nixpkgs/pull/56108/checks?check_run_id=66442317
    [2] NixOS/nixpkgs#56108 (comment)
    Ma27 committed Feb 20, 2019
    Copy the full SHA
    a55d96b View commit details

Commits on Feb 21, 2019

  1. Copy the full SHA
    51483ec View commit details
  2. Merge pull request #56112 from NixOS/xsel-08-01-10

    xsel: 2016-09-02 -> 2018-01-10
    Mic92 authored Feb 21, 2019
    Copy the full SHA
    1a78500 View commit details
  3. Merge pull request #56108 from artemist/lepton

    lepton: init at 1.2.1
    Ma27 authored Feb 21, 2019
    Copy the full SHA
    de2bb10 View commit details
Loading