Skip to content

Commit

Permalink
update samples for version 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
spew committed Dec 23, 2019
1 parent d37bf33 commit 09caf1c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: compute.cnrm.cloud.google.com/v1alpha3
kind: ComputeNodeTemplate
metadata:
name: computenodetemplate-sample-flexible
labels:
memory_guarantee: "false"
desired_workload: "high-cpu"
spec:
description: Node template for sole tenant nodes running in us-central1, with 96vCPUs and any amount of memory on any machine type.
region: us-central1
nodeTypeFlexibility:
cpus: "96"
memory: any
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: compute.cnrm.cloud.google.com/v1alpha3
kind: ComputeNodeTemplate
metadata:
name: computenodetemplate-sample-template
labels:
memory_guarantee: "true"
desired_workload: "sustained"
spec:
description: Node template for sole tenant nodes running in us-central1, with 96vCPUs and 624GB of memory, on n1 machines.
region: us-central1
nodeType: n1-node-96-624

0 comments on commit 09caf1c

Please sign in to comment.