Re: [kubernetes-users] [GKE] Can I apply the metadata "startup-script-url" to GKE instance when I create a Cluster?

2016-11-24 Thread 'Robert Bailey' via Kubernetes user discussion and Q
Startup scripts are not allowed to be specified for GKE nodes. From https://cloud.google.com/container-engine/reference/rest/v1/NodeConfig: Additionally, to avoid ambiguity, keys must not conflict with any other > metadata keys for the project or be one of the four reserved keys: >

[kubernetes-users] [GKE] Can I apply the metadata "startup-script-url" to GKE instance when I create a Cluster?

2016-11-24 Thread Shigeomi Takada
Hi I use GKE. I set the metadata "startup-script-url" to apply my startup-script file as follows. { "cluster": { "name": "cluster1", "initialNodeCount": 3, "nodeConfig": { "metadata": { "startup-script-url":