问题标签 [gcutil]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
shell - gcutil:使用命令的正确方法?
我gcutil
在shell脚本中使用如下
错误信息是:
我尝试了上述命令的许多组合,但它不起作用。我要做的就是确保 deleteinstance 不会删除永久磁盘,同时不会让 shell 脚本停止以供用户输入。
有人可以帮我找到使用该命令的正确方法吗?文档在这里。
google-compute-engine - 没有使用 gcutil 完成 bash
我刚刚安装了 Google Cloud SDK,我接受了bash completion的安装,但我只有完成 forgcloud
而不是gcutil
.
是否也可以完成 bash gcutil
?如何 ?
谢谢,
google-compute-engine - gcutil 添加快照会替换现有快照吗?
文档声明gcutil
addsnapshot
将创建一个新快照。
我的问题是:如果已经存在同名的快照,它会替换该快照吗?
linux - gcutil getproject returning resource not found
Does anyone can help me on this error?
I have search the resource not found error with google and read a lot of answers but all the answer not help for me. Like to enable the bill method, yes I have enabled it but not help.
Thannks,
Marmot
[marmot@localhost Projects]$ gcloud auth login
Go to the following link in your browser:
https://accounts.google.com/o/oauth2/auth?redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&prompt=select_account&response_type=code&client_id=32555940559.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fappengine.admin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fbigquery+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcompute+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdevstorage.full_control+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fndev.cloudman+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fsqlservice.admin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fprediction+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fprojecthosting&access_type=offline
Enter verification code: 4/ZUSX5HmO0ivg0B9iJwBM1WNJ9tHd.wpOolknAFYcSXE-sT2ZLcbSVP_2BjAI
You are now logged in as [weisheng.chen@gmail.com].
Your current project is [None]. You can change this setting by running:
$ gcloud config set project
[marmot@localhost Projects]$ gcloud config set project marmot-helloworld-1
[marmot@localhost Projects]$ gcutil getproject --project=marmot-helloworld-1 --cache_flag_values --dump_request_response
INFO: --request-start--
INFO: -headers-start-
INFO: accept-encoding: gzip, deflate
INFO: accept: application/json
INFO: user-agent: google-api-python-client/1.0
INFO: -headers-end-
INFO: -path-parameters-start-
INFO: project: marmot-helloworld-1
INFO: -path-parameters-end-
INFO: body: None
INFO: query: ?alt=json
INFO: --request-end--
INFO: URL being requested: https://www.googleapis.com/compute/v1/projects/marmot-helloworld-1?alt=json
Error: The resource 'projects/marmot-helloworld-1' was not found
[marmot@localhost Projects]$ uname -a
Linux localhost.localdomain 3.14.2-200.fc20.x86_64 #1 SMP Mon Apr 28 14:40:57 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
ssh - 将文件从一个谷歌计算引擎实例传输到另一个?
我正在尝试将文件从一个 GCE 实例复制到另一个。gsutil
我想尝试使用gcutil pull
.
我正在尝试做:
它可以工作,但是命令要求我输入一个新的密码(我假设是 ssh)。由于我是从脚本运行的,有没有办法将此密码默认为空?
rename - 如何重命名 GCE 永久磁盘?
这应该很容易,但是...
我一直在研究我正在调用的 Google Compute Engine 永久磁盘映像,现在utilserver
基本上需要从头开始重新构建它,但我可能需要原来的那个来尝试一些事情,以防出现问题。所以我想重命名utilserver
为utilserver-backup
然后创建一个新utilserver
的,希望最终会更正确。但是,在我的项目的 Web 控制台下,只有一个“删除”按钮,没有“重命名”按钮。gcutil
似乎都没有重命名命令。好的,我尝试创建一个utilserver
名为 的新永久磁盘的快照,然后从中创建一个快照utilserver-backup
,但是当我这样做时,新磁盘看起来就像一个全新的映像——我之前的安装工作都没有在那里。这里有什么想法吗?
http - 允许 Http 和 Https 流量
当我通过 bdutil 创建我的 hadoop 和 spark 集群时,我想设置允许 HTTP 和 HTTPS 标志的标志。我看到当您使用 GC utill 创建 VM 时,您设置了标签。我尝试使用 bdutil 来做同样的事情,但没有成功:(有人有什么建议吗??
谢谢,阿米
filter - gcutil --filter 参数错误
尝试运行时遇到问题gcutil listinstances --filter="name eq foo"
(例如...)
我收到以下错误: RuntimeError: CommandError: Unknown argument: "eq", "foo"
这遵循官方使用提示中的示例。
似乎'eq'和'foo'被解析为gcutil的独立参数......
这是由 gcutil 中的错误还是我使用它的方式造成的?谢谢。
asynchronous - 使用 gcloud 命令行实用程序的异步请求?
gcutil
有一个 --[no]synchronous_mode 选项,允许命令在发布请求后立即返回。
我在 中找不到类似的功能gcloud compute
,因为gcutil
它已被弃用。例如,这对于执行磁盘快照的脚本特别没有帮助。
有没有办法发出异步请求gcloud compute
?
tensorflow - google cloud 批量预测只支持 Tensorflow.FRAMEWORK_CUSTOM_CLASS
我正在尝试对自定义模型预测例程进行一些图像批量预测。我已按照本教程创建例程包装器。我已经将我的模型作为 tar.gz 部署在 google cloud ai 平台上,创建了一个版本等等。现在,当我尝试使用此命令从命令行启动批量预测时:
我收到以下错误
输入是 JSON 格式,我认为它的结构是正确的,因为在存储桶中,在控制台上,在 type 下它说{"instances": [{"image_bytes": {"b64": "image/jpeg"}}]}
,如果我单击 JSON,它会直接显示它包含的图像。很酷!但我不明白这个错误。