-
Notifications
You must be signed in to change notification settings - Fork 25
Adjust docs for buildless #1765
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
base: main
Are you sure you want to change the base?
Changes from all commits
ec72aa8
db94531
4ee881e
376cee0
7fa2591
eb29bed
730b8bf
ff786cc
1620b3b
175b50c
6abf2b5
944458f
14ea042
c87aa51
392f51f
467547c
f4f549d
17390ce
28cfc4b
6224686
e5984b1
bae75d2
845c120
f430730
d74473b
5cb8c54
5f260ef
9bd6b96
07ac589
057fb0d
2056615
28d3df2
cfc39ae
f04ca38
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,19 +21,15 @@ | |
* [Function CR](/serverless-manager/user/resources/06-10-function-cr.md) | ||
* [Serverless CR](/serverless-manager/user/resources/06-20-serverless-cr.md) | ||
* [Technical Reference](/serverless-manager/user/technical-reference/README.md) | ||
* [Serverless Architecture Updates](/serverless-manager/user/technical-reference/serverless-architecture-updates.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How do you like a tittle "Buildless Serverless" We could publish this part with next release of serverless, which will allow users to switch using annotation. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, awesome title, I will move this part to separate PR There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR: #1774 |
||
* [Serverless Architecture](/serverless-manager/user/technical-reference/04-10-architecture.md) | ||
* [Internal Docker Registry](/serverless-manager/user/technical-reference/04-20-internal-registry.md) | ||
* [Environment Variables in Functions](/serverless-manager/user/technical-reference/05-20-env-variables.md) | ||
* [Sample Functions](/serverless-manager/user/technical-reference/07-10-sample-functions.md) | ||
* [Function Processing](/serverless-manager/user/technical-reference/07-20-function-processing-stages.md) | ||
* [Git Source Type](/serverless-manager/user/technical-reference/07-40-git-source-type.md) | ||
* [Function Configuration File](/serverless-manager/user/technical-reference/07-60-function-configuration-file.md) | ||
* [Function's Specification](/serverless-manager/user/technical-reference/07-70-function-specification.md) | ||
* [Available Presets](/serverless-manager/user/technical-reference/07-80-available-presets.md) | ||
* [Troubleshooting Guides](/serverless-manager/user/troubleshooting-guides/README.md) | ||
* [Functions Won't Build](/serverless-manager/user/troubleshooting-guides/03-10-cannot-build-functions.md) | ||
* [Container Fails](/serverless-manager/user/troubleshooting-guides/03-20-failing-function-container.md) | ||
* [Functions Failing To Build on k3d](/serverless-manager/user/troubleshooting-guides/03-40-function-build-failing-k3d.md) | ||
* [Serverless Periodically Restarting](/serverless-manager/user/troubleshooting-guides/03-50-serverless-periodically-restaring.md) | ||
* [Best Practices](/serverless-manager/user/08-10-best-practices.md) | ||
<!-- markdown-link-check-enable --> |
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 wonder if the whole paragraph makes sence is buildldess mode.
restricted
level was not working because of builds. So there is no need to say to the users thatbaseline
(les restrictive) level is required for functions to run.Please test if buildless functions work fine in namespaces where
restricted
pod security level is configured.If it does work, we would need to change the message - not say what baseline is required but rather point out that by removing builds we are enable functions to be run in namespaces with more strict pod security level
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.
It is working with adjustment in the deployment, PR - #1773