Skip to content

Commit

Permalink
update samples for version 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Cai committed Jan 3, 2020
1 parent 09caf1c commit bfb4cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
apiVersion: container.cnrm.cloud.google.com/v1alpha2
kind: ContainerCluster
metadata:
annotations:
cnrm.cloud.google.com/remove-default-node-pool: "false"
labels:
label-one: "value-one"
name: containercluster-sample
spec:
location: us-central1-a
initialNodeCount: 1
removeDefaultNodePool: false
loggingService: none
masterAuth:
username: "user"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
apiVersion: container.cnrm.cloud.google.com/v1alpha2
kind: ContainerCluster
metadata:
annotations:
cnrm.cloud.google.com/remove-default-node-pool: "false"
labels:
label-one: "value-one"
name: containernodepool-dep
spec:
location: us-central1-a
initialNodeCount: 1
removeDefaultNodePool: false
loggingService: none
masterAuth:
username: "user"
Expand Down

0 comments on commit bfb4cc3

Please sign in to comment.