Skip to content

Commit

Permalink
Update docs/modules/hive/pages/usage-guide/database-driver.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hennig <[email protected]>
  • Loading branch information
adwk67 and fhennig authored Apr 23, 2024
1 parent 94e80dc commit 1c06ea9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/modules/hive/pages/usage-guide/database-driver.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,6 @@ spec:
<4> Use `envOverrides` to set the driver path
<5> Use `podOverrides` to mount the driver

[sidebar]
This has been tested on Azure AKS and Amazon EKS, both running Kubernetes 1.29. The example shows a PVC mounted with the access mode `ReadWriteOnce` as we have a single metastore instance that is deployed only once the jobs have completed, and, so long as these all run after each other, they can be deployed to different nodes. Different scenarios may require a different access mode, the availability of which is dependent on the type of cluster in use.
NOTE: This has been tested on Azure AKS and Amazon EKS, both running Kubernetes 1.29.
The example shows a PVC mounted with the access mode `ReadWriteOnce` as we have a single metastore instance that is deployed only once the jobs have completed, and, so long as these all run after each other, they can be deployed to different nodes.
Different scenarios may require a different access mode, the availability of which is dependent on the type of cluster in use.

0 comments on commit 1c06ea9

Please sign in to comment.