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
Currently in KIC 2.0 secrets can get our finalizers attached to them:
-n ingress get secrets default-token-mm99r -o yaml apiVersion: v1 kind: Secret metadata: annotations: kubernetes.io/service-account.name: default kubernetes.io/service-account.uid: 2c90e799-1f28-4020-991b-35d5b801e4e1 finalizers: - configuration.konghq.com/ingress
However nothing automatically removes them, causing (among other things) namespaces to get stuck in deletion during CI cleanup.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered:
shaneutt
Successfully merging a pull request may close this issue.
Currently in KIC 2.0 secrets can get our finalizers attached to them:
However nothing automatically removes them, causing (among other things) namespaces to get stuck in deletion during CI cleanup.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: