-
Notifications
You must be signed in to change notification settings - Fork 881
docs: describe operational readiness #12723
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
1. Incorporate [support links](../appearance.md#support-links) into internal | ||
documentation accessible from the user context menu. Ensure that hyperlinks | ||
are valid and lead to up-to-date materials. | ||
1. Encourage the use of `coder support bundle` to allow workspace users to |
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.
coder support bundle
can only be used by administrators -- additionally, the command is currently hidden and will be un-hidden closer to the next release.
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.
I guess that this is coming now 👍
693dbe2
to
d8c5708
Compare
# no `-j` flag as `make` fails with: | ||
# coderd/rbac/object_gen.go:1:1: syntax error: package statement must be first | ||
run: "make --output-sync -B gen" |
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.
👍 I think this is fine for now but ideally we should figure out why this happens. Maybe file a follow-up issue?
Fixes: #12426
This PR extends Reference Architectures with a paragraph about the operational readiness of Coder deployment. Feel free to add more ideas to the checklist.
Extra changes:
make gen
andmake build/coder_docs...
. It fails withcoderd/rbac/object_gen.go:1:1: syntax error: package statement must be first
.