当我将一个元组保存到一个YAML文件中时,我得到的结果如下所示:当我尝试用yaml.safe_load(file_object)加载它时,我一直收到如下错误:
yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/tuple'
我知道oc tag -d python:3.5只会删除3.5Oc,我希望使用oc命令从相同的Image中删除多个旧标签。例如,图像流phython:rel-1,phython:rel-2,phython:rel-3.我试着像oc tag -d python:rel-*__一样。但我最后会收到下面的错误信息。