good first issuekind/enhancement
倉庫指標
- Star
- (25,672 star)
- PR 合併指標
- (平均合併 2天 19小時) (30 天內合併 63 個 PR)
描述
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Describe the feature
For every dapr sidecar that gets created, a cluster ip service gets created for the sidecar. This is represented in k8s with the <appid>-dapr nomenclature.
However, when deploying nginx via a daemonset, this service is not created automatically, requiring a manual process. It'd be ideal if Dapr could handle this service creation during deployment.
This can be easily reproduced by following the DaemonSet deployment process here but adding Dapr annotations to the DameonSet yaml file.
Release Note
RELEASE NOTE: ADDED support to automated sidecar service creation for ingress controller via DaemonSet