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
Mis-identification of container URLs on a specific arguments. A quick manifest that demos the error is below:
apiVersion: apps/v1 kind: Deployment metadata: labels: {} name: testdeployment spec: selector: matchLabels: {} template: spec: containers: - args: - --proxyComponentLogLevel=misc:error - --log_output_level=default:info name: test image: busybox
The text was updated successfully, but these errors were encountered:
Fixed in #45
Sorry, something went wrong.
ssmiller25
No branches or pull requests
Mis-identification of container URLs on a specific arguments. A quick manifest that demos the error is below:
The text was updated successfully, but these errors were encountered: