Skip to content

docs: Update kickstart URL to canonical get.netdata.cloud#21938

Merged
ilyam8 merged 1 commit intomasterfrom
audit/update-kickstart-url-904d82b8
Mar 12, 2026
Merged

docs: Update kickstart URL to canonical get.netdata.cloud#21938
ilyam8 merged 1 commit intomasterfrom
audit/update-kickstart-url-904d82b8

Conversation

@Ancairon
Copy link
Member

@Ancairon Ancairon commented Mar 11, 2026

Summary

This PR resolves a documentation inconsistency by updating the kickstart installation URL to use the canonical https://get.netdata.cloud/kickstart.sh instead of https://my-netdata.io/kickstart.sh.

Changes

  • Updated docs/getting-started-netdata/guide.md - Replaced kickstart URL in installation command
  • Updated docs/learn/unclaim-reclaim-node.md - Replaced kickstart URL in reclaim command

Context

The installation documentation was using different kickstart URLs across different files. The OneLineInstall component uses get.netdata.cloud while the Getting Started guide used my-netdata.io. This PR standardizes all documentation to use the canonical URL for consistency.


Summary by cubic

Standardizes the kickstart install URL to https://get.netdata.cloud/kickstart.sh across docs for consistency with OneLineInstall and to avoid confusion. Updates the Getting Started guide and the Unclaim/Reclaim guide.

Written for commit 5283f5a. Summary will update on new commits.

Replace my-netdata.io/kickstart.sh with get.netdata.cloud/kickstart.sh
in installation documentation for consistency with OneLineInstall component.
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant User as User/Admin
    participant Docs as Netdata Documentation
    participant Canonical as get.netdata.cloud (CDN)
    participant Node as Target System
    participant Cloud as Netdata Cloud

    Note over User,Cloud: Installation / Reclaim Flow

    User->>Docs: Access installation or reclaim guides
    Docs-->>User: Display command with canonical URL
    
    User->>Node: Paste and execute installation command
    
    Node->>Canonical: CHANGED: curl -Ss https://get.netdata.cloud/kickstart.sh
    Canonical-->>Node: Return kickstart.sh script

    Node->>Node: Execute kickstart.sh
    Node->>Canonical: Fetch Netdata Agent packages/binaries
    Canonical-->>Node: Return Agent software

    Node->>Node: Install and start Netdata Agent
    
    opt Claiming Node
        Node->>Cloud: Claim node using --claim-token
        Cloud-->>Node: Confirm connection (UUID assigned)
    end

    Note over Node,Cloud: Node is now visible in Netdata Cloud UI
Loading

@Ancairon Ancairon changed the title (audit) Update kickstart URL to canonical get.netdata.cloud docs: Update kickstart URL to canonical get.netdata.cloud Mar 12, 2026
@ilyam8 ilyam8 merged commit d910934 into master Mar 12, 2026
142 of 143 checks passed
@ilyam8 ilyam8 deleted the audit/update-kickstart-url-904d82b8 branch March 12, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants