287 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
9bb484c55d
Merge pull request #50 from andyzhangx/patch-1
doc: add as approver
2020-09-04 10:31:41 -07:00
Andy Zhang
35159a672d
doc: add as approver 2020-09-04 15:53:17 +08:00
Kubernetes Prow Robot
97eb99366e
Merge pull request #49 from andyzhangx/fix-sanity-test-failures
fix: all sanity test failures
2020-08-24 11:54:17 -07:00
andyzhangx
f90b4ece9e fix: all sanity test failures
fix tests

remove logging
2020-08-22 01:36:22 +00:00
Kubernetes Prow Robot
da4a028276
Merge pull request #48 from andyzhangx/issue-template
doc: add issue template
2020-08-21 14:27:39 -07:00
andyzhangx
d3a9a98458 doc: add issue template
fix typo

fix comments
2020-08-21 08:56:39 +00:00
Kubernetes Prow Robot
16ed495e72
Merge pull request #43 from andyzhangx/sanity-test
test: add sanity test
2020-08-17 16:45:30 -07:00
andyzhangx
3ae2be56f7 test: add sanity test
test: add sanity test

revert go mod change

run all sanity tests

move to Makefile

fix comments
2020-08-17 11:55:21 +00:00
Kubernetes Prow Robot
76c089312a
Merge pull request #45 from pohly/prow-update-master
master: update release-tools
2020-08-17 03:34:18 -07:00
Patrick Ohly
199d411169 release-tools: update
Commit summary:
0979c09 prow.sh: fix E2E suite for Kubernetes >= 1.18
3b4a2f1 prow.sh: fix installing Go for Kubernetes 1.19.0
82d108a switch to Go 1.15
843bddc Add steps on promoting release images
2020-08-14 20:07:40 +02:00
Kubernetes Prow Robot
60e1cd3d08
Merge pull request #98 from pohly/kubernetes-1-19-fixes
Kubernetes 1.19 fixes
2020-08-14 09:30:21 -07:00
Patrick Ohly
0979c09102 prow.sh: fix E2E suite for Kubernetes >= 1.18
It used to be necessary to override from where the E2E suite came on a
case-by-case basis (initially, testing was using a more recent suite
against an older Kubernetes). This should never become necessary again
and the lack of a specific entry for 1.18 already had the unintended
effect that Kubernetes 1.18 was tested with the suite from master, so
overall it is better to always use the E2E suite which matches
Kubernetes.
2020-08-14 15:03:02 +02:00
Patrick Ohly
3b4a2f1d95 prow.sh: fix installing Go for Kubernetes 1.19.0
Kubernetes 1.19.0 uses Go 1.15, but refers to it as 1.15.0. This broke
both the check whether we need to install 1.15 (because "go version"
reports 1.15, which didn't match 1.15.0) and then downloading the
release archive (because the URL also only uses 1.15).
2020-08-14 15:03:02 +02:00
Kubernetes Prow Robot
1fbb636cb9
Merge pull request #97 from pohly/go-1.15
switch to Go 1.15
2020-08-12 11:43:15 -07:00
Patrick Ohly
82d108acdc switch to Go 1.15
Go 1.15 was released and is the major version that Kubernetes 1.19.0
is going to use. There are probably bugs in the older 1.13.3 that were
fixed, so we should update.
2020-08-12 09:42:55 +02:00
Kubernetes Prow Robot
d8a2530054
Merge pull request #95 from msau42/add-release-process
Add steps on promoting release images
2020-08-07 13:25:57 -07:00
Michelle Au
843bddca14 Add steps on promoting release images 2020-08-05 13:29:03 -07:00
Kubernetes Prow Robot
d94b64bbb3
Merge pull request #40 from msau42/host-network
Remove hostnetwork from plugin
2020-07-28 18:01:48 -07:00
Michelle Au
b039aa07c6 Remove hostnetwork from plugin in order to support nfs servers via K8s service dns name, and clean up examples
Change-Id: Id16bd5478413a4a626add9b5fe473cda7ada06ce
2020-07-28 17:45:20 -07:00
Kubernetes Prow Robot
1bb6a868c1
Merge pull request #37 from pohly/prow-update-master
master: update release-tools
2020-07-09 01:00:02 -07:00
Patrick Ohly
e7ec547f46 release-tools: update
Commit summary:
1fdf2d5 cloud build: bump timeout in Prow job
5a54e67 filter-junit: Fix gofmt error
36ea4ff filter-junit: Fix golint error
2020-07-09 09:25:59 +02:00
Kubernetes Prow Robot
0345a835e2
Merge pull request #94 from linux-on-ibm-z/bump-timeout
cloud build: bump timeout in Prow job
2020-07-08 14:50:34 -07:00
namrata-ibm
1fdf2d53cd cloud build: bump timeout in Prow job 2020-07-08 08:03:24 -04:00
Kubernetes Prow Robot
a92afa22ee
Merge pull request #36 from Fedosin/folder_permissions
Allow to set custom permissions for the mounted folder
2020-06-18 11:08:37 -07:00
Mike Fedosin
070c69ef20 Allow to set custom permissions for the mounted folder
For RWX volume, kubelet does not perform recursive ownership/permission
change. The heuristics that kubelet uses is being modified via -
https://github.com/kubernetes/enhancements/issues/1682

Having said that, for RWX volumes which are made available via NFS
protocol, using fsGroup is not recommended because if there are 2 pods
that are trying to use same volume but with different fsGroup then one
pod may lock out the other pod.

To avoid this, we must be able to set the folder permissions to 777.
This commit adds a cli option --mount-permissions, that allows to
define custom permissions. If the value is not specified, then default
permissions will be kept.

Cherry-picked from: https://github.com/kubernetes-csi/csi-driver-nfs/pull/36
2020-06-18 18:25:10 +02:00
Kubernetes Prow Robot
41ec6d1530
Merge pull request #93 from animeshk08/patch-1
filter-junit: Fix gofmt error
2020-06-18 01:18:05 -07:00
Animesh Kumar
5a54e67d80 filter-junit: Fix gofmt error
Signed-off-by: Animesh Kumar <animuz111@gmail.com>
2020-06-18 13:08:51 +05:30
Kubernetes Prow Robot
0676fcbd77
Merge pull request #92 from animeshk08/patch-1
filter-junit: Fix golint error
2020-06-17 23:52:05 -07:00
Animesh Kumar
36ea4ffae0 filter-junit: Fix golint error
Signed-off-by: Animesh Kumar <animuz111@gmail.com>
2020-06-17 18:42:28 +05:30
Kubernetes Prow Robot
0eb9883d62
Merge pull request #35 from pohly/prow-update-master
master: update release-tools
2020-06-16 19:16:06 -07:00
Patrick Ohly
94c2bdb52d release-tools: update
Commit summary:
43e50d6 prow.sh: enable building arm64 image
3df86b7 cloud build: k8s-staging-sig-storage
db0c2a7 cloud build: initialize support for running commands in Dockerfile
2020-06-16 17:01:51 +02:00
Kubernetes Prow Robot
f5a420378d
Merge pull request #91 from cyb70289/arm64
prow.sh: enable building arm64 image
2020-06-16 00:10:04 -07:00
Yibo Cai
43e50d6f64 prow.sh: enable building arm64 image 2020-06-16 10:59:05 +08:00
Kubernetes Prow Robot
0d5bd8436e
Merge pull request #90 from pohly/k8s-staging-sig-storage
cloud build: k8s-staging-sig-storage
2020-06-12 09:23:58 -07:00
Patrick Ohly
3df86b7d43 cloud build: k8s-staging-sig-storage
As discussed in https://github.com/kubernetes/k8s.io/pull/943, we want
to consolidate under k8s-staging-sig-storage.
2020-06-12 15:48:26 +02:00
Kubernetes Prow Robot
c5fd9610fc
Merge pull request #89 from pohly/cloud-build-binfmt
cloud build: initialize support for running commands in Dockerfile
2020-06-08 01:21:48 -07:00
Patrick Ohly
db0c2a7dc8 cloud build: initialize support for running commands in Dockerfile
If the Dockerfile needs to run some command, that step fails unless
QEMU is set up properly first:
      failed to solve: rpc error: code = Unknown desc = failed to load
      LLB: runtime execution on platform linux/ppc64le not supported
2020-06-04 10:52:04 +02:00
Kubernetes Prow Robot
191c47b44d
Merge pull request #34 from pohly/prow-update-master
master: update release-tools
2020-06-03 08:56:20 -07:00
Patrick Ohly
c76c1191d5 release-tools: update
Commit summary:
340e082 build.make: optional inclusion of Windows in multiarch images
5231f05 build.make: properly declare push-multiarch
4569f27 build.make: fix push-multiarch ambiguity
bd41690 cloud build: initial set of shared files
6f2322e Update patch release notes generation command
d8c76fe Support local snapshot RBAC for pull jobs
ea1f94a update release tools instructions
7edc146 Update snapshotter to version 2.0.1
3863a0f build for multiple platforms only in CI, add s390x
7c5a89c prow.sh: use 1.3.0 hostpath driver for testing
2020-06-03 16:57:25 +02:00
Kubernetes Prow Robot
be902f401c
Merge pull request #88 from pohly/multiarch-windows-fix
multiarch windows fix
2020-06-03 02:48:17 -07:00
Patrick Ohly
340e082f04 build.make: optional inclusion of Windows in multiarch images
Most repos inherit the default BUILD_PLATFORMS, which includes
Windows, but don't have the necessary Dockerfile.Windows yet. To
simplify the rollout of multiarch image builds, Windows binary
building continues to be tested (i.e. BUILD_PLATFORMS remains
unchanged), but push-multiarch skips Windows if the Dockerfile.Windows
is missing.
2020-06-03 11:05:05 +02:00
Patrick Ohly
5231f05d8b build.make: properly declare push-multiarch
It's not a real file and thus should better be marked as phony.
2020-06-03 11:04:29 +02:00
Patrick Ohly
4569f27a8c build.make: fix push-multiarch ambiguity
"make push-multiarch" matched both push-multiarch and push-%.  This
seems to be none-deterministic and in at least one
repo (external-provisioner), make picked the wildcard rule which then
failed because there is no "multiarch" command.

This ambiguity gets resolved by instantiating the wildcard rules only
for existing commands. The advantage also is that "make
push-no-such-command" will fail with an obvious "No rule to make
target 'push-no-such-command'" instead of attempting to build the
command.
2020-06-03 11:03:54 +02:00
Kubernetes Prow Robot
17dde9ef00
Merge pull request #87 from pohly/cloud-build
cloud build: initial set of shared files
2020-05-28 09:10:03 -07:00
Patrick Ohly
bd416901d4 cloud build: initial set of shared files
The approach taken here extends the existing support for
cross-compiling binaries on the build host and specifying the Go
compiler: Go is installed if needed (as in Prow testing), binaries are
build on the host, then one image is created for each platform, and
finally those are combined into a single multi-architecture image.
2020-05-28 10:31:35 +02:00
Kubernetes Prow Robot
9084fecb84
Merge pull request #81 from msau42/add-release-process
Update patch release notes generation command
2020-04-27 06:09:30 -07:00
Michelle Au
6f2322e808 Update patch release notes generation command 2020-04-23 10:21:49 -07:00
Kubernetes Prow Robot
0fcc3b1bc9
Merge pull request #78 from ggriffiths/fix_csi_snapshotter_rbac_version_set
Fix csi-snapshotter RBAC yaml version
2020-04-20 15:40:12 -07:00
Grant Griffiths
d8c76fee3e Support local snapshot RBAC for pull jobs
Signed-off-by: Grant Griffiths <grant@portworx.com>
2020-04-20 15:21:57 -07:00
Kubernetes Prow Robot
c1bdf5bfd8
Merge pull request #80 from msau42/add-release-process
update release tools instructions
2020-04-17 09:19:07 -07:00