Skip to content

Commit

Permalink
[GH-15881] Added K8s security note (#15884)
Browse files Browse the repository at this point in the history
* ht/ added security note

* ht/minor update

* ht/updated root and added link to security
  • Loading branch information
hannah-tillman authored Nov 6, 2023
1 parent c8ab9a2 commit bfa3504
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions h2o-docs/src/product/cloud-integration/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ After H2O is started, there must be a way for H2O nodes to "find" themselves and

For reproducibility, resource limits and requests should always be set to equal values.

**Note**: Official K8s images don’t apply any `security settings <../security.html>`__. The default user is ``root``. If you require a secure interface with H2O running the image, you need to change the user and execution command to add security parameters before running the image. The following is the default command used in Docker images:

::
java -Djava.library.path=/opt/h2oai/h2o-3/xgb_lib_dir -XX:+UseContainerSupport -XX:MaxRAMPercentage=50 -jar /opt/h2oai/h2o-3/h2o.jar


Headless Service
~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit bfa3504

Please sign in to comment.