Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clean egress #1178

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Add clean egress #1178

merged 1 commit into from
Mar 5, 2024

Conversation

bzsuni
Copy link
Collaborator

@bzsuni bzsuni commented Jan 29, 2024

Fix #670

@bzsuni bzsuni added the release/none should not recoded in new release label Jan 29, 2024
@bzsuni bzsuni requested a review from weizhoublue as a code owner January 29, 2024 15:02
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (14aaeaf) 84.16% compared to head (0452110) 84.16%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1178   +/-   ##
=======================================
  Coverage   84.16%   84.16%           
=======================================
  Files          19       19           
  Lines        3170     3170           
=======================================
  Hits         2668     2668           
  Misses        390      390           
  Partials      112      112           
Flag Coverage Δ
unittests 84.16% <ø> (ø)

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

@bzsuni bzsuni force-pushed the bz/e2e/clean-egress branch from d045808 to d065b08 Compare January 30, 2024 01:58
@bzsuni bzsuni force-pushed the bz/e2e/clean-egress branch 2 times, most recently from 483984e to 49cc9ce Compare January 30, 2024 03:29
lou-lan
lou-lan previously approved these changes Jan 30, 2024
# kubectl patch crd egresstunnels.egressgateway.spidernet.io -p '{"metadata":{"finalizers": []}}' --type=merge
# kubectl patch crd egressgateways.egressgateway.spidernet.io -p '{"metadata":{"finalizers": []}}' --type=merge

kubectl get crd | grep egressgateway.spidernet.io | awk '{print $1}' | xargs kubectl delete crd
Copy link
Collaborator

@weizhoublue weizhoublue Jan 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果这不是我们 文档中的 卸载的标准流程,不应该有这个脚本

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已经将这个脚本删除

@@ -174,9 +174,20 @@ jobs:
path: ${{ env.E2E_GINKGO_REPORT_PATH }}
retention-days: 30

- name: helm uninstalls egress
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个CI 目的不是简单为了卸载,而是 在按照标准卸载流程后,确认是否还有残余垃圾。因此,是否有该 确认 代码 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的,晚点我加一下

@weizhoublue
Copy link
Collaborator

any update ?

@bzsuni
Copy link
Collaborator Author

bzsuni commented Feb 21, 2024

any update ?

do it tody

Signed-off-by: bzsuni <[email protected]>
@bzsuni bzsuni force-pushed the bz/e2e/clean-egress branch from eb9195c to 0452110 Compare February 21, 2024 10:29
@weizhoublue weizhoublue merged commit ac3e9a0 into main Mar 5, 2024
175 checks passed
@weizhoublue weizhoublue deleted the bz/e2e/clean-egress branch March 5, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/none should not recoded in new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI for clean
3 participants