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
After updating the operator 0.5.0 -> 0.6.0, the cluster to 23.2, and qt to 0.0.5. This error appears when running QT queries
Access control object "nobody" does not exist
This is due to the fact that necessary ACOs are created only when qt is initializing, not when it is updating https://github.com/ytsaurus/yt-k8s-operator/blob/main/pkg/components/query_tracker.go#L193 We need to start doing this job every update
As a temporary solution, they can be created manually
yt create access_control_object_namespace --attr '{name=queries}' yt create access_control_object --attr '{namespace=queries;name=nobody}'
The text was updated successfully, but these errors were encountered:
@Krock21 should this be closed after #195
Sorry, something went wrong.
Resolved in 0.7.0
Krock21
Krisha11
No branches or pull requests
After updating the operator 0.5.0 -> 0.6.0, the cluster to 23.2, and qt to 0.0.5. This error appears when running QT queries
This is due to the fact that necessary ACOs are created only when qt is initializing, not when it is updating
https://github.com/ytsaurus/yt-k8s-operator/blob/main/pkg/components/query_tracker.go#L193
We need to start doing this job every update
As a temporary solution, they can be created manually
The text was updated successfully, but these errors were encountered: