Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
update to Kubernetes 1.13/CSI 0.3/upstream ceph-csi, fix tests
Browse files Browse the repository at this point in the history
Kubernetes 1.13 has been released, so we can use that instead of some
pre-1.13 master branch.

csi-test 0.3.5 no longer depends on the post-0.3 CSI spec, so plain
0.3 is fine now.

ceph/ceph-csi#92 has been merged. We can use
the upstream release again. Because the 0.3 image tag is following the
master branch (ceph/ceph-csi#96), we get the
latest features, which includes support for storing persistent data in
a config map (ceph/ceph-csi#113).

That mode worked whereas storing on the node failed with an error
about not being able to create the file (probably because the
directory hadn't been created). Instead of trying to fix that, the
new feature is used.

Provisioning tests were failing because patching the driver name was
(no longer?) done correctly.
  • Loading branch information
pohly committed Jan 14, 2019
1 parent 66e363d commit bc057fb
Show file tree
Hide file tree
Showing 530 changed files with 16,498 additions and 10,421 deletions.
132 changes: 65 additions & 67 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc057fb

Please sign in to comment.