Install InferNex Bridge
TOC
PrerequisitesRequired DependenciesCRDs Installed by This OperatorRuntime Templates and ImagesOptional DependenciesUpload OperatorInstall OperatorVerificationCommunity ExamplesUpgrading Alauda Build of InferNex BridgeVerificationPrerequisites
Before installing Alauda Build of InferNex Bridge, ensure the target cluster has the required platform and inference dependencies.
Required Dependencies
InferNexService mode does not require users to install the InferNex main chart first. The operator installs the InferNex Bridge control plane; service templates, inference runtime images, model files, and feature-specific prerequisite CRDs must be prepared separately before deploying inference services.
CRDs Installed by This Operator
The Alauda Build of InferNex Bridge OLM bundle installs only the InferNex Bridge CRDs:
The following CRDs are not installed by this OLM bundle. Install them separately before enabling the corresponding features:
Runtime Templates and Images
The operator package does not install model-serving runtime images into the cluster registry. In the tested release, the InferNex Bridge runtime templates reference hub.oepkgs.net/openfuyao/ascend/vllm-ascend:v0.18.0, but this image is not bundled with the operator package and is not installed automatically.
Before deploying inference services, upload, import, or mirror the required runtime images, including vllm-ascend:v0.18.0, to the cluster registry or another registry accessible from the target cluster. If the registry address changes, update the runtime templates to use the image address accessible from the cluster.
The Alauda OLM bundle registers the InferNex Bridge admission webhook for the KServe LLMInferenceService API versions used by the release examples, including serving.kserve.io/v1alpha2. The webhook is used for admission-time compatibility patches when infernex.io/runtime: "true" is set on a KServe LLMInferenceService; it does not create or reconcile the LLMInferenceService resource itself.
Optional Dependencies
Upload Operator
Download the Alauda Build of InferNex Bridge Operator installation file, for example infernex-bridge.alpha.ALL.xxxx.tgz.
Use the violet command to publish it to the platform repository:
Install Operator
In Administrator view:
- Click Marketplace / OperatorHub.
- At the top of the console, from the Cluster dropdown list, select the destination cluster where you want to install the InferNex Bridge Operator.
- Search for and select Alauda Build of InferNex Bridge, then click Install.
- Leave Channel unchanged.
- Check whether the Version matches the InferNex Bridge version you want to install.
- Leave Installation Location unchanged, it should be
infernex-systemby default. - Select Manual for Upgrade Strategy.
- Click Install.
Verification
Confirm that the Alauda Build of InferNex Bridge tile shows one of the following states:
Installing: installation is in progress; wait for this to change toInstalled.Installed: installation is complete.
Verify that the operator controller and webhooks are running:
The controller pod should be Running, and both InferNexService and InferNexServiceConfig CRDs should exist.
Community Examples
For community-maintained examples, see InferNex Bridge examples.
Upgrading Alauda Build of InferNex Bridge
- Upload the new version of the Alauda Build of InferNex Bridge operator package using the
violettool. - Go to the
Administrator->Marketplace->OperatorHubpage, find Alauda Build of InferNex Bridge, and click Confirm to apply the new version.
Verification
After upgrading, confirm that the Alauda Build of InferNex Bridge tile shows Installed and verify the controller and CRD status: