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
/usr/bin/yt create scheduler_pool --attributes '{name=research; pool_tree=default}' --ignore-existing
from here
ytsaurus-k8s-operator/pkg/components/master.go
Line 270 in 2dcaffb
Failed to attach child "research" to scheduler pool tree "default" Pool tree "default" already contains pool with name "research"
--ignore-existing doesn't work for pool, need to be checked with yt exists
--ignore-existing
Have to be said that it is not really popular use case to re-create ytsaurus spec for the existing cluster
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from here
ytsaurus-k8s-operator/pkg/components/master.go
Line 270 in 2dcaffb
fails if pool exists
--ignore-existing
doesn't work for pool, need to be checked with yt existsHave to be said that it is not really popular use case to re-create ytsaurus spec for the existing cluster
The text was updated successfully, but these errors were encountered: