Commit Graph

367 Commits

Author SHA1 Message Date
Mucahit Kurt
a8ea8bcc5c create 2-node kind cluster since topology support is added to hostpath driver
Signed-off-by: Mucahit Kurt <mucahitkurt@gmail.com>
2019-09-07 02:31:15 +03:00
Kubernetes Prow Robot
a791d62a4e Merge pull request #165 from xing-yang/ann_secret
Add deletion secret as annotation to content
2019-09-05 11:00:29 -07:00
Xing Yang
e647a80298 Add deletion secret as annotation to content 2019-09-04 20:00:47 -07:00
Kubernetes Prow Robot
df8530d9e3 Merge pull request #27 from pohly/dep-vendor-check
prow.sh: install dep if needed
2019-08-29 07:07:56 -07:00
Patrick Ohly
35ceaedcbd prow.sh: install dep if needed
"make test-vendor" depends on dep if the current project uses
dep. Without it, the vendor directory checking was skipped under Prow.
2019-08-29 15:28:21 +02:00
Kubernetes Prow Robot
f85ab5af1e Merge pull request #26 from ddebroy/windows1
Add rule for building Windows binaries
2019-08-28 07:33:16 -07:00
Deep Debroy
9fba09b414 Add rule for building Windows binaries
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2019-08-28 06:24:26 -07:00
Kubernetes Prow Robot
0400867645 Merge pull request #25 from msau42/fix-master-jobs
Update kind to v0.5.0
2019-08-27 12:23:11 -07:00
Michelle Au
dc0a5d8380 Update kind to v0.5.0 2019-08-21 15:19:39 -07:00
Kubernetes Prow Robot
ffee5f487d Merge pull request #160 from msau42/selflink
Update k8s.io dependencies to master to get selflink fix in client-go
2019-08-12 17:43:38 -07:00
Michelle Au
d38cdc2f76 Update k8s.io dependencies to master to get selflink fix in client-go 2019-08-12 13:48:24 -07:00
Kubernetes Prow Robot
7e09056156 Merge pull request #157 from msau42/prow-update-master
Prow update master
2019-08-12 02:19:11 -07:00
Michelle Au
29d251152b release-tools: update 2019-08-09 12:57:18 -07:00
Kubernetes Prow Robot
aa85b82ca7 Merge pull request #23 from msau42/fix-master-jobs
Fix CI jobs on Kubernetes master
2019-08-09 07:13:26 -07:00
Michelle Au
f46191d9a8 Kubernetes master changed the way that releases are tagged, which needed
changes to kind. There are 3 changes made to prow.sh:

