Skip to content

docs(ecosystem): add Alauda support for Nacos installation guide#812

Merged
SuJinpei merged 2 commits into
mainfrom
docs/nacos-v3.0.1-install-guide
Jul 21, 2026
Merged

docs(ecosystem): add Alauda support for Nacos installation guide#812
SuJinpei merged 2 commits into
mainfrom
docs/nacos-v3.0.1-install-guide

Conversation

@SuJinpei

Copy link
Copy Markdown
Contributor

What

Adds the S2 ecosystem install guide for Alauda support for Nacos v3.0.1 at docs/en/solutions/ecosystem/nacos/Nacos_Installation_Guide.md.

Nacos is delivered in chart-wrap mode (upstream community OLM bundle is abandoned): the official nacos-group/nacos-k8s Helm chart wrapped by an operator-sdk helm-operator, shipped as an OLM Operator. An empty Nacos CR spec gives a ready standalone + embedded instance.

Contents

  • Overview + Supported Versions (ACP 4.1/4.2/4.3, amd64/arm64, IPv4/IPv6; bundle v3.0.1; chart @1b98fe67a4b2)
  • Prerequisites (OperatorHub / violet push) → Install → Verify (nacos-operator.v3.0.1 CSV Succeeded)
  • Quick Start: empty-spec standalone deploy → NodePort console → config publish/read + naming register/list round-trips on nacos-cs:8848
  • Install-form knobs table, production Auth Token override callout, optional persistence
  • Known Limitations (chart appVersion follow, cluster-mode peer-finder amd64-only, Auth Token override), Cleanup, FAQ

Authoring model

Follows the peer Knative guide: authored once by hand, with factory:auto:* marker blocks (supported-versions, known-limitations) that the oss-operator-factory version-follow pipeline regenerates from component.yaml / release evidence on later releases. Prose outside the markers is human-owned.

id: TBD in frontmatter matches peers (assigned on merge).

🤖 Generated with Claude Code

S2 install guide for Alauda support for Nacos v3.0.1 (chart-wrap, standalone +
embedded). Covers Marketplace/OperatorHub install, empty-spec deploy, NodePort
console access, config + naming validation, install-form knobs, persistence,
and known limitations (chart appVersion follow, cluster-mode peer-finder
amd64-only, production Auth Token override). factory:auto markers for
version/limitation slots kept in sync with components/nacos on later releases.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…obes

Codex review (PR #812), 5 should-fix:
1. Networking claim scoped to the actual e2e matrix (4.3 amd64/IPv6, 4.2/4.1
   arm64/IPv4) instead of 'every arch x IP-stack / dual-stack'.
2. NodePort console: bracket IPv6 node IPs; curl now prints the HTTP status
   (-o /dev/null -w '%{http_code}') to match the asserted 200.
3. Config/naming probes: exec into the nacos pod (ships curl) instead of an
   external curlimages/curl image — works on air-gapped/IPv6-only clusters and
   still traverses the nacos-cs Service; localhost fallback note added.
4. Rollout timeout 300s -> 600s + a ~10min cold-start/PVC note.
5. Cluster mode made explicit: requires replicaCount>=3 + external MySQL,
   standalone-focused validation, arm64 cluster is a known limitation.

Shell mechanics of changed commands verified locally (IPv6 bracketing, curl
status-code form). Cluster live-verify not practical (e2e envs air-gapped/cleaned).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@SuJinpei
SuJinpei merged commit f05b1e7 into main Jul 21, 2026
1 check passed
@SuJinpei
SuJinpei deleted the docs/nacos-v3.0.1-install-guide branch July 21, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant