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

operator invokes daemonset no set uid #995

Open
binbin0325 opened this issue Jan 25, 2024 · 1 comment
Open

operator invokes daemonset no set uid #995

binbin0325 opened this issue Jan 25, 2024 · 1 comment
Assignees
Labels
chaosblade-operator chaosblade-operator project type/bug Something isn't working

Comments

@binbin0325
Copy link
Member

Issue Description

Type: bug report

Describe what happened (or what feature you want)

operator invokes daemonset no set uid, causes daemonset to automatically generate a uid when it receives a create instruction,because the uid is not passed during destroy, the fault is cleared by the model not by uid. This causes the uid that daemonset automatically generates when it receives the create instruction to be destroyed again in the timed sleep process.

code :
https://github.com/chaosblade-io/chaosblade-operator/blob/master/exec/model/executor_nsexec.go#L134

Describe what you expected to happen

How to reproduce it (as minimally and precisely as possible)

Tell us your environment

Anything else we need to know?

@binbin0325
Copy link
Member Author

I'll fix it.

@binbin0325 binbin0325 self-assigned this Jan 25, 2024
@binbin0325 binbin0325 added type/bug Something isn't working chaosblade-operator chaosblade-operator project labels Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chaosblade-operator chaosblade-operator project type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant