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": {
}
}
}
}
But my startup-script dose not work. When I create a GCE instance with the metadata "startup-script-url", I'm able to make it work. I think that I can apply a startup-script to GKE instances in the same way to apply a startup-script to GCE instances.
I referred to this site how to apply the startup-script to the instance.
Cannot I apply the metadata "startup-script-url" to GKE instance on specifications?
Dose anyone have any idea?
Regards,
Shigeomi