Prepared by: <name> (@add-link-to-your-github-id)
Date: 2021-mm-dd
This document assesses the quality and completeness of a project's documentation and website (if present).
This document:
The assessment is divided into three sections:
Each section rates content based on different criteria.
Criteria | 1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|---|
Information architecture | |||||
New user content | |||||
Content maintainability | |||||
Content creation processes |
Scale:
Comments
Provide comments for each rating above, 1-2 sentences max, bullet point list
Information architecture
New user content
Recommendations
Provide a list of recommendations to improve in this area
Criteria | 1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|---|
Communication methods documented | |||||
Beginner friendly issue backlog | |||||
“New contributor” getting started content | |||||
Project governance documentation |
Scale:
Comments
Provide comments for each rating above, 1-2 sentences max, bullet point list
Recommendations
Provide a list of recommendations to improve in this area
Criteria | 1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|---|
Single-source for all files | |||||
Meets min website req. (for maturity level) | |||||
Branding and design | |||||
Case studies/social proof | |||||
Maintenance planning | |||||
A11y plan & implementation | |||||
Mobile-first plan & impl. | |||||
HTTPS access & HTTP redirect | |||||
Google Analytics 4 for production only | |||||
Indexing allowed for production server only | |||||
Intra-site / local search | |||||
Account custodians are documented |
Scale:
Comments
Provide comments for each rating above, 1-2 sentences max, bullet point list
Include a list of the top 404s, as reported through analytics or a search console.
Recommendations
Provide a list of recommendations to improve in this area
From the recommendations above, lis the top 1-3 concerns for this particular project and expand on them in enough detail that you could either:
- Pass the work off to a contractor or other member of the CNCF techdocs team
- Write a GitHub issue for the project team and place it in the backlog and someone not involved in the docs assessment process could execute on it
Attempting to get started -
https://github.com/falcosecurity/falco/issues/1024 should be reopened?
Getting started
base system: MacBook Pro 14-inch, 2021 Apple M1 Pro, macOS 13.4.1
docker desktop v 4.17.0
https://falco.org/docs/getting-started/running/#docker
Recommendad least privileged instructions fail at:
base system: MacBook Pro 14-inch, 2021 Apple M1 Pro, macOS 13.4.1
https://falco.org/blog/falco-apple-silicon/
Fails at: $ sudo falco-driver-loader bpf
Blog article should also provide cleanup instructions.
Solved by
then I ran into
which I solved by:
sudo /usr/bin/falco-driver-loader
Now I can run falco manually (tho i can't seem to add it to a service, so i need to run it each time the system boots)