-
Notifications
You must be signed in to change notification settings - Fork 19
add OVERVIEW.md - quick cli guide, system architeture - #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| └─────────────────────────────────────────┘ | ||
| ``` | ||
|
|
||
| ### Dependency Flow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you red, i read to; consider claude writes this guide, basing on my questions; so it needs to be reviewed the whole documentations; i comment here to accept your exceptions. thanks
| - Manages native K8s resources (pods, services, secrets, namespaces) | ||
| - Operates at **low infrastructure level** | ||
|
|
||
| **Essential Commands:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not expose kubectl also because it is actually hidden inside ops - we have a full set of ops debug utils
| ops result <activation-id> | ||
| ``` | ||
|
|
||
| ### Relationship between kubectl and ops |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not expose kubecti in this overwview - you do not have generally access to it - it is an implementation detail
|
|
||
| **System:** | ||
| - Docker Desktop with at least 6GB RAM | ||
| - 20GB+ available disk space |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
34gb
| ops setup status | ||
|
|
||
| # 5. Check active pods | ||
| kubectl get pods --all-namespaces |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ops debug watch it is better
|
|
||
| ```bash | ||
| # Create and configure a local dev cluster | ||
| ops setup devcluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ops setup mini please (forget devcluster)
| ops setup devcluster | ||
| ``` | ||
|
|
||
| ### Verify Installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, use the ops util, ops debug, ops debug kube commands
| ops admin adduser <username> <email> <password> | ||
|
|
||
| # With all services | ||
| ops admin adduser mario mario@example.com Pass123! --all --storagequota=auto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warn here the ! will create errors in most shells unquoted
| # Specific user details | ||
| ops admin listuser mario | ||
|
|
||
| # With kubectl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no
|
|
||
| ### Changing User Password | ||
|
|
||
| **Problem**: `ops` has no direct command to change password. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually there is... in an api - we have to add here
|
I have to close this PR as it looks AI generated and pretty inaccurate. |
Ⅰ. Describe what this PR did
Added comprehensive documentation for OpenServerless covering:
Ⅱ. Does this pull request fix one issue?
No, this PR improves documentation by adding comprehensive guides for developers.
Ⅲ. Why don't you add test cases (unit test/integration test)?
No tests needed as this is a documentation-only contribution. The documentation has been verified for technical accuracy and completeness.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews