Skip to content

Commit 75f3655

Browse files
committed
Enable Kubernetes alpha features for GKE 1.10
* This is required to enable CustomResourceSubresources #642
1 parent b56d38a commit 75f3655

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/creating-a-kubernetes-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ To use a k8s cluster running in GKE:
3636
--scopes=cloud-platform \
3737
--machine-type=n1-standard-4 \
3838
--enable-autoscaling --min-nodes=1 --max-nodes=3 \
39+
--enable-kubernetes-alpha \
3940
knative-demo
4041
```
4142

@@ -45,6 +46,7 @@ To use a k8s cluster running in GKE:
4546
* Knative Serving currently requires 4-cpu nodes to run conformance tests.
4647
Changing the machine type from the default may cause failures.
4748
* Autoscale from 1 to 3 nodes. Adjust this for your use case
49+
* Kubernetes alpha features are required to enable the `CustomResourceSubresources` feature.
4850
* Change this to your preferred cluster name
4951

5052
You can see the list of supported cluster versions in a particular zone by

0 commit comments

Comments
 (0)