1. Use a master commit of kind that includes the fix for Kubernetes
master.
2. Use git clone instead of git checkout (shallow) to source Kubernetes.
This lets kind correctly figure out the Kubernetes release tag.
3. Build kind with make install. The kind fix was not working correctly
when built with go build.
2019-08-08 22:21:41 -07:00
Kubernetes Prow Robot
1454b6edaf Merge pull request #145 from pohly/prow-update-master
update release-tools
2019-07-16 10:31:25 -07:00
Patrick Ohly
c70d333ad7 release-tools: update 2019-07-16 09:11:25 +02:00
Kubernetes Prow Robot
1cac3af3f5 Merge pull request #22 from msau42/add-1.15-jobs
prow.sh: tag master images with a large version number
2019-07-15 22:57:23 -07:00
Michelle Au
0c0dc300ca prow.sh: tag master images with a large version number 2019-07-15 12:42:20 -07:00
Kubernetes Prow Robot
850184dbd4 Merge pull request #143 from pohly/prow-update
Prow update
2019-07-15 11:27:24 -07:00
Kubernetes Prow Robot
7ff6e81238 Merge pull request #138 from ggriffiths/check_list_snapshots_supported
Check if ListSnapshot is supported during GetSnapshotStatus
2019-07-14 19:13:05 -07:00
Patrick Ohly
c0b44cfedc release-tools: support Kubernetes 1.15 2019-07-12 15:34:33 +02:00
Kubernetes Prow Robot
f4f73cefb9 Merge pull request #21 from msau42/add-1.15-jobs
Add 1.15 jobs
2019-07-11 23:53:04 -07:00
Michelle Au
4e31f078a2 Change default hostpath driver name to hostpath.csi.k8s.io 2019-07-11 17:45:28 -07:00
Michelle Au
4b6fa4a0bd Update hostpath version for sidecar testing to v1.2.0-rc2 2019-07-11 17:45:25 -07:00
Kubernetes Prow Robot
d69cf48654 Merge pull request #129 from zhucan/bugfix-128
Leader election lock name should include driver name
2019-07-11 17:15:05 -07:00
Michelle Au
ecc79187c5 Update kind to v0.4.0. This requires overriding Kubernetes versions
with specific patch versions that kind 0.4.0 supports. Also, feature
gate setting is only supported on 1.15+ due to
kind.sigs.k8s.io/v1alpha3 and kubeadm.k8s.io/v1beta2 dependencies.
2019-07-11 14:49:07 -07:00
Michelle Au
a6f21d4054 Add variables for 1.15 2019-07-11 14:33:47 -07:00
Grant Griffiths
ea5d2d6089 Check if ListSnapshots is supported during GetSnapshotStatus 2019-07-11 12:24:48 -07:00
Kubernetes Prow Robot
c0658cb68d Merge pull request #137 from Madhu-1/fix-log
log csiTimeout will while starting snapshotter
2019-07-09 19:08:25 -07:00
Madhu Rajanna
cd5125fd66 log csiTimeout will while starting snapshotter
connectionTimeout is deprecated in favor of
csiTimeout, logging connectionTimeout wont
look good as this doesnot have any effect
in NewSnapshotter.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2019-07-09 14:41:34 +05:30
Kubernetes Prow Robot
db8abb6e1b Merge pull request #20 from pohly/test-driver-config
more flexible test driver config
2019-07-08 16:02:02 -07:00
Patrick Ohly
b2f4e051d4 prow.sh: flexible test driver config
By moving the code into a separate function, other CSI drivers have a
chance to overwrite it. For the hostpath driver itself we need the
ability to set the driver name depending on which revision is getting
installed.
2019-07-08 21:58:53 +02:00
Kubernetes Prow Robot
c933d6dace Merge pull request #130 from hoyho/rbac_secret
minimize rbac permission by setting secrets as optional
2019-07-08 06:46:36 -07:00
hoyho
8963b9d75e minimize rbac permission by setting secret as optional 2019-07-06 20:14:57 +08:00
Kubernetes Prow Robot
b3f591d85c Merge pull request #127 from xing-yang/changelog_1.2
Add changelog for v1.2
2019-06-19 11:16:34 -07:00
Xing Yang
9a59d299ca Add changelog for v1.2 2019-06-19 11:01:41 -07:00
zhucan
e2506521ac failed unit test 2019-06-19 15:08:50 +08:00
zhucan
94238a86d9 Leader election lock name should include driver name 2019-06-19 15:00:29 +08:00
Kubernetes Prow Robot
d3243e09b6 Merge pull request #121 from zhucan/status-52
add status subresources for volumeSnapshot
2019-06-12 11:42:17 -07:00
zhucan
a23be2d944 clean useless key 'subresources' in snapshot yaml 2019-05-31 23:37:28 +08:00
zhucan
2db3a1e870 use 'UpdateStatus' failed 2019-05-17 17:20:39 +08:00
zhucan
4f8220979c run 'make -k all test' failed 2019-05-14 18:41:19 +08:00
zhucan
10d6437d60 Merge branch 'master' into status-52 2019-05-14 18:26:07 +08:00
zhucan
95fc4bc56f update snapshot yaml 2019-05-14 18:18:59 +08:00
Kubernetes Prow Robot
03999882f6 Merge pull request #19 from pohly/go-mod-vendor
build.make: allow repos to use 'go mod' for vendoring
2019-05-13 12:41:12 -07:00
Patrick Ohly
066143d146 build.make: allow repos to use 'go mod' for vendoring
How a repo does vendoring is detected based on the presence of
Gopkg.toml.

The vendor check with `dep` was all done locally, but the
corresponding check for `go mod` requires network access. The check
therefore gets skipped when running in the Prow CI in situations where
we are sure that it isn't needed (for example, in a periodic job).
2019-05-11 17:07:14 +02:00
Kubernetes Prow Robot
567d14c09c Merge pull request #123 from xing-yang/fake
Add groupName in doc.go when generating files
2019-05-10 14:32:13 -07:00
Kubernetes Prow Robot
7030fe062d Merge pull request #122 from xing-yang/update_image_1.1.0
Update deployment images to v1.1.0
2019-05-10 11:56:18 -07:00
Kubernetes Prow Robot
3c03339d2d Merge pull request #119 from zhucan/68
fix TODO use time.Time for createSnapshot & solute conflict
2019-05-09 14:02:50 -07:00