We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56d38a commit 75f3655Copy full SHA for 75f3655
1 file changed
docs/creating-a-kubernetes-cluster.md
@@ -36,6 +36,7 @@ To use a k8s cluster running in GKE:
36
--scopes=cloud-platform \
37
--machine-type=n1-standard-4 \
38
--enable-autoscaling --min-nodes=1 --max-nodes=3 \
39
+ --enable-kubernetes-alpha \
40
knative-demo
41
```
42
@@ -45,6 +46,7 @@ To use a k8s cluster running in GKE:
45
46
* Knative Serving currently requires 4-cpu nodes to run conformance tests.
47
Changing the machine type from the default may cause failures.
48
* Autoscale from 1 to 3 nodes. Adjust this for your use case
49
+ * Kubernetes alpha features are required to enable the `CustomResourceSubresources` feature.
50
* Change this to your preferred cluster name
51
52
You can see the list of supported cluster versions in a particular zone by
0 commit comments