You can use one or multiple node host paths (host node’s filesystem) to store logs, job outputs, and experiment artifacts.

Tip: Please visit the Kubernetes documentation to learn about host paths.

Use the host path as an artifacts store

artifactsStore:
  name: node-artifacts-store
  kind: host_path
  schema:
    mountPath: "/artifacts"
    hostPath: "/path/to/artifacts"

Update/Install Polyaxon CE or Polyaxon Agent deployment

You can deploy/upgrade your Polyaxon CE or Polyaxon Agent deployment with access to the PVC.