Install
Install the Alauda Cache Service E2 version 2.0.0 product package with the CLI-based installation workflow provided for your Alauda Container Platform environment. The exact registry, namespace, and package command are distribution-specific and are not defined by the Valkey Operator repository.
Prerequisites
- a supported Kubernetes cluster and a
kubectlcontext allowed to install the chart's cluster-scoped custom resource definitions (CRDs), admission webhooks, and role-based access control resources; - access to the Alauda Cache Service E2 version 2.0.0 images;
- a default
StorageClass, or an explicit class for persistent instances; - cert-manager for the default webhook-certificate installation path; an
IssuerorClusterIssueris also required when instance TLS is enabled; - a Prometheus-compatible scraper if exporter-sidecar metrics will be collected.
Obtain the release-specific platform compatibility matrix before production installation. The documentation baseline does not define the supported Alauda Container Platform versions, registry address, package namespace, channel, or upgrade approval strategy.
Preflight checks
Confirm connectivity, permissions, storage, and optional dependencies before running the delivered package command:
The default Operator chart enables admission webhooks and cert-manager integration. A release may instead supply an externally managed webhook certificate and certificate authority (CA) bundle, but that must be an explicit package configuration; do not disable certificate integration without a replacement. Instance TLS still uses cert-manager. A missing default StorageClass is acceptable only when every persistent instance specifies a valid class.
Install the product
Use the CLI package installation workflow supplied with the Alauda Cache Service E2 version 2.0.0 release. Record the chosen package version, image registry, target namespace, scope, and approval strategy. Do not substitute commands, channels, or component names copied from the Redis product; the two products have different APIs and capability sets.
Verify the installation
Confirm that the API resources are registered:
Expected resources include valkeys, clusters, failovers, sentinels, and
users. Confirm that all CRDs are established:
The inspected 2.0.0 source contains two generated CRD copies that disagree on
the version enum: the API source and config/crd/bases include 9.1, while the
Helm Chart CRD copy is stale. A release package that supports 9.1 must install a
CRD whose enum includes 7.2, 8.1, and 9.1. Verify the installed schema
before creating an instance:
Treat a missing 9.1 enum as a packaging defect; do not bypass admission or edit
the CRD ad hoc.
Locate the Operator Deployment and verify its availability:
Confirm that the Deployment reports its desired replicas available and record the installed image:
If validating or mutating webhooks are enabled, verify their configuration and the cert-manager certificate used by the webhook:
Confirm that the API server can perform admission without a live mutation:
Use a manifest from Create an instance and keep the name unique. A server-side dry-run verifies API discovery and admission; it does not prove that images, storage, scheduling, Services, certificates, or Valkey topology reconcile successfully.
After these checks pass, create a test instance with the Create an instance guide.