Skip to content

deploy(sandbox-gateway): add kustomize configs for sandbox-gateway#213

Open
chengzhycn wants to merge 1 commit intoopenkruise:masterfrom
chengzhycn:feat/sandbox-gateway
Open

deploy(sandbox-gateway): add kustomize configs for sandbox-gateway#213
chengzhycn wants to merge 1 commit intoopenkruise:masterfrom
chengzhycn:feat/sandbox-gateway

Conversation

@chengzhycn
Copy link

Ⅰ. Describe what this PR does

Created config/sandbox-gateway/ directory with the following kustomization resources:

  • kustomization.yaml - Entry point listing all resources
  • deployment.yaml - Envoy proxy deployment with sandbox-gateway filter
  • configmap.yaml - Envoy configuration
  • service.yaml - ClusterIP service on port 10000
  • serviceaccount.yaml - ServiceAccount for gateway pods
  • rbac.yaml - ClusterRole and ClusterRoleBinding for sandbox resource access

Ⅱ. Does this pull request fix one issue?

NONE

Ⅲ. Describe how to verify it

kustomize build config/sandbox-gateway | kubectl apply -f -

Ⅳ. Special notes for reviews

Signed-off-by: xianying.czy <xianying.czy@alibaba-inc.com>
@kruise-bot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@chengzhycn
Copy link
Author

/assign @furykerry

@chengzhycn chengzhycn changed the title qdeploy(sandbox-gateway): add kustomize configs for sandbox-gateway deploy(sandbox-gateway): add kustomize configs for sandbox-gateway Mar 19, 2026
@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.90%. Comparing base (ff612f0) to head (3c484f0).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   57.97%   57.90%   -0.07%     
==========================================
  Files          99       99              
  Lines        6027     6027              
==========================================
- Hits         3494     3490       -4     
- Misses       2291     2295       +4     
  Partials      242      242              
Flag Coverage Δ
unittests 57.90% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants