57baf34f5a
Add support for namespace mutations
...
Adds support for: Get, Create, Update, Delete
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2023-07-07 13:45:36 +01:00
86d2797873
MULTIPASS.md: Fix typo
...
Remove extra "P" in "contents"
Signed-off-by: Gianpaolo Macario <gmacario@gmail.com >
2023-04-03 15:17:42 +01:00
b1ea842fb1
Update flag for multipass
...
--mem is now deprecated in favour of --memory
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2023-03-21 17:01:48 +00:00
c41c2cd9fc
Migrate to containerd v1.7.0 and update dependencies
...
* Updates containerd to v1.7.0 and new binary for 32-bit
Arm OSes.
* Updates Go dependencies - openfaas and external
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2023-03-20 08:40:57 +00:00
9efd019e86
Update vision
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2023-03-06 11:03:39 +00:00
d09ab85bda
Update notes in README
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2023-03-06 11:03:39 +00:00
ecf82ec37b
Add a second link to the ROADMAP
...
Whilst the ROADMAP was already linked, one user was confused
about the design decisions of faasd, so this adds a second
link to make it more likely he would click on it in the future.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2022-10-04 16:21:10 +01:00
6b6ff71c29
Update to containerd 1.6.8
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2022-08-18 12:15:33 +01:00
5cedf28929
Dev.md updated to version 0.16.2
...
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com >
updated faasd version in terraform script
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com >
2022-07-19 13:08:50 +01:00
02e9b9961b
Migrate to containerd v1.6.4
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2022-05-25 12:49:58 +01:00
fee46de596
Add README for docs folder
...
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com >
2022-05-24 10:18:54 +01:00
6d297a96d6
Track community terraform modules for faasd
...
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com >
2022-05-13 13:55:55 +01:00
b43d2562a9
Fix issue #265
...
The downstream installation script needs to be run via
bash to support early failure modes using pipefail.
Thanks to @koffeinfrei for reporting this and testing a
fix.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2022-05-03 08:17:16 +01:00
a995413971
Update CNI version for cloud-config.tpl
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2022-04-10 18:45:42 +01:00
912ac265f4
Upgrade containerd to 1.6.2 and CNI to 0.9.1
...
Upgrades containerd, and switches to the official 64-bit ARM
binary.
Continues to use my binary for 32-bit arm hosts.
CNI upgraded to v0.9.1
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2022-04-10 18:45:42 +01:00
1822114705
- use hack/install.sh script in cloud-init startup script
...
- removed duplicate terraform setup
Signed-off-by: Johan Siebens <johan.siebens@gmail.com >
2022-04-06 12:22:34 +01:00
52f64dfaa2
Include Unistall and Stop faasd
...
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com >
2022-04-06 12:21:58 +01:00
551e6645b7
chore: improve multipass cloud-config and instructions
...
Improve the Multipass cloud-config.txt by using the install.sh script
instead of stale install instructions. This ensures that the latest
release is installed and reduces the number of install instructions we
need to maintain.
Also, improve the instructions for using multipass by including a
one-line command for setting the correct ssh key _and_ starting the VM.
Finally, improve the markdown formatting by indenting the paragraph
bodies of the list items. This ensures that the content is properly
aligned with the bullet list.
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com >
2022-01-19 12:44:47 +00:00
8fbdd1a461
Update ROADMAP.md
2021-11-14 08:58:52 +00:00
acb5d0bd1c
Amend patches.md gh command to include 'pr'
...
Signed-off-by: Richard Gee richard@technologee.co.uk
2021-11-03 19:48:39 +00:00
2c9eb3904e
Add guide for testing patches.
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-11-01 13:00:26 +00:00
57322c4947
Update terraform scripts to latest version
...
Signed-off-by: Engin Diri <engin.diri@mail.schwarz >
2021-08-25 17:04:56 +01:00
6b840f0226
Upgrade scripts for faasd 0.13.0
...
Upgrade to 0.13.0 and add build script for containerd on arm64
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-07-27 10:36:22 +01:00
12ada59bf1
Update to containerd v1.5.4
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-07-27 10:30:12 +01:00
4c9c66812a
Upgrade to faasd 0.12.5 for automation scripts
...
* Updates cloud-config and terraform templates to 0.12.5
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-07-27 10:30:12 +01:00
1d86c62792
Bump scripts to install faasd 0.11.0
...
Moves to CNI results cache for looking up container IPs.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-02-22 09:56:06 +00:00
27ba86fb52
Update Go version for building
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-02-21 18:26:23 +00:00
bc2fe46023
add git to cloud-init
...
Signed-off-by: Lars <larslehmann@kabelmail.de >
2021-02-14 07:38:51 +00:00
507ee0a7f7
Add media
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-02-06 14:50:56 +00:00
8f6d2fa6ec
Fix another small type in MULTIPASS tutorial
...
Signed-off-by: Christopher Timm <whiteHatTux@timmch.de >
2021-02-06 09:33:52 +00:00
0e6983b351
Use jq short form instead of jq with a chained tr in Tutorial
...
Signed-off-by: Christopher Timm <whiteHatTux@timmch.de >
2021-02-06 09:33:52 +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
cd4add32e1
Update -t vs -u for journalctl
...
-t = syslog identifier
-u = unit name
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2021-01-23 19:50:57 +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
d4454758d5
Update DEV.md
2021-01-17 12:20:45 +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
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
716ef6f51c
Bump gateway version to 0.19.1 & do a shallow checkout of faasd repo
...
Signed-off-by: Utsav Anand <utsavanand2@gmail.com >
2020-10-15 14:44:32 +01:00
92523c496b
Update docs for multipass
...
Suggestion via @paulkarayan in #116
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-10-15 13:42:46 +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
16a8d2ac6c
Add subdomain variable to terraform
...
Tested by running against a new DO cluster. Readme updated with the new variable name and a
brief description of it
Signed-off-by: Simon Emms <simon@simonemms.com >
2020-08-25 09:10:06 +01:00
68ac4dfecb
Add ignore files
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-08-13 16:18:28 +01:00
c2480ab30a
Upgrade versions for terraform scripts
...
Update containerd, faasd and caddy 2 versions.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-08-13 16:06:18 +01:00
038b92c5b4
Add faas-cli step
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-08-10 12:05:04 +01:00
f1a1f374d9
Pin containerd service version for dev instructions
...
The pinned version fixes and issue with containerd timing out
when starting.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-08-10 12:03:12 +01:00
24692466d8
Update start-order for dev instructions
...
There appeared to be a new error with containerd not having any
kind of network configs. Reported by @LucasRoesler.
containerd is taking a very long time to start with a basic
multipass VM, > 90s. This may be a red herring, but hope the
change will be helpful.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-08-10 11:43:22 +01:00
e3589a4ed1
Correct spelling of Canonical in tutorial
...
Correct spelling of Canonical in tutorial
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com >
2020-07-24 08:35:21 +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