You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(demo): update github-agent spec for AgentCard auto-creation prerequisites
§7 Deployment:
- Add protocol.kagenti.io/a2a label requirement on both Deployment metadata.labels
and pod template; explain it gates AgentCardSyncReconciler.shouldSyncWorkload()
(operator stamps kagenti.io/type=agent but not the protocol label)
- Replace single Service port 8080→8000 with two-port shape: agent:8001→8001 first
(direct path past authbridge proxy, used by AgentCardReconciler for card fetch),
proxy:8080→8000 second (authenticated path for A2A clients); document why port
order matters (getServicePort() always takes Ports[0])
§8 Verification step 8: add AgentCard CR auto-creation check
Signed-off-by: Oleg Blinder <olegb@il.ibm.com>
0 commit comments