Commit Graph

3077 Commits

Author SHA1 Message Date
Amit Watve
6a69d86767 version v0.11.1 v0.11.1 2021-05-27 16:18:13 -07:00
Kubernetes Prow Robot
dcdda9bc1d Merge pull request #2279 from AkihiroSuda/deflake-vagrant
hack/ci/Vagrantfile: specify box_url explicitly
2021-05-27 13:36:24 -07:00
Akihiro Suda
ff3288b3a8 hack/ci/Vagrantfile: specify box_url explicitly
`config.vm.box = "fedora/33-cloud-base"` seems flaky,
so specify the box URL explicitly.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-05-25 21:45:00 +09:00
Kubernetes Prow Robot
96d954b38f Merge pull request #2260 from conradwt/add-support-for-installing-via-macports
Add support for MacPorts installation.
2021-05-24 08:57:38 -07:00
Kubernetes Prow Robot
dbe461fda5 Merge pull request #2256 from AkihiroSuda/fix-podman-info
podman: make Info() robust
2021-05-24 04:19:38 -07:00
Akihiro Suda
2d564480f5 podman: make Info() robust
The previous implementation was not robust for unexpected cgroup paths
(issue 2254), and did not support remote Podman hosts.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-05-24 19:04:00 +09:00
Kubernetes Prow Robot
ac06445d49 Merge pull request #2269 from BenTheElder/cd152
update containerd to 1.5.2
2021-05-21 17:03:37 -07:00
Benjamin Elder
ad00c55c58 bump node image 2021-05-21 16:16:36 -07:00
Benjamin Elder
7708aa0e8c handle existing manifest 2021-05-21 16:00:08 -07:00
Benjamin Elder
4804d7c489 bump base image 2021-05-21 15:17:35 -07:00
Benjamin Elder
82de8f1528 upgrade to ubuntu 21.04 2021-05-21 15:05:47 -07:00
Benjamin Elder
bf70bac53b update containerd to 1.5.2
picks up runc rc95, which has critical patches including a CVE
2021-05-21 15:04:10 -07:00
Kubernetes Prow Robot
70e9329b1f Merge pull request #2266 from ajayk/readme-version-change
Updating README & docs to point for latest 0.11.0 release
2021-05-20 12:22:16 -07:00
ajayk
ad8448cb4a Updating README & docs to point for latest 0.11.0 release
Signed-off-by: ajayk <ajaykemparaj@gmail.com>
2021-05-20 00:38:52 -07:00
Kubernetes Prow Robot
8ba4cb5565 Merge pull request #2263 from dougsland/trivialfixipvscomment
api: fix comment about ipvs mode
2021-05-19 23:07:04 -07:00
Douglas Schilling Landgraf
7a4f0ccbd5 api: fix comment about ipvs mode
This patch fix the comment regarding kube-proxy ipvs mode.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2021-05-19 22:00:27 -04:00
Conrad Taylor
60c395b181 Fix unrelated edits caused by auto-formatting. 2021-05-18 22:45:06 -07:00
Kubernetes Prow Robot
595f7e3283 Merge pull request #2134 from troy0820/pause-container-update
Update pause container
2021-05-18 17:44:50 -07:00
Benjamin Elder
c1ca78271d Merge pull request #2245 from MaXinjian/cri-version
Fetch the sha256 directly
2021-05-18 17:01:53 -07:00
Ma Xinjian
48795b9de8 Fetch the sha256 directly
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
2021-05-18 17:00:06 -07:00
Amit Watve
2f66967481 Merge pull request #2259 from amwat/release-0.11.0
Release 0.11.0
2021-05-18 13:01:12 -07:00
Amit Watve
e0f885dbd5 version v0.12.0-alpha 2021-05-18 13:00:00 -07:00
Amit Watve
52408dfeb4 version v0.11.0 v0.11.0 2021-05-18 12:59:54 -07:00
Antonio Ojea
36f229f28e fix podman query to get subnets to include in the proxy env
Co-authored-by: Florian BEZANNIER
2021-05-18 12:49:13 -07:00
Antonio Ojea
ce3a4eee76 podman use proxy for custom networks 2021-05-18 12:49:13 -07:00
Benjamin Elder
87161e6b4e ensure push-node.sh builds from clean 2021-05-18 12:49:13 -07:00
Benjamin Elder
ef48a2a535 pass makeVars as arguments instead of env
build/run.sh doesn't seem to propagate env as expected.
2021-05-18 12:49:13 -07:00
Benjamin Elder
09836cf089 cover upstream build requirements 2021-05-18 12:49:13 -07:00
Benjamin Elder
8264bc01f3 bump node image 2021-05-18 12:49:13 -07:00
Benjamin Elder
6f3eb6266d bump base image 2021-05-18 12:49:13 -07:00
Benjamin Elder
20967dd624 update containerd shasums for fixed release build 2021-05-18 12:49:13 -07:00
Benjamin Elder
f48ba24bc2 improve push-build 2021-05-18 12:49:13 -07:00
Benjamin Elder
23ad3a0d7c fix shell lints 2021-05-18 12:49:13 -07:00
Benjamin Elder
eba505f284 bump node image 2021-05-18 12:49:13 -07:00
Benjamin Elder
9774dbcea3 fix image pushing 2021-05-18 12:49:13 -07:00
Benjamin Elder
c82309b96f drop base image digest 2021-05-18 12:49:13 -07:00
Benjamin Elder
956f0b0980 push multi-arch images with push-node.sh 2021-05-18 12:49:13 -07:00
Benjamin Elder
af8c82b8fe quiet output 2021-05-18 12:49:13 -07:00
Benjamin Elder
950a319187 implement kind build node-image --arch
- switch to pulling images with containerd in the running base, instead of to the host. this breaks offline kubernetes development but the previous approach with docker pull / save / export cannot be used reliably for multi-arch
- fully qualify images to prepull (needed by ctr)
- fix image architecture in upstream built images, some of which are have the wrong metadata
- move architecture support to warning
2021-05-18 12:49:13 -07:00
Benjamin Elder
a8dcaa8077 move kube-root to args[0], deprecate flag
this will make more sense as we expand the accepted values and as GOPATH goes away in 1.17 and setting this essentially becomes required when we can't autodetect the kubernetes source checkout reliably
2021-05-18 12:49:13 -07:00
Benjamin Elder
8975200be8 bump base image 2021-05-18 12:49:13 -07:00
Benjamin Elder
86054ae3ec upgrade to containerd 1.5.1 2021-05-18 12:49:13 -07:00
Ma Xinjian
2d8739b3cb bump containerd and cri-tools to latest
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
2021-05-18 12:49:13 -07:00
Antonio Ojea
fce2f4056b don't set conntrack parameters in kube-proxy
It seems the kernel doesn't allow to set some conntrack fields
from non-init netns because they are global, so setting it in a
namespaces leaks it to other namespace:

netfilter: conntrack: Make global sysctls readonly in non-init netns
671c54ea8c

By default kube-proxy tries to set nf_conntrack_max, that is readonly,
hence failing and the kproxy pods fail to start crashlooping.
2021-05-18 12:49:13 -07:00
Jintao Zhang
57b662df36 bump to go1.16.4
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2021-05-18 12:49:13 -07:00
Benjamin Elder
31a0d798a8 don't allow _ in cluster names 2021-05-18 12:49:13 -07:00
Benjamin Elder
f0c2ec2f0c make kindnetd tolerate everything 2021-05-18 12:49:13 -07:00
Jason Kane
0905dd74e4 potential fix for spaces in source path 2021-04-26 16:12:04 -07:00
Kubernetes Prow Robot
216edda697 Merge pull request #2192 from tao12345666333/drop-bazel
docs: drop bazel
2021-04-13 11:33:46 -07:00
Jintao Zhang
30195c1ab3 drop bazel
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2021-04-12 09:37:36 +08:00