-
Notifications
You must be signed in to change notification settings - Fork 209
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
connectivity: improve handling existing cilium-test namespace #119
Comments
@errordeveloper So you need the ability for the namespace to exist but not the deployments inside? |
@tgraf exactly :) |
The use-case I have right is for OpenShift, where use of |
OpenShift doesn't actually support PSPs. |
Don't assume presence of namespace indicates presence of deployments. Fixes: #119 Signed-off-by: Thomas Graf <thomas@cilium.io>
Don't assume presence of namespace indicates presence of deployments. Fixes: #119 Signed-off-by: Thomas Graf <thomas@cilium.io>
The original reason for opening #115 was that I noticed an issue with
cilium connectivity check
.When
cilium-test
namespace exists,srcDeploymentNeeded
remainsfalse
and thedeploy
function returns without doing anything else.cilium-cli/connectivity/check.go
Lines 827 to 969 in dff492a
Getting #115 done maybe be a little more involved than I hoped, so a simpler fixes will be needed.
The text was updated successfully, but these errors were encountered: