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
While setting up some demos, I ran into an issue where my ingress wasn't being created and I was missing why. Eventually I did find this
2023-03-13T22:27:51Z INFO controllers.ingress Ingress is not of type ngrok so skipping it {"ingress": "default/game-2048"}
My issue was I had the ingress-class annotation instead of the spec attribute. This would have been more clear if:
It should be easy to deal with misconfigurations.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
While setting up some demos, I ran into an issue where my ingress wasn't being created and I was missing why. Eventually I did find this
My issue was I had the ingress-class annotation instead of the spec attribute. This would have been more clear if:
Use Case
It should be easy to deal with misconfigurations.
Related issues
No response
The text was updated successfully, but these errors were encountered: