We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug We are using the replace option when intercepting. However, the pod to intercept is configured with the following command:
command: - /bin/sh - '-c'
This command is then used by the pod which is replaced as well, leading it to crash:
This causes the old deployment to never be terminated, and so not correctly replaced.
To Reproduce Steps to reproduce the behavior:
Expected behavior The replacement pod should start up, and the old pod should be terminated.
Versions (please complete the following information): Telepresence version v2.21.3 Windows 10 K3D running Server Version: v1.31.4+k3s1
The text was updated successfully, but these errors were encountered:
This problem is addressed in the coming 2.22.0 release and the new telepresence replace command.. If you want, you can test it using 2.22.0-test.8.
telepresence replace
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
We are using the replace option when intercepting. However, the pod to intercept is configured with the following command:
This command is then used by the pod which is replaced as well, leading it to crash:
This causes the old deployment to never be terminated, and so not correctly replaced.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The replacement pod should start up, and the old pod should be terminated.
Versions (please complete the following information):
Telepresence version v2.21.3
Windows 10
K3D running Server Version: v1.31.4+k3s1
The text was updated successfully, but these errors were encountered: