You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
leninmehedy
added
Bug
A error that causes the feature to behave differently than what was expected based on design docs
Pending Triage
New issue that needs to be triaged by the team
labels
Sep 15, 2023
Bill of Materials or CLI Version
No response
Execution Environment
JUnit Extensions
Slf4j Logging Implementation
None
To Reproduce
make deploy-gateway-api
envoy-gateway-system
andgateway-system
make destroy-gateway-api
gateway-system
still existsDescribe the bug
For local development, we deploy
envoy-gateway
in the cluster manually. Sometimes we also want to clean it up for various ingress testing.When installing
envoy-gateway
it creates two namespaces asenvoy-gateway-system
andgateway-system
.So when we want to uninstall, we need to remove those two namespaces.
Describe the expected behavior
When we run
make destroy-gateway-api
, two related namespace and resources inenvoy-gateway-system
andgateway-system
namespace should be removedWhole JUnit/CLI Logs
After running
destroy-gateway-api
, the pods are still running ingateway-system
:Additional Context
No response
The text was updated successfully, but these errors were encountered: