Matt McNaughton and k8s-ci-robot
fcb285ecb0
Enrich deploy. template for acs-engine-autoscaler ( #5662 )
...
Add a number of configuration options for the pod in
`acs-engine-autoscaler`. Specifically, allow setting
resource requests/limits, pod/deployment annotations, pod tolerations,
pod node selectors, and pod affinity.
I tested that running `helm install acs-engine-autoscaler` works without
setting any of these values (i.e. relying on the defaults). I also ran
`helm install acs-engine-autoscaler` with the following new config,
and verified it successfully applied this configuration to the
pod/deployment.
```
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
nodeSelector:
beta.kubernetes.io/os: linux
podAnnotations:
mattjmcnaughton.com/test: test-this-pod-annotation
deploymentAnnotations:
mattjmcnaughton.com/test: test-this-deployment-annotation
tolerations:
- key: node-type
Operator: Equal
value: production
effect: NoSchedule
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 80
preference:
matchExpressions:
- key: availability-zone
operator: In
values:
- zone1
```
Finally, I updated the README to include these new default options.
2018-05-24 13:30:33 -07:00
..
2018-05-24 13:30:33 -07:00
2018-05-02 09:27:16 -07:00
2018-05-11 09:00:25 -07:00
2018-05-04 13:39:50 -07:00
2018-03-20 22:33:03 -07:00
2018-04-02 16:12:15 -07:00
2018-05-11 09:53:27 -07:00
2018-04-07 07:20:18 -07:00
2018-03-21 03:42:02 -07:00
2018-05-24 07:25:30 -07:00
2018-03-13 03:31:11 -07:00
2018-04-19 07:27:10 -07:00
2018-05-09 23:05:53 -07:00
2018-05-17 22:35:00 -07:00
2018-05-18 06:24:51 -07:00
2018-05-24 10:05:32 -07:00
2018-05-16 05:05:28 -07:00
2018-03-21 04:30:02 -07:00
2018-05-07 07:58:00 -07:00
2018-03-20 20:59:03 -07:00
2018-05-17 13:50:49 -07:00
2018-04-07 09:04:09 -07:00
2018-05-03 11:55:51 -07:00
2018-05-24 12:59:42 -07:00
2018-05-03 13:38:21 -07:00
2018-04-25 12:14:02 -07:00
2018-05-24 12:30:33 -07:00
2018-05-17 14:28:02 -07:00
2018-04-18 20:57:18 -07:00
2018-04-27 09:45:18 -07:00
2018-04-04 12:26:09 -07:00
2018-05-17 13:09:52 -07:00
2018-04-06 10:29:08 -07:00
2018-03-29 15:32:03 -07:00
2018-05-10 11:03:54 -07:00
2018-04-12 06:26:58 -07:00
2018-04-30 12:08:17 -07:00
2018-04-04 13:31:09 -07:00
2018-05-24 10:20:32 -07:00
2018-05-03 12:26:51 -07:00
2018-05-18 00:25:52 -07:00
2018-05-03 08:33:51 -07:00
2018-05-09 23:10:54 -07:00
2018-05-17 13:46:51 -07:00
2018-05-23 23:00:32 -07:00
2018-05-10 09:19:55 -07:00
2018-05-18 08:44:51 -07:00
2018-04-19 07:32:59 -07:00
2018-04-13 12:22:59 -07:00
2018-04-18 03:12:58 -07:00
2018-05-09 14:00:53 -07:00
2018-05-24 10:16:32 -07:00
2018-05-17 13:26:50 -07:00
2018-05-17 14:01:54 -07:00
2018-03-28 23:48:03 -07:00
2018-05-17 12:30:49 -07:00
2018-05-09 13:51:54 -07:00
2018-05-03 21:58:51 -07:00
2018-05-24 12:53:43 -07:00
2018-05-18 15:17:51 -07:00
2018-04-06 08:58:09 -07:00
2018-04-18 13:22:59 -07:00
2018-03-29 13:24:04 -07:00
2018-04-12 09:02:55 -07:00
2018-04-12 06:32:55 -07:00
2018-05-09 22:56:53 -07:00
2018-05-24 10:50:34 -07:00
2018-04-04 19:07:07 -07:00
2018-04-04 19:01:07 -07:00
2018-05-12 01:07:26 -07:00
2018-04-04 12:08:11 -07:00
2018-05-07 01:21:50 -07:00
2018-04-18 12:54:59 -07:00
2018-05-24 05:15:31 -07:00
2018-03-21 00:39:04 -07:00
2018-05-07 03:25:50 -07:00
2018-05-09 15:16:53 -07:00
2018-03-21 00:55:04 -07:00
2018-05-08 05:26:52 -07:00
2018-04-06 08:16:08 -07:00
2018-05-24 12:37:31 -07:00
2018-05-21 23:52:54 -07:00
2018-05-24 10:46:32 -07:00
2018-05-24 09:46:32 -07:00
2018-05-11 01:58:55 -07:00
2018-05-11 09:05:28 -07:00
2018-05-17 23:44:50 -07:00
2018-05-08 08:49:52 -07:00
2018-05-17 22:34:50 -07:00
2018-05-09 15:22:54 -07:00
2018-05-24 12:05:31 -07:00
2018-04-14 22:34:58 -07:00
2018-05-18 01:53:51 -07:00
2018-04-13 00:59:58 -07:00
2018-05-11 01:44:54 -07:00
2018-05-24 12:59:32 -07:00
2018-05-10 01:27:53 -07:00
2018-04-13 01:08:59 -07:00
2018-04-30 04:59:16 -07:00
2018-03-30 12:46:03 -07:00
2018-05-21 23:47:56 -07:00
2018-05-09 23:29:53 -07:00
2018-05-10 00:07:52 -07:00
2018-05-24 04:41:30 -07:00
2018-04-11 01:58:55 -07:00
2018-05-24 09:06:31 -07:00
2018-05-24 12:37:41 -07:00
2018-05-24 09:51:31 -07:00
2018-03-13 04:53:10 -07:00
2018-05-17 10:43:50 -07:00
2018-04-16 14:19:57 -07:00
2018-05-17 12:30:59 -07:00
2018-05-23 02:30:32 -07:00
2018-05-24 11:59:32 -07:00
2018-05-09 03:37:53 -07:00
2018-05-22 15:01:25 -07:00
2018-05-02 09:06:17 -07:00
2018-04-14 22:42:59 -07:00
2018-05-24 06:23:32 -07:00
2018-05-24 11:03:31 -07:00
2018-05-24 06:18:30 -07:00
2018-05-23 11:22:31 -07:00
2018-04-10 14:51:09 -07:00
2018-05-03 08:15:51 -07:00
2018-04-30 12:29:17 -07:00
2018-04-04 17:04:10 -07:00
2018-04-10 10:08:10 -07:00
2018-05-10 23:29:55 -07:00
2018-04-12 09:03:06 -07:00
2018-04-07 09:15:08 -07:00
2018-05-03 12:56:51 -07:00
2018-04-30 12:08:36 -07:00
2018-04-19 07:51:10 -07:00
2018-04-11 01:53:55 -07:00
2018-05-17 13:47:01 -07:00
2018-05-24 09:35:31 -07:00
2018-05-24 10:05:41 -07:00
2018-04-04 16:33:09 -07:00
2018-04-04 16:15:09 -07:00
2018-05-23 02:56:31 -07:00
2018-04-03 07:56:07 -07:00
2018-04-27 11:58:18 -07:00
2018-04-12 08:51:55 -07:00
2018-04-12 01:44:06 -07:00
2018-04-04 15:26:08 -07:00
2018-05-09 16:22:54 -07:00
2018-05-02 13:31:17 -07:00
2018-04-12 08:52:05 -07:00
2018-03-20 23:22:31 -07:00
2018-04-04 14:54:09 -07:00
2018-05-23 16:26:31 -07:00
2018-05-23 11:15:32 -07:00
2018-04-17 00:44:59 -07:00
2018-05-24 06:59:31 -07:00
2018-04-30 12:08:27 -07:00
2018-05-17 23:40:01 -07:00
2018-04-11 09:48:56 -07:00
2018-04-12 09:03:17 -07:00
2018-05-11 01:35:54 -07:00
2018-05-21 23:41:55 -07:00
2018-03-20 07:47:02 -07:00
2018-05-02 12:59:17 -07:00