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

[BUG] Pod update failed with fluid webhook injection enabled #2053

Closed
TrafalgarZZZ opened this issue Aug 10, 2022 · 0 comments · Fixed by #2054
Closed

[BUG] Pod update failed with fluid webhook injection enabled #2053

TrafalgarZZZ opened this issue Aug 10, 2022 · 0 comments · Fixed by #2054
Labels
bug Something isn't working

Comments

@TrafalgarZZZ
Copy link
Member

What is your environment(Kubernetes version, Fluid version, etc.)

Describe the bug
Pod update failed with fluid webhook injection enabled

What you expect to happen:

Pod can be successfully updated.

How to reproduce it

  1. enable fluid webhook injection
kubectl label namespace default fluid.io/enable-injection=true
  1. Run any pod without Fluid dataset pvc
kubectl run --image=nginx nginx
  1. Try to edit the nginx pod spec.image but failed to pass API server validation.
kubectl edit pod nginx

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant