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
问题描述/What happened:
pkg/scheduledtask/service/handlers.go ----开源版本的scheduledtask似乎有BUG 需要注册这2个对象 否则无法查看定时任务状态,与 设置启用/禁用
环境/Environment:
cat /etc/os-release
uname -a
dmidecode | egrep -i 'manufacturer|product' |sort -u
kubectl exec -n onecloud $(kubectl get pods -n onecloud | grep climc | awk '{print $1}') -- climc version-list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述/What happened:
pkg/scheduledtask/service/handlers.go ----开源版本的scheduledtask似乎有BUG
需要注册这2个对象
否则无法查看定时任务状态,与 设置启用/禁用
环境/Environment:
cat /etc/os-release
):uname -a
):dmidecode | egrep -i 'manufacturer|product' |sort -u
)kubectl exec -n onecloud $(kubectl get pods -n onecloud | grep climc | awk '{print $1}') -- climc version-list
):The text was updated successfully, but these errors were encountered: