Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 434 Bytes

File metadata and controls

13 lines (10 loc) · 434 Bytes

Enabling APIs

Run the following command to enable the APIs necessary to run a cluster in GCP:

just gcp-api enable-apis PROJECT gcs-files/apis/enabled_apis.txt

Disabling APIs

When a project is created, some APIs are enabled by default that are not required for the operation and administration of the cluster. To disable these APIs, run:

just gcp-api disable-apis PROJECT gcs-files/apis/disable_enabled_apis.txt