3ee7c99701
Fix typo on ack_wait
...
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com >
2018-05-28 15:21:42 -07:00
7f6295c9cf
Update alpine version to 3.7
...
This updates alpine version to 3.7 in sample-functions, gateway
and some markdown docas.
Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com >
2018-05-11 14:14:59 +01:00
3732276c0d
Update gateway version to 0.8.0
...
This updates the gateway version to the latest 0.8.0 and faas
version in markdown docs
Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com >
2018-04-28 09:35:17 +01:00
f936dcd757
Update watchdog version to 0.7.9 in function templates and docs
...
This updates fwatchdog to latest version (0.7.9) in all templates
in sample-functions and faas version in the documentation
Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com >
2018-04-12 22:36:26 -07:00
5429df1e98
Update deployment_swarm.md
2018-04-05 18:39:59 +01:00
ec58db0d66
Update deployment_k8s.md
2018-04-05 18:39:38 +01:00
b048bdb3ec
Update because samples.yml was renamed to stack.yml
2018-04-05 18:38:57 +01:00
ead7019a32
Rename samples.yml to stack.yml
...
Keeping documentation up to date
2018-04-05 18:36:51 +01:00
54abee9a23
Update to link to next-gen watchdog
2018-03-31 14:01:30 +01:00
e7001b2b49
Remove patching references from ARM deployment guide
...
Signed-off-by: rgee0 <richard@technologee.co.uk >
2018-03-28 19:08:54 +01:00
949810c403
Update troubleshooting guide about namespaces
...
Updated to show how to use namespaces with Kubernetes
Also updates the timeouts for gateways newer than 0.7.7
2018-03-26 09:21:59 +01:00
ca15008adc
guide,do: switch to ubuntu-17-10-x64
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2018-03-23 21:26:26 +00:00
3eccd55963
Update for GKE RBAC instruction
2018-03-10 10:37:52 +01:00
a024d4a6fb
Using faas-cli new for function generation
...
Signed-off-by: Jono Finger <jono@foodnotblogs.com >
2018-03-09 23:55:58 +01:00
78c8451df2
Removing scaling section
...
Signed-off-by: Jono Finger <jono@foodnotblogs.com >
2018-03-09 23:55:58 +01:00
c04a3c0612
Addressing some comments
...
Signed-off-by: Jono Finger <jfinger@plos.org >
2018-03-09 23:55:58 +01:00
7cd333a285
Adding first draft of registry doc
...
Signed-off-by: Jono Finger <jfinger@plos.org >
2018-03-09 23:55:58 +01:00
e337b0df5b
Update performance_testing.md
2018-03-01 08:15:43 +00:00
19e7f4639e
Complete bump to 0.7.1 watchdog and repo.
...
Also bumps golang builder version to 1.9.4 for sample functions.
Signed-off-by: John McCabe <john@johnmccabe.net >
2018-02-25 11:54:21 +00:00
4e9d999554
Bump gateway and watchdog tags/versions
...
This commit bumps the non-arm gateway from 0.7.0 to 0.7.1 and the arm
variants from 0.6.9 to 0.7.0.
It also updates all watchdog versions to the 0.7.1 release.
Signed-off-by: John McCabe <john@johnmccabe.net >
2018-02-25 11:54:21 +00:00
c118e691f8
flag should be '-g' or '--gateway'
...
Signed-off-by: cc <herochinese.cc@gmail.com >
2018-02-22 11:40:15 +00:00
140cee66af
Clarify timeouts
2018-02-15 17:04:27 +00:00
35a9dbebe1
Update deployment_swarm.md
2018-02-15 16:57:45 +00:00
6fe9d22658
Update deployment_k8s.md
2018-02-15 16:57:44 +00:00
4b9c7639c4
Update to latest GW
2018-02-14 10:23:01 +00:00
1ee0d31f28
Moved supported Docker version to 17.06 to enable 3.3 of compose
...
Signed-off-by: rgee0 <richard@technologee.co.uk >
2018-02-05 17:27:12 +00:00
12b85b1632
Update troubleshooting.md
2018-01-28 20:51:12 +00:00
abb9718864
Update asynchronous.md
2018-01-19 19:10:56 +00:00
bc75e3f476
changing image as per #475
...
Signed-off-by: rgee0 <richard@technologee.co.uk >
2018-01-13 17:55:09 +00:00
53a9b24f8c
Update backends.md
2018-01-13 10:00:40 +00:00
fe02ef5151
fix k8s fass-netes deploy docs, namespace.yml is at the root of the repo.
...
Signed-off-by: Philippe Granger <pgranger@elementai.com >
2018-01-11 21:17:05 +00:00
e9d51baeb7
Fix typo suggested by community.
2018-01-11 12:55:15 +00:00
e7b9f5fec6
Update instructions for deletion
2018-01-07 18:08:41 +00:00
cc21c092b2
Update yaml file list to yaml folder
2018-01-07 18:06:31 +00:00
17a3564ca0
Update traefik_integration.md
2017-12-28 19:07:57 +00:00
6199c61178
Remove non-async deployment option
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com >
2017-12-22 09:14:56 +00:00
44a90d64e7
Add secrets for Swarm
2017-12-16 16:15:52 +00:00
34032800c2
Update secure_secret_management.md
2017-12-16 16:14:56 +00:00
6f8c975ee8
Update guide with minimum cli version info
...
**What**
- Add a note indicating that `faas-cli>=0.5.1` is required for the
examples.
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com >
2017-12-16 16:08:52 +00:00
2137fb54df
Fix typo in secret management guide
...
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com >
2017-12-16 16:08:52 +00:00
35f0e9e657
Clean up docs and refactor createhandler
...
**What**
- Add a description for the secret key to the api swagger spec.
- Remove optional examples from the secret management guide.
- Update the ApiKeyProtected README to point at the new guide.
- Refactor the `makeSpec` function to accept the already assembled secrets
array because this should be easier to unit test.
Signed-off-by: Lucas Roesler <lucas.roesler@gmail.com >
2017-12-16 16:08:52 +00:00
5dce1deb21
Add advanced secret management
...
**What**
- Add the ability to specify secrets as a csv
- Vendor the docker/cli/opts
- Update the guide for secrets to use the `faas-cli`
**Why**
- Allowing the csv specification of secrets gives users more control about how
those secrets are mounted into the container. This is good for things like
key rotation and for developers that are building on top of OpenFaaS.
Signed-off-by: Lucas Roesler <lucas.roesler@gmail.com >
2017-12-16 16:08:52 +00:00
0fef825fb4
Add support to specify secrets in services
...
**What**
- During function creation, accept an array of strings defining swarm secrets
that are required for the service
- Update docs
- Add new guide on using the secrets capability
- Add new sample function to highlight using environment variables
- Update `ApiKeyProtected` sample function to utilize the new secrets
capabilities
**Why**
- This allows secrets to remain encrypted at rest instead of being unencrypted
in environment variables and yaml files.
Fixes #285
Signed-off-by: Lucas Roesler <lucas.roesler@gmail.com >
2017-12-16 16:08:52 +00:00
d279b7b304
Update traefik_integration.md
2017-12-15 17:48:57 +00:00
f5f83d7c05
* Added blog post to community
...
* Added blog post related to CI/CD to the guides
Signed-off-by: Ken Fukuyama <kenfdev@gmail.com >
2017-12-11 07:23:20 -08:00
006299c9d8
Mention X-Callback-Url
2017-12-03 09:50:33 -06:00
676c34f17a
Update deployment_k8s.md
2017-12-01 10:20:57 +00:00
f26e884e7d
Update backends.md
2017-11-30 16:43:56 +00:00
53f092d150
Update README.md
2017-11-30 09:21:49 +00:00
1aa6270fcc
Update asynchronous.md
...
Fixing typo
Signed-off-by: abhi <abhi@docker.com >
2017-11-30 01:02:58 +01:00