Registering a Google Account authenticates gopaddle to provision and manage Google GKE clusters, push or pull Docker Images ..
Pre-requisite
Step-1 : Create a Role
gcloud auth logingcloud iam roles create <role-name> --project=<Project_ID> --file=<permissions-file-path>Note: permissions [container.clusterRoles.escalate, container.namespaces.finalize, container.pods.initialize,
container.roles.escalate] are in 'TESTING' stage which means the functionality is not mature and they can go away in
the future. This can break your workflows, so do not use them in production systems!
Are you sure you want to make this change? (Y/n)? YStep -2 Creating a Service Account


Registering a Google Account in gopaddle

Last updated