Skip to content

feat: implement container readiness probes with custom HTTP endpoint …#330

Open
Dmitry Berkovich (dberkov) wants to merge 1 commit into
agent-substrate:mainfrom
dberkov:readyz
Open

feat: implement container readiness probes with custom HTTP endpoint …#330
Dmitry Berkovich (dberkov) wants to merge 1 commit into
agent-substrate:mainfrom
dberkov:readyz

Conversation

@dberkov

Copy link
Copy Markdown
Collaborator

Extends ActorTemplate.Container spec to allow defining a readyz probe.

  • ateoms (both gVisor & microVM) are updated and wait for readyz signal if it was enabled on container when creating a new container or resume from a snapshot.
  • actorTemplates controller has been updated not to wait 20 sec during golden snapshot creation, if readyz is enabled on actor. It assumes, atelet call returns when all containers passed readyz.

Tested manually both counters:

  • gVisor
  • microvm

Fixes #316

  • e2e tests pass
  • Appropriate changes to documentation are included in the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add readyz capability for actor's container

1 participant