6a865769ec
Fix typo
...
Closes #159
Thanks to @bfallik
2021-02-06 20:52:12 +00:00
42b831cc57
Update README.md
2021-02-06 19:40:45 +00:00
13b71cd478
Remove duplication
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-02-06 15:16:09 +00:00
afaacd88a2
Re-order README
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-02-06 15:10:05 +00:00
8444f8ac38
Update README.md
2021-02-06 15:00:18 +00:00
795ea368ff
Make readme flow better
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-02-06 14:57:30 +00:00
621fe6b01a
Add social banner to README
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-02-06 14:51:41 +00:00
31fc597205
Update ToC
2021-02-04 20:34:00 +00:00
d7fea9173e
Update published version to 0.10.2
...
Fixes an issue with metrics
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-02-02 19:37:55 +00:00
b475aa8884
Update README.md
2021-02-02 18:51:48 +00:00
17d09bb185
Update ebook topics
2021-01-27 20:34:58 +00:00
4e8a1d810a
Update faasd release
...
Pin scripts and automation to the latest version of faasd
which moves to use the openfaas namespace for the core
services instead of default.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-01-17 19:21:00 +00:00
7afaa4a30b
Update README.md
2021-01-17 12:20:04 +00:00
a4a33b8596
Update ROADMAP and constraints
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-01-13 14:35:15 +00:00
954a61cee1
Update roadmap / features and add new book offer
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-01-13 14:24:07 +00:00
32c00f0e9e
Use the openfaas namespace for core services
...
All services like docker and k8s.io use their own namespaces
for core services, this change moves openfaas services into
the openfaas namespace instead of the default one.
The main change is that logs will look like:
journalctl -t openfaas:gateway
Instead of "default:gateway"
Function logs will remain unaffected and scheduled in the
openfaas-fn namespace.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-01-04 10:54:12 +00:00
87f993847c
Add known issue
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-12-21 08:50:47 +00:00
f33964310a
Add use-cases
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-12-17 22:15:29 +00:00
03ad56e573
Highlight the bash installer as an option
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-12-17 22:08:58 +00:00
cb786d7c84
Bump minor version of faasd to 0.9.10
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-12-08 08:45:52 +00:00
8159fb88b7
Update faasd version to 0.9.9
...
This version contains several fixes and should be used for
new users.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-12-07 14:21:47 +00:00
0c790bbdae
Update README.md
2020-11-15 21:59:38 +00:00
797ff0875c
Update roadmap
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-11-14 15:56:18 +00:00
4e9b6070c1
Remove travis.yaml and update build status badge
...
Signed-off-by: Akos Veres <veres@akos.me >
2020-11-06 15:29:48 +00:00
8f022cfb21
Update README.md
2020-11-05 09:14:44 +00:00
ff9225d45e
Update roadmap
2020-10-30 18:47:52 +00:00
666d6c4871
Add note for GitHub users
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-10-22 22:33:51 +01:00
3ce724512b
Update faasd version in cloud-config to 0.9.5
...
Signed-off-by: Utsav Anand <utsavanand2@gmail.com >
2020-09-21 15:54:19 +01:00
9e5eb84236
Add memory limit support
...
Memory limits now work and a function will be killed with OOM
however, it will remain in a stopped state and will not
restart automatically.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-09-21 09:02:08 +01:00
87f49b0289
Add upgrade instructions
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-09-19 19:52:46 +01:00
b817479828
Document logs redirection
...
Fixes: 106
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-09-18 12:24:39 +01:00
6e537d1fde
Add docs for compose file
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-09-18 12:02:56 +01:00
9e2f571cf7
Update README.md
2020-09-16 21:21:23 +01:00
bdfff4e8c5
Update roadmap and known-issues
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-07-24 09:28:33 +01:00
b865e55c85
Update intro to faasd
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-07-23 11:49:50 +01:00
89a728db16
Add links for containerd
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-07-23 11:46:37 +01:00
2237dfd44d
Update verbiage and intro to project
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-07-23 11:44:52 +01:00
4423a5389a
Move multipass tutorial into the repo
...
Taken from here:
https://gist.github.com/alexellis/6d297e678c9243d326c151028a3ad7b9
So that PRs can be sent and updates made.
Closes : #84
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-06-28 10:57:09 +01:00
a6a4502c89
Update roadmap and backlog
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-06-28 10:45:39 +01:00
25c553a87c
Reorganise docs/ folder
...
Signed-off-by: Mehdi Yedes <mehdi.yedes@gmail.com >
2020-05-27 12:00:06 +01:00
8bc39f752e
Update README.md
...
Signed-off-by: Mehdi Yedes <mehdi.yedes@gmail.com >
2020-05-27 12:00:06 +01:00
3e29408518
Update README.md
2020-05-24 11:03:34 +01:00
7b67ff22e6
Update README.md
2020-03-17 20:04:13 +00:00
22882e2643
Initial journald log provider attempt
...
**What**
- journald log provider using exec to journalctl
```
journalctl -t <namespace>:<name> --output=json --since=<timestamp> <--follow> --output-fields=SYSLOG_IDENTIFIER,MESSAGE,_PID,_SOURCE_REALTIME_TIMESTAMP
```
- This can be tested manually using `faas-cli logs` as normal, e.g.
`faas-cli logs nodeinfo` should tail the last 5 mins of logs.
- Very basic tests ensuring that the `journalctl` comamand is correctly
construction and that the json log entrys are parsed correctly.
- Add simple e2e test to grep the function logs
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com >
2020-03-07 10:11:09 +00:00
2307fc71c5
Add log shim and collect command
...
The collect command redirects function logs to the journal for
viewing on journalctl. faas-cli logs is not implemented as of
yet. View logs with journalctl -t openfaas-fn:FN_NAME_HERE.
Tested on Dell XPS with Ubuntu Linux. The approach takes
inspiration from the Stellar project.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-02-23 19:54:49 +00:00
262770a0b7
Add note for credentials helper
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-02-22 18:56:16 +00:00
27cfe465ca
Update context on DO
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-02-17 17:27:55 +00:00
d6c4ebaf96
Add help & support
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-02-17 17:26:18 +00:00
e9d1423315
Add terraform sample
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-02-17 17:18:24 +00:00
10e7a2f07c
Add tutorial for private registry
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-02-13 12:18:15 +00:00