kubernetes-retired/kube-deploy

Move Ubuntu installation script out of Cluster API GCP

rsdcastro opened this issue · 3 comments

The goal is to have that as reusable by other providers, as long as the base image is the same.

https://github.com/kubernetes/kube-deploy/blob/master/cluster-api-gcp/cloud/google/templates.go#L159

There are parts that are GCP specific, but those piece of data could be passed into the script rather than having it query the metadata server.

Keeping as GCP specific issue for now. If this becomes more general, we should file separate issues in the new kubernetes-sigs/cluster-api repo.

This issue was moved to kubernetes-sigs/cluster-api#87