1. 21 Jul, 2020 3 commits
  2. 20 Jul, 2020 5 commits
  3. 17 Jul, 2020 4 commits
  4. 14 Jul, 2020 5 commits
  5. 13 Jul, 2020 3 commits
  6. 10 Jul, 2020 5 commits
  7. 09 Jul, 2020 3 commits
  8. 07 Jul, 2020 1 commit
  9. 01 Jul, 2020 4 commits
  10. 30 Jun, 2020 6 commits
  11. 29 Jun, 2020 1 commit
    • Matthias Schneider's avatar
      fixed panic in network_policy_controller · 56a083c8
      Matthias Schneider authored
          I have rebooted a newly created k3s etcd cluster and this panic was triggered:
      
          ```
          k3s[948]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x45f2945]
          k3s[948]: goroutine 1 [running]:
          k3s[948]: github.com/rancher/k3s/pkg/agent/netpol.NewNetworkPolicyController(0xc00159e180, 0x61b4a60, 0xc006294000, 0xdf8475800, 0xc011d9a360, 0xc, 0x0, 0xc00bf545b8, 0x2b2edbc)
          k3s[948]:         /home/x/git/k3s/pkg/agent/netpol/network_policy_controller.go:1698 +0x275
          ```
      Signed-off-by: 's avatarMatthias Schneider <ms@wck.biz>
      56a083c8