Simplify Serverless quickstart and improve ease of use for agents#557
Draft
muhsinking wants to merge 25 commits intomainfrom
Draft
Simplify Serverless quickstart and improve ease of use for agents#557muhsinking wants to merge 25 commits intomainfrom
muhsinking wants to merge 25 commits intomainfrom
Conversation
Resolved conflict: runpodctl/reference/runpodctl-create-pod.mdx - Kept deletion since v2 consolidates pod commands into runpodctl-pod.mdx Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update CLI tests to use v2 noun-verb syntax (pod list, pod create, etc.) - Add 10 new tests covering v2 commands (serverless, hub, templates, etc.) - Update pods/manage-pods.mdx CLI examples to v2 syntax - Update pods/connect-to-a-pod.mdx Pod creation example to v2 syntax - Update test counts in .claude/commands/test.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add note to serverless docs explaining template type requirements - Add note to template docs about pod vs serverless template differences - Update --serverless flag description with volume disk and binding constraints - Use VolumeDiskTooltip for clarity (serverless doesn't support volume disks, but does support network volumes) Discovered during CLI test batch: serverless endpoints require serverless-specific templates (not pod templates), and each serverless template can only be bound to one endpoint. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace REST API examples with runpodctl commands in Terminal tabs: - Step 2: Use `runpodctl pod create` instead of curl POST - Step 3: Use `runpodctl ssh info` instead of curl GET - Step 4: Use `runpodctl pod stop/delete` instead of curl Also mention `runpodctl doctor` for SSH key setup. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
# Conflicts: # .gitignore # runpodctl/reference/runpodctl-create-pod.mdx
…ckstart # Conflicts: # runpodctl/reference/runpodctl-create-pod.mdx
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.
No description provided.