kartik494
1ee19f1e71
Add check for update-crd script file
2020-08-07 13:54:31 +05:30
kartik494
d8ff17b851
Update README
2020-08-05 11:42:59 +05:30
kartik494
ae215218d1
Added go modules for Apis and Client
2020-07-29 16:52:45 +05:30
Kubernetes Prow Robot
d24d2b9820
Merge pull request #340 from huffmanca/move-to-klogv2
...
Move to klogv2
2020-07-28 09:33:48 -07:00
Christian Huffman
ffaeac1515
Move to klogv2
2020-07-27 14:39:56 -04:00
Kubernetes Prow Robot
de3d591234
Merge pull request #337 from huffmanca/upgrade-to-v19
...
Upgrade to v19
2020-07-27 05:46:18 -07:00
Kubernetes Prow Robot
a9d1a60fe2
Merge pull request #338 from huffmanca/correct-timestamp
...
Adjusted the date printing to address unit test failure
2020-07-24 14:54:17 -07:00
Christian Huffman
d392f5c22a
Adjusted the date printing to address unit test failure
2020-07-24 10:29:23 -04:00
Christian Huffman
bda8f8c0ae
Update vendored dependencies
2020-07-24 09:42:17 -04:00
Christian Huffman
547e88e4fb
Adjusted dependencies to be v19.0-rc2
2020-07-24 09:41:58 -04:00
Kubernetes Prow Robot
3c32e2887b
Merge pull request #334 from makkes/remove-kubernetes-dep
...
chore: get rid of k8s.io/kubernetes dep
2020-07-23 23:36:22 -07:00
Kubernetes Prow Robot
d2906ab8a1
Merge pull request #335 from saikat-royc/iss-333
...
Call dynamic VS content creation unconditionally
2020-07-23 21:24:23 -07:00
Saikat Roychowdhury
73697eba81
Call dynamic VS content creation unconditionally
...
Irrespective of any error on the Volume Snapshot
object, initiate dynamic VolumeSnapshotContent object
creation. If any required parameters are not found, (e.g. missing
VS class), the VS content object creation would fail gracefully.
2020-07-23 15:14:16 +00:00
Max Jonas Werner
04848c755a
chore: remove unused parameter from util funcs; add unit test
...
Added the unit tests from
https://github.com/kubernetes/kubernetes/blob/master/pkg/util/slice/slice_test.go
(minus modifier tests) so we can be sure to not change behaviour.
2020-07-22 09:36:22 +02:00
Kubernetes Prow Robot
0c5b535d88
Merge pull request #284 from xing-yang/error_status
...
Update Error in Snapshot Status
2020-07-21 22:46:05 -07:00
xing-yang
5f2090606c
Update Error in Snapshot Status
2020-07-22 04:46:35 +00:00
Max Jonas Werner
1f13709413
chore: get rid of k8s.io/kubernetes dep
...
This dependency is problematic because of the many replaces it brings
with it. This makes it hard to import external-snapshotter in 3rd
party projects without having a lot of `replace` directives in those
projects as well.
The only usage of that import was to get two very simple utility
functions so I copied them over to this repo.
2020-07-21 18:23:38 +02:00
Kubernetes Prow Robot
96234531f4
Merge pull request #331 from pohly/prow-update-master
...
master: update release-tools
2020-07-09 07:38:30 -07:00
Patrick Ohly
60ca04fdfa
release-tools: update
...
Commit summary:
1fdf2d53
cloud build: bump timeout in Prow job
5a54e67d
filter-junit: Fix gofmt error
36ea4ffa
filter-junit: Fix golint error
2020-07-09 09:31:15 +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
097b1fc7d7
Merge pull request #317 from xing-yang/requeue_common
...
Fix requeue logic in the common controller
2020-07-07 17:49:07 -07:00
xing-yang
5800df6a61
Fix requeue logic in the common controller
2020-06-25 03:37:40 +00: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
4800ca72d4
Merge pull request #322 from pohly/prow-update-master
...
master: update release-tools
2020-06-16 19:16:06 -07:00
Patrick Ohly
0c9ccdfb26
release-tools: update
...
Commit summary:
43e50d6f
prow.sh: enable building arm64 image
3df86b7d
cloud build: k8s-staging-sig-storage
db0c2a7d
cloud build: initialize support for running commands in Dockerfile
2020-06-16 17:06:32 +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
Kubernetes Prow Robot
7c2cd67d21
Merge pull request #287 from huffmanca/issue264
...
Updated sidecar to not require VolumeSnapshotClass for snapshot deletion
2020-06-04 17:21:43 -07:00
Christian Huffman
daf0051f2b
Updated sidecar to not require VolumeSnapshotClass for snapshot deletion
2020-06-04 17:16:45 -04: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
0a9f3c2181
Merge pull request #320 from pohly/prow-update-master
...
master: update release-tools
2020-06-03 16:34:44 -07:00
Patrick Ohly
85ac4b6c52
release-tools: update
...
Commit summary:
340e082f
build.make: optional inclusion of Windows in multiarch images
5231f05d
build.make: properly declare push-multiarch
4569f27a
build.make: fix push-multiarch ambiguity
2020-06-03 17:02:51 +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
72139b3da9
Merge pull request #319 from pohly/prow-update-master
...
master: update release-tools, enable cloud build
2020-06-02 19:08:17 -07:00
Patrick Ohly
8e680b17bc
cloud build: use files from csi-release-tools
2020-06-02 20:25:15 +02:00
Patrick Ohly
c64080867c
release-tools: update
...
Commit summary:
bd416901
cloud build: initial set of shared files
6f2322e8
Update patch release notes generation command
2020-06-02 20:25:06 +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
63029d9db4
Merge pull request #280 from yuxiangqian/metrics
...
add metric to common controller - basic metrics utilities
2020-05-26 14:08:41 -07:00
xiangqian
7bd717198b
add basic metrics utility functions
...
relax latency check to be greater than instead of within threshold
2020-05-21 13:45:44 -07:00