summary refs log tree commit diff
path: root/nixos/tests/kubernetes
AgeCommit message (Expand)AuthorFilesLines
2022-12-04nixos/dnsmasq: Use attrs instead of plain text configRobert Kovacsics1-1/+1
2022-10-16kubernetes: drop e2e testszowoq2-42/+0
2022-10-16nixos/kubernetes: modularized testsJohan Thomsen1-1/+1
2022-09-26treewide: makeWrapper to nativeBuildInputsArtturin1-1/+1
2022-07-15nixos/kubernetes: use `copyToRoot` instead of deprecated `contents`zowoq2-3/+15
2022-02-25nixos/kubernetes: use kubectl from kuberneteszowoq2-4/+4
2022-01-08nixos/kubernetes: actually set containerd to use systemd cgroupsThomas Dy1-7/+0
2021-12-30nixos/kubernetes: remove dashboardzowoq1-1/+0
2021-12-16nixos/kubernetes: don't import `<nixpkgs>`zowoq4-4/+4
2021-12-14Revert "kubernetes: disable rbac tests"zowoq1-4/+2
2021-12-14nixos/kubernetes: drop tty and stdin for execs in test podsJohan Thomsen2-8/+8
2021-12-12kubernetes: disable rbac testszowoq1-2/+4
2021-08-16kubernetes: fix flaky test and run tests as groupAlexandru Scvortov1-5/+13
2021-06-28kubernetes: fix conntrack-tools package name, missing dir, and testsAlexandru Scvortov1-1/+8
2021-03-07nixos/kubernetes: docker -> containerdJohan Thomsen2-11/+10
2020-07-16nixos/tests/kubernetes: Don't re-import <nixpkgs>Sarah Brofeldt1-1/+0
2020-05-14nixosTests.kubernetes: port tests to pythonNikolaj Hey Hinnerskov3-61/+107
2020-03-07tests/kubernetes: remove unreferenced variable and import from inexsisting filevolth1-2/+0
2019-11-15nixos/kubernetes: Module and test compatibility with kubernetes 1.16Sascha Grunert1-0/+1
2019-09-06Merge branch 'master' into staging-nextJan Tojnar3-11/+1
2019-09-04Revert "Merge pull request #56789 from mayflower/upstream-k8s-refactor"Johan Thomsen3-11/+1
2019-08-26treewide: remove redundant quotesvolth1-1/+1
2019-03-03nixos/kubernetes: Stabilize services startup across machinesChristian Albrecht2-0/+7
2019-03-03nixos/kubernetes: Add systemd path unitsChristian Albrecht1-1/+4
2019-02-20nixos/kubernetes: (test) Fix race-condition in test cases. docker load might ...Johan Thomsen2-6/+6
2019-02-20nixos/kubernetes: let flannel use kubernetes as storage backendJohan Thomsen1-1/+0
2019-02-20nixos/kubernetes: major module refactorJohan Thomsen5-302/+28
2018-12-16nixos/kubernetes: don't enable all alpha feature gates for the test casesJohan Thomsen1-1/+0
2018-12-12nixos/kubernetes: fix import path of default nixpkgsJohan Thomsen1-1/+1
2018-11-11tests: refactor to carry the package set as an argumentLéo Gaspard1-2/+5
2018-10-31nixos/kubernetes: Replace KubeDNS with CoreDNSJohan Thomsen1-2/+2
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth2-3/+3
2018-05-25Kubernetes tests: increase the size of the VM from 700MB to 1.5GBAlberto Berti2-2/+1
2018-03-30nixos: kubernetes fixesCharles Strahan3-22/+55
2018-02-16Merge pull request #33954 from kuznero/pr/kubernetesTim Steinbach4-9/+10
2018-02-04nixos/k8s: Enable Node authorizer and NodeRestriction by defaultSarah Brofeldt4-9/+10
2018-01-30nixos/tests: Drop unnecessary qemu-flags.nix includeTuomas Tynkkynen1-1/+0
2017-09-24kubernetes: fix testsMatej Cotman10-688/+536
2017-09-24kubernetes module: flannel support, minor fixesJaka Hudoklin4-117/+31
2017-09-24kubernetes: fix minor issuesMatej Cotman5-259/+15
2017-09-24kubernetes: add testsMatej Cotman9-0/+1150