Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bison committed Nov 14, 2018
1 parent e7be3d9 commit 61b525d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions examples/clusterautoscaler.yaml
Expand Up @@ -6,16 +6,16 @@ metadata:
spec:
podPriorityThreshold: -10
resourceLimits:
maxNodesTotal: 100
maxNodesTotal: 24
cores:
min: 8
max: 64
max: 128
memory:
min: 4
max: 32
max: 256
gpus:
- type: nvidia.com/gpu
min: 2
min: 0
max: 16
- type: amd.com/gpu
min: 0
Expand Down
7 changes: 4 additions & 3 deletions examples/machineautoscaler.yaml
Expand Up @@ -2,10 +2,11 @@
apiVersion: "autoscaling.openshift.io/v1alpha1"
kind: "MachineAutoscaler"
metadata:
name: "example"
name: "worker-us-east-1a"
namespace: "openshift-cluster-api"
spec:
minReplicas: 3
maxReplicas: 6
minReplicas: 1
maxReplicas: 12
scaleTargetRef:
apiVersion: cluster.k8s.io/v1alpha1
kind: MachineSet
Expand Down

0 comments on commit 61b525d

Please sign in to comment.