-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial development #1
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NicolasT
force-pushed
the
hack
branch
9 times, most recently
from
May 5, 2021 21:40
d42034c
to
30b0b52
Compare
NicolasT
force-pushed
the
hack
branch
3 times, most recently
from
May 6, 2021 15:59
e4b5907
to
aecd92f
Compare
This commit adds some `base` deployment manifests to set up the provisioner, and a `ci` overlay which includes a couple of objects that consume storage 'provisioned' by `cosi-provisioner-sample`. It also extends the GitHub Actions pipeline to deploy a Kind cluster in which the COSI CRDs, controller and CSI plugin are deployed, and the `ci` overlay of this project. We then validate the expected storage access configuration files become available in a test Pod.
Bumps golang from 1.16.3-buster to 1.16.4-buster. Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.11.0...v1.12.0) Signed-off-by: dependabot[bot] <support@github.com>
Recent changes in the API removed the `endpoint` and `bucketName` fields from the `S3Protocol` structure (in the CRD). This change reflects the API change so CI succeeds again. See: kubernetes-sigs/container-object-storage-interface-api#41
The file `credentials.json` is now called `credentials`. Also, the `protocolConn.json` file no longer has an `endpoint` field (though that may be a bug in the CSI adapter, for now). See: kubernetes-retired/container-object-storage-interface-csi-adapter@08628e1#diff-515b2d0691202c4ea5e578ec896258ae9c440c381b608ed1eb7116a27847057dR21 See: kubernetes-retired/container-object-storage-interface-csi-adapter#31 See: https://kubernetes.slack.com/archives/C017EGC1C6N/p1620683108305500
deploy: reflect new API
In the COSI community call on Monday May 10th 2021, it was decided the vendor-specific piece is called a 'driver', not a 'provisioner'. The driver implements a provisioning service, which is called by the provisioner sidecar. Hence, renaming this project.
There's no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.