我正在关注hello node Kubernetes tutorial但是当我按照命令将我的机器推到谷歌云时的步骤:
$(document).on("click","a",function(e){
$.ajax({
url: "post_category.php",
type: "POST",
data: {id:$(this).attr("id")}
});
});
我收到以下错误消息:
gcloud docker push gcr.io/PROJECT_ID/hello-node:v1
(只是避免重复检查,我用PROJcg的实际数字替换了我的PROJECT_ID)
我能够将我的图像推送到存储桶并运行,但随后我的图像未显示在Container Engine中> Container Registry。
如何解决这个问题?
答案 0 :(得分:4)
您应该将countDictItems = function(tab,returnItems)
local amount = 0
local items = {}
for _, ind in pairs(tab) do
amount = amount + 1
end
return amount, items or amount
end
替换为项目的字母数字ID(例如“my-project-123”)。