我已经根据这个网站pullproject.org 安装了pull3。设置 CLI 连接后,我想根据Python Plugin创建一个 python 存储库,但“python”不可用,我在这件事上找不到进一步的说明......
pulp python repository create --name foo
Usage: pulp [OPTIONS] COMMAND [ARGS]...
Try 'pulp --help' for help.
Error: No such command 'python'.
# pulp status
{
"versions": [
{
"component": "pulpcore",
"version": "3.10.0"
},
{
"component": "pulp_python",
"version": "3.0.0"
},
{
"component": "pulp_file",
"version": "1.6.0.post3"
}
],
"online_workers": [
{
"pulp_href": "/pulp/api/v3/workers/f5bfb585-90af-4cc0-8dab-2730acc368f0/",
"pulp_created": "2021-03-15T08:00:24.959634Z",
"name": "30309@server.local",
"last_heartbeat": "2021-03-15T08:11:58.848936Z"
},
{
"pulp_href": "/pulp/api/v3/workers/b13f903f-86b6-4218-81f9-46fa4014b32c/",
"pulp_created": "2021-03-12T10:37:46.477567Z",
"name": "resource-manager",
"last_heartbeat": "2021-03-15T08:11:59.650397Z"
},
{
"pulp_href": "/pulp/api/v3/workers/65de2973-bbc1-4802-90eb-cc06415d7752/",
"pulp_created": "2021-03-15T08:00:27.980679Z",
"name": "30541@server.local",
"last_heartbeat": "2021-03-15T08:12:01.854412Z"
}
],
"online_content_apps": [
{
"name": "30804@server.local",
"last_heartbeat": "2021-03-15T08:12:05.879546Z"
},
{
"name": "30827@server.local",
"last_heartbeat": "2021-03-15T08:12:06.211846Z"
}
],
"database_connection": {
"connected": true
},
"redis_connection": {
"connected": true
},
"storage": {
"total": 101955665920,
"used": 3156148224,
"free": 98799517696
}
}
对此有任何想法吗?