How to create a GKE cluster with minimum CPU platform

0 votes
How to create a GKE cluster with minimum CPU platform?
Oct 30, 2019 in GCP by Sam
• 6,260 points
849 views

1 answer to this question.

0 votes

To create a new cluster with a minimum CPU platform using the gcloud command-line tool, set the --min-cpu-platform flag and specify the user-friendly name for the CPU platform:

gcloud container clusters create [CLUSTER_NAME] --zone [COMPUTE_ZONE] \ --min-cpu-platform [PLATFORM_NAME]

where:

  • [CLUSTER_NAME] is the name you choose for the cluster.

  • [COMPUTE_ZONE] is the cluster's compute zone.

  • [PLATFORM_NAME] is the desired CPU platform to run in the cluster.

For example, the following command creates a cluster named example-cluster with the Intel Broadwell platform:

gcloud container clusters create example-cluster --zone us-central1-a \ --min-cpu-platform “Intel Broadwell”
answered Oct 30, 2019 by Sirajul
• 59,230 points

Related Questions In GCP

+2 votes
1 answer

How to create a GKE cluster from command line?

Hi@MD, A cluster consists of at least one cluster master machine ...READ MORE

answered Aug 25, 2020 in GCP by akhtar
• 38,230 points
1,332 views
0 votes
1 answer
0 votes
1 answer

How to disable the Kubernetes Dashboard for a GKE cluster?

The Kubernetes Dashboard is disabled by default on ...READ MORE

answered Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,758 views
0 votes
1 answer

How to create a routes-based cluster on Gcloud?

In Google Kubernetes Engine, clusters can be ...READ MORE

answered Oct 31, 2019 in GCP by Sirajul
• 59,230 points
826 views
0 votes
1 answer

Monitor the resource usage in GKE cluster.

Yes, GKE usage metering tracks information about ...READ MORE

answered Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,545 views
0 votes
1 answer

How to enable the GKE usage metering?

To enable GKE usage metering, you first create ...READ MORE

answered Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,508 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP