摘要: 'import *' only allowed at module level When Python compiles code it needs a determined number of local variables, The number of variables that import 阅读全文
posted @ 2023-04-01 10:06 ascertain 阅读(19) 评论(0) 推荐(0)
摘要: insecure-registry export DOCKER_OPTS+=' --insecure-registry localhost' 阅读全文
posted @ 2023-04-01 00:53 ascertain 阅读(20) 评论(0) 推荐(0)
摘要: imagePullSecrets # using config.json kubectl create secret generic secret-docker \ --from-file=.dockerconfigjson=<path/to/.docker/config.json> \ --typ 阅读全文
posted @ 2023-04-01 00:40 ascertain 阅读(14) 评论(0) 推荐(0)