-
Notifications
You must be signed in to change notification settings - Fork 306
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
Unknown field "logging" in com.google.cloud.v1beta1.BackendConfig.spec #1598
Comments
updating my manifest to |
cc @skmatti Do you see any reason why |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Logging field is not defined in v1beta1 API. We have introduced this field only in V1 API. |
/close |
@skmatti: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-lifecycle stale |
Attempting to disable LB logging on my backend (version
cloud.google.com/v1beta1/BackendConfig
) and getting this error:error validating data: ValidationError(BackendConfig.spec): unknown field "logging" in com.google.cloud.v1beta1.BackendConfig.spec
My full BackendConfig:
This is being applied via FluxCD (which is reporting the error). In my cluster, the BackendConfig is actually
v1
. If I manually modify the resource, I am able to disable logging in the load balancer. I have been unable to find a doc for thev1beta1
version.Any ideas what I'm doing wrong here?
The text was updated successfully, but these errors were encountered: