docs(ecosystem): add Alauda support for Nacos installation guide#812
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-k8sHelm chart wrapped by an operator-sdk helm-operator, shipped as an OLM Operator. An emptyNacosCR spec gives a ready standalone + embedded instance.Contents
1b98fe67a4b2)violet push) → Install → Verify (nacos-operator.v3.0.1CSV Succeeded)nacos-cs:8848Authoring 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 fromcomponent.yaml/ release evidence on later releases. Prose outside the markers is human-owned.id: TBDin frontmatter matches peers (assigned on merge).🤖 Generated with Claude Code