433 Commits

Author SHA1 Message Date
Benjamin Elder
ba57b6babd drop bazel remnants from e2e-k8s.sh 2021-03-15 22:47:44 -07:00
Benjamin Elder
16d2972dcd add ability to enable kubelet structured logging in CI 2021-03-11 17:09:34 -08:00
Kubernetes Prow Robot
f36162f2c6 Merge pull request #2104 from BenTheElder/byebyebazelpartone
switch all CI to make
2021-03-04 10:50:09 -08:00
Benjamin Elder
3a63f11ea4 stop setting providerless/dockerless tags by default 2021-03-03 14:30:13 -08:00
Benjamin Elder
bd4c4cc34a switch all CI to make 2021-03-03 14:20:05 -08:00
Benjamin Elder
c64d764451 add darwin/amd64 to CLI build 2021-02-28 01:14:22 -08:00
Benjamin Elder
4947735a3e remove build type defaulting (CI jobs explicitly select this now) 2021-02-24 16:10:25 -08:00
houfangdong
131fd741b3 fix goinstall shell
Signed-off-by: houfangdong <xianhfd@gmail.com>
2021-02-12 16:50:53 +08:00
Antonio Ojea
c5ce128867 Merge pull request #2066 from houfangdong/master
Fix init-buildx.sh
2021-02-11 08:38:53 +01:00
houfangdong
6636f8d96c fix init-buildx.sh 2021-02-10 16:26:19 +08:00
Benjamin Elder
1883917131 update tools to latest 2021-02-08 23:38:58 -08:00
Benjamin Elder
4e159b0839 dry out dependency versions, automate updating dockerfile 2021-02-05 13:21:01 -08:00
Benjamin Elder
e11f5d1273 use sha256sum for runc 2021-02-05 11:16:43 -08:00
Benjamin Elder
ba41aee579 make update 2021-02-04 00:07:58 -08:00
Kubernetes Prow Robot
3947e5b092 Merge pull request #2033 from micahhausler/base-image-sources
Added SHA256 checksums to node base image downloads
2021-02-02 22:06:28 -08:00
Benjamin Elder
002a46ba59 improve releasing instructions 2021-01-26 21:46:50 -08:00
Micah Hausler
cadedcf23f Added SHA256 checksums to node base image downloads
* Add checksums and verification to base node image Dockerfile
* Add script to generate checksums Dockerfile args for new version
2021-01-26 15:22:58 -08:00
Akihiro Suda
1c76d7197b add cgroup2 CI
Use Fedora 33 as the cgroup2 host.

Fedora is launched as a Vagrant VM.

Related:
- c4bff3d17c/.github/workflows/ci.yml (L352-L378)
- 2adbc66b71/.github/workflows/test.yml (L91-L122)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-01-21 15:21:40 +09:00
Josh Soref
616652cd00 spelling: commit
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-01-06 22:19:08 -05:00
Benjamin Elder
f5a3d7b01f split unit and integration tests in makefile 2020-11-18 00:48:57 -08:00
Benjamin Elder
c9b98b3d8e Merge pull request #1888 from jlucktay/fix/1887/hack-scripts-bash-cdpath
fix(hack): send cd output to null in case CDPATH is in effect
2020-10-13 09:09:43 -07:00
James Lucktaylor
04dff0f67d fix(hack): send cd output to null in case CDPATH is in effect 2020-10-08 16:08:40 +01:00
Antonio Ojea
8469a70610 allow to choose kube-proxy mode in CI 2020-10-06 09:48:12 +02:00
Benjamin Elder
7b96d9857a Merge pull request #1878 from frelon/typos
Fix typos in documentation
2020-10-02 02:07:52 -07:00
Fredrik Lönnegren
20b0b8dde1 fix typos 2020-10-01 21:25:27 +02:00
Benjamin Elder
6a47034ce0 bump go dependencies 2020-09-28 22:27:15 -07:00
Ken Sipe
640b2ceb0b Lint Configuration via YAML
Signed-off-by: Ken Sipe <kensipe@gmail.com>
2020-09-20 10:19:02 -05:00
Mike Danese
4be20e25d5 use kube::util::find-binary to find kubectl
To centralize binary selection in k/k. Also drop the e2e.test copying
which is no longer needed according to the comment.
2020-09-11 01:02:40 -07:00
Ma Xinjian
3b0268a291 fix small typo in comment
Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
2020-09-09 09:09:57 +08:00
Benjamin Elder
38cb922df7 fixes for runtime-config & e2e 2020-08-26 17:30:11 -07:00
Benjamin Elder
4215a60abf add back runtimeConfig key 2020-08-26 15:20:24 -07:00
Benjamin Elder
b424ffdc65 fix passing runtime_config 2020-08-26 15:12:54 -07:00
Benjamin Elder
182920665c Merge pull request #1817 from BenTheElder/auto-get-contribs
automate collecting contributors
2020-08-26 14:20:01 -07:00
Benjamin Elder
d9ac3f0f08 automate collecting contributors 2020-08-26 12:56:45 -07:00
Benjamin Elder
ae86f1de19 fix make generate 2020-08-26 11:30:38 -07:00
Benjamin Elder
67c038a792 switch e2e-k8s.sh to runtimeConfig 2020-08-26 11:30:38 -07:00
Benjamin Elder
83d19a4128 fix gimme go version noise 2020-08-06 15:33:44 -07:00
Benjamin Elder
9ae55fb4d5 regenerate go.sums 2020-08-06 15:15:22 -07:00
Benjamin Elder
da5b1900e8 dont' use vendor or fake gopath 2020-08-06 14:34:49 -07:00
Benjamin Elder
3ef88a2b7a enable modules broadly 2020-08-06 13:08:00 -07:00
Benjamin Elder
f3d8fc8eb4 silent gimme 2020-08-06 13:06:52 -07:00
Benjamin Elder
684e591345 fix make unit 2020-08-06 12:18:12 -07:00
Benjamin Elder
1609436db4 use setup-go.sh in make-rules so they can be run directly 2020-08-06 11:46:29 -07:00
Benjamin Elder
9fecb4635a refactor go setup 2020-08-06 11:39:50 -07:00
Benjamin Elder
6ee7863958 use auto managed go version with gimme instead of go_container.sh
also build reproducibly
2020-08-06 11:07:23 -07:00
Benjamin Elder
8b1d641edd use make gofmt in generated 2020-08-06 10:36:36 -07:00
Benjamin Elder
83a83ec9fc fix all paths 2020-08-06 10:32:04 -07:00
Benjamin Elder
a3824a955a use make generate in verify 2020-08-06 09:49:26 -07:00
Benjamin Elder
8c174685c4 fix paths 2020-08-06 09:35:03 -07:00
Benjamin Elder
c451a0993e move update/verify into make-rules 2020-08-06 09:31:55 -07:00