k8s-ci-robot
73c1a92bd9
Merge pull request #69152 from mkumatag/fix_manifest_push
...
Purge the manifest after the push
2018-10-24 01:06:10 -07:00
Jeff Grafton
7a8696c331
Update to debian-base 0.4.0
...
Additionally, update the addon-manager to use kubectl v1.11.3.
2018-10-19 11:13:28 -07:00
Jeff Grafton
8906d1d8be
debian-base: purge libsystemd0 to eliminate CVE false-positives
2018-10-19 08:31:31 -07:00
k8s-ci-robot
1ba06b0444
Merge pull request #69939 from ixdy/clean-crossbuild-protoc-3.0.2
...
Clean cross-build image and update to protoc 3.0.2
2018-10-17 22:25:59 -07:00
Jeff Grafton
2812b55263
Clean cross-build image and update to protoc 3.0.2
2018-10-17 11:57:46 -07:00
k8s-ci-robot
0d6f6a680b
Merge pull request #68441 from smarterclayton/describe_dependency
...
Move versioned generators into their own package
2018-10-17 04:24:06 -07:00
Jeff Grafton
c761f779fc
Base conformance image on debian-hyperkube-base:0.11.0 and reenable by default
2018-10-16 14:01:23 -07:00
Jeff Grafton
2d46adaec4
Use debian-hyperkube-base:0.11.0 and remove qemu registration
2018-10-16 14:01:23 -07:00
Jeff Grafton
fbbb863433
Create hyperkube symlinks in base image
2018-10-16 14:01:23 -07:00
Clayton Coleman
0ff34efcc5
All kubectl/cmds need visibility on pkg/kubectl/util
2018-10-16 12:54:41 -04:00
Clayton Coleman
9f5c2aea1a
Cut a dependency between kubectl and the rest of the repo
...
The types referenced in credentialprovider are part of a long term api
and will not change, and kubectl doesn't need to take a dependency on this
package in order to do minimal validation here.
2018-10-16 12:54:40 -04:00
Clayton Coleman
5e905f1f5f
Move versioned generators into their own package
...
pkg/kubectl has a lot of files. Move everything generator related
into pkg/kubectl/generate (generic) or pkg/kubectl/generate/versioned
(type specific).
Move the DescriberFn and GeneratorFn out of kubectl/cmd/util and into
the respective versioned packages, along with tests.
2018-10-16 12:54:40 -04:00
k8s-ci-robot
e42f52150e
Merge pull request #69779 from dims/remove-last-traces-of-old-registry-name
...
Remove last traces of old registry name
2018-10-15 17:52:46 -07:00
Davanum Srinivas
cfc7797023
Switch off KUBE_BUILD_CONFORMANCE to diagnose a ci-cross issue
...
Looking at job results, there seems to be some flakiness, let's see if
the PR that added the conformance image is the one to blame.
https://prow.k8s.io/?type=periodic&job=ci-kubernetes-cross-build
https://k8s-testgrid.appspot.com/sig-release-misc#cross-build&graph-metrics=test-duration-minutes&width=20
Change-Id: Ic26431a0e262100dec0444279d94277482972b07
2018-10-15 13:13:19 -04:00
Davanum Srinivas
3cb0b5fc04
remove last traces of old registry name
...
Change-Id: Ie1a5feaba20736d491242b4c971423c0a624f383
2018-10-14 20:43:18 -04:00
k8s-ci-robot
dad536b41f
Merge pull request #69747 from ixdy/bazel-container-rules
...
Bazel: stop using deprecated docker_ rules and turn on stamping
2018-10-13 18:18:47 -07:00
k8s-ci-robot
8e4f7812b8
Merge pull request #69368 from dims/upstream-heptio-kube-conformance
...
upstream heptio/kube-conformance
2018-10-12 19:13:33 -07:00
Jeff Grafton
c34cbb2f70
Bazel: stop using deprecated docker_ rules and turn on stamping
2018-10-12 13:16:38 -07:00
Davanum Srinivas
6830bad2a6
upstream heptio/kube-conformance
...
Pick up some code from https://github.com/heptio/kube-conformance
Fix up build scripts for the new conformance image
Fix Header template and Copyright to make verify job go green
update README and add execute permissions for script
Change-Id: Ib6509acd816cc2fb3a516bfb8e0ff9e32bff8f79
2018-10-12 15:33:15 -04:00
Maciej Szulik
e0c9189082
Manual changes to package visibility
2018-10-11 22:01:06 +02:00
mooncake
43fa73557b
Fix typos of readme.md
2018-10-08 23:06:07 +08:00
Maciej Szulik
add731dff1
Manual changes to package visibility and test dependencies
2018-10-06 18:44:05 +02:00
k8s-ci-robot
7f2d51d4d0
Merge pull request #68625 from sysrich/exec_fixes
...
Avoid marking configuration files as executable
2018-10-05 20:25:12 -07:00
Christoph Blecker
962fdbcbca
Bump golang version to 1.11.1
2018-10-05 12:58:56 -07:00
Christoph Blecker
0bde066cc1
Bump repo-infra to e8f2f7c
2018-10-05 12:58:56 -07:00
Christoph Blecker
85843149c9
Bump rules_go to 0.15.4 to support go1.11.1
2018-10-05 12:58:55 -07:00
Richard Brown
eabd95c8a1
correct directory modes
2018-10-05 15:33:30 +02:00
k8s-ci-robot
5602ab7761
Merge pull request #68379 from immutableT/kms-plugin-via-gke
...
Enable configure-helper.sh to support two scenarios for etcd level encryption: decryption and adding encryption to existing clusters.
2018-10-04 23:38:42 -07:00
immutablet
4bc62be0e6
Run kms-plugin in its own POD.
2018-10-04 09:19:57 -07:00
k8s-ci-robot
da5730e883
Merge pull request #69033 from feiskyer/crictl-update
...
Update crictl to v1.12.0
2018-10-02 02:23:33 -07:00
Benjamin Elder
4274c426ce
add nsswitch to busybox control plane images
2018-09-28 17:04:48 -07:00
Richard Brown
fe8493bbe7
Merge branch 'master' into exec_fixes
2018-09-28 13:19:42 +02:00
Manjunath A Kumatagi
db0aaee57f
Purge the manifest after the push
2018-09-27 18:58:16 +05:30
Davanum Srinivas
d9cfd77149
Ensure reproducible builds - support for SOURCE_DATE_EPOCH with dockerized builds
...
- Pass in SOURCE_DATE_EPOCH when we run the docker container
- Looks like cleaning up symbol table also helps
- Also trimming the path
Tips from
- https://blog.filippo.io/reproducing-go-binaries-byte-by-byte/
- https://blog.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/
Change-Id: Iedba85d9c1a36790fb8814795f7c27c1371cff1b
2018-09-26 07:28:09 -04:00
Pengfei Ni
fa42ba649a
Update crictl to v1.12.0
2018-09-26 09:15:10 +08:00
k8s-ci-robot
8c4d37ece5
Merge pull request #68624 from sysrich/crio_support
...
Package fixes for enabling br_netfilter & ip_forward with kubeadm
2018-09-25 17:00:26 -07:00
k8s-ci-robot
9159c9ce92
Merge pull request #66669 from daixiang0/master
...
correct kubelet service file permission
2018-09-25 00:17:50 -07:00
k8s-ci-robot
d1111a57d9
Merge pull request #59664 from mkumatag/manifest_infra
...
Manifest kubernetes infra images
2018-09-19 20:07:26 -07:00
k8s-ci-robot
f6d8fd8bdc
Merge pull request #68802 from ixdy/golang-1.10.4
...
Update to golang 1.10.4
2018-09-19 17:11:29 -07:00
Manjunath A Kumatagi
0ea492012b
Image manifest for debian-base
2018-09-19 09:46:50 +05:30
Manjunath A Kumatagi
b9267f4a09
Manifest image for debian-hyperkube-base
2018-09-19 09:46:33 +05:30
Manjunath A Kumatagi
d46283b6b1
Manifest for debian-iptables image
2018-09-19 09:46:07 +05:30
Jeff Grafton
10713501bd
Update to golang 1.10.4
2018-09-18 13:13:57 -07:00
Jeff Grafton
df368fbb8c
bazel: update debian-iptables and debian-hyperkube-base
2018-09-18 12:48:07 -07:00
Jeff Grafton
b4635a829a
Update to use debian-iptables v10.2 and debian-hyperkube-base 0.10.2
2018-09-17 21:10:04 -07:00
Jeff Grafton
61b9b29f14
Install netbase in debian-iptables and debian-hyperkube-base as it is needed by ipvs
2018-09-17 19:06:57 -07:00
Richard Brown
5a302f58a9
Package fixes for enabling br_netfilter & ip_forward with kubeadm (kubeadm#1062)
2018-09-13 20:29:14 +02:00
Richard Brown
0bd695d8d1
Avoid marking configuration files as executable
2018-09-13 17:44:34 +02:00
Kubernetes Submit Queue
59bcf0dadf
Merge pull request #67950 from dims/remove-e2e-image-puller
...
Automatic merge from submit-queue (batch tested with PRs 67950, 68195). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md .
Remove e2e-image-puller
**What this PR does / why we need it**:
A long time ago, We added the image prepulling as a workaround due to
the overwhelming amount of flake caused by pulling during the tests.
This functionality has been broken for a while now when we switched to a
COS image where mounting `docker` binary into `busybox` stopped working.
So we just have dead code we should clean up.
Change-Id: I538171a5c1d9361eee7f9e0a99655b88b1721e3e
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #63355
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
2018-09-07 11:19:36 -07:00
Timothy St. Clair
ad2ed0e7df
Update default etcd server to 3.2.24 for kubernetes 1.12
...
Signed-off-by: Timothy St. Clair <timothysc@gmail.com>
2018-09-06 10:24:57 -05:00