docs(examples): add working autoscaler-wasm example configuration#4345
docs(examples): add working autoscaler-wasm example configuration#4345markmandel merged 2 commits intoagones-dev:mainfrom
Conversation
- Added README.md with comprehensive documentation including: - Added autoscaler.yaml example configuration for FleetAutoscaler - Fixed buffer_size config value format (string instead of integer) in wasmfleetautoscaler.yaml
| @@ -1,33 +1,100 @@ | |||
| # Autoscaler WASM example | |||
| # Autoscaler WASM Example | |||
There was a problem hiding this comment.
I didn't realise I had a README already. Oh well - this updates it! 😄
|
Build Failed 😭 Build Id: 869a371f-e42b-4d0f-98b8-a4b73adf071e Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
🤔 /gcbrun |
|
Build Succeeded 🥳 Build Id: 8b8d7fd6-31ee-4be9-ac82-7924da201411 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version: |
| - scale: Ensures there is a buffer of replicas available for the fleet. The buffer size is configurable via the buffer_size config entry and defaults to 5. | ||
| - scaleNone: A no-op example that always returns the current replica count. | ||
|
|
||
| ## Prerequisites |
There was a problem hiding this comment.
Pulled this out, as I'll cover it in the quickstart.
| # Config values to pass to the wasm program on startup | ||
| config: | ||
| buffer_size: 10 | ||
| buffer_size: "10" |
There was a problem hiding this comment.
sneak in small fix.
|
Build Failed 😭 Build Id: 241b4d61-0301-4d37-931c-bd8507d33fbb Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
weird /gcbrun |
|
Build Failed 😭 Build Id: 9222fa4a-93bb-4345-8ae1-ee7e82cb56e4 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
/gcbrun |
|
Build Succeeded 🥳 Build Id: 5c19d46b-24d3-4d6c-95c7-db01c8669577 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version: |
…ones-dev#4345) - Added README.md with comprehensive documentation including: - Added autoscaler.yaml example configuration for FleetAutoscaler - Fixed buffer_size config value format (string instead of integer) in wasmfleetautoscaler.yaml
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Work on #4080
Special notes for your reviewer:
Once this is up, I can write the quickstart guide, and that will close out this feature!