Skip to content

Commit

Permalink
docs: Add Machine Pool flag reference to GKE enabling docs
Browse files Browse the repository at this point in the history
Prior to this change, a user would get an error when trying to provision
a quickstart GKE cluster with the provided instructions. The error would
instruct the user to enable the Machine Pool feature flag.

This change updates the readme for enabling capg with the GKE and
Machine Pool feature flags and enables users to provision quickstart GKE
clusters.
  • Loading branch information
bubbaksmith committed Mar 30, 2023
1 parent d048d87 commit fc812ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/topics/gke/enabling.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Enabling GKE Support

Enabling GKE support is done via the **GKE** feature flag by setting it to true. This can be done before running `clusterctl init` by using the **EXP_CAPG_GKE** environment variable:
Enabling GKE support is done via the **GKE** and **Machine Pool** feature flags by setting them to true. This can be done before running `clusterctl init` by using the **EXP_CAPG_GKE** and **EXP_MACHINE_POOL** environment variables:

```shell
export EXP_CAPG_GKE=true
export EXP_MACHINE_POOL=true
clusterctl init --infrastructure gcp
```

Expand Down

0 comments on commit fc812ac

Please sign in to comment.