open-nomad/website/pages/docs
Tim Gross 29a5454894
csi: loosen ValidateVolumeCapability requirements (#9049)
The CSI specification for `ValidateVolumeCapability` says that we shall
"reconcile successful capability-validation responses by comparing the
validated capabilities with those that it had originally requested" but leaves
the details of that reconcilation unspecified. This API is not implemented in
Kubernetes, so controller plugins don't have a real-world implementation to
verify their behavior against.

We have found that CSI plugins in the wild may return "successful" but
incomplete `VolumeCapability` responses, so we can't require that all
capabilities we expect have been validated, only that the ones that have been
validated match. This appears to violate the CSI specification but until
that's been resolved in upstream we have to loosen our validation
requirements. The tradeoff is that we're more likely to have runtime errors
during `NodeStageVolume` instead of at the time of volume registration.
2020-10-08 12:53:24 -04:00
..
autoscaling Format docs website code and mdx 2020-10-02 13:31:40 -04:00
commands csi: loosen ValidateVolumeCapability requirements (#9049) 2020-10-08 12:53:24 -04:00
configuration Merge pull request #8991 from hashicorp/ro.docs-formatting 2020-10-05 10:31:40 -04:00
devices docs: enabled option for nvidia device plugin (#8480) 2020-07-21 10:14:32 -04:00
drivers Merge pull request #8991 from hashicorp/ro.docs-formatting 2020-10-05 10:31:40 -04:00
install Format docs website code and mdx 2020-10-02 13:31:40 -04:00
integrations [docs] Update redirects and links for learn.hashicorp.com (#8598) 2020-09-29 12:48:32 -04:00
internals Format docs website code and mdx 2020-10-02 13:31:40 -04:00
job-specification csi: loosen ValidateVolumeCapability requirements (#9049) 2020-10-08 12:53:24 -04:00
runtime docs: runtime interpolation for AWS (#7859) 2020-06-26 09:16:34 -04:00
telemetry Format docs website code and mdx 2020-10-02 13:31:40 -04:00
upgrade updated docs and validation to further prohibit null chars in region, datacenter, and job name 2020-10-05 18:01:50 +00:00
enterprise.mdx Format docs website code and mdx 2020-10-02 13:31:40 -04:00
faq.mdx [docs] Update redirects and links for learn.hashicorp.com (#8598) 2020-09-29 12:48:32 -04:00
index.mdx new website 2020-02-06 18:45:31 -05:00
schedulers.mdx Update schedulers.mdx 2020-03-25 20:10:53 -04:00