Commit Graph

866 Commits

Author SHA1 Message Date
Pengfei Ni 3893263af3 Document useInstanceMetadata settings for Azure standard vmType 2018-02-09 23:12:27 +08:00
Beata Skiba 5302c37d6d
Merge pull request #527 from simnalamburt/fix-doc
Update documentation: AWS now supports ARNs for autoscaling groups
2018-02-09 09:45:36 +01:00
Carlos Sanchez 5ea4ddac97 storageclasses permission is required
```
Listing and watching *v1.StorageClass from k8s.io/autoscaler/cluster-autoscaler/vendor/k8s.io/client-go/informers/factory.go:86
k8s.io/autoscaler/cluster-autoscaler/vendor/k8s.io/client-go/informers/factory.go:86: Failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:serviceaccount:kube-system:cluster-autoscaler" cannot list storageclasses.storage.k8s.io at the cluster scope
```
2018-02-08 13:14:56 +01:00
anniedy bf59e3daa5 Typo fix unneded->[unneeded] (#623)
* Update clusterstate.md

* Update scale_down.go

* Update static_autoscaler.go
2018-02-07 17:36:58 +01:00
Beata Skiba ac71071e7b Add release notes for 1.1.0 and 1.1.1 to readme 2018-02-07 16:05:40 +01:00
Beata Skiba 2c46b03362
Merge pull request #627 from 2eron/code-comment-typo
Fix typo in code comment
2018-02-07 09:59:25 +01:00
Beata Skiba f1080eb969
Merge pull request #626 from hangyan/fix-typo-in-proposals
Fix various typos in proposals
2018-02-07 09:59:06 +01:00
Beata Skiba b7b4a30c85
Merge pull request #625 from sailingwithoutwind/fix/some_typo
some typo
2018-02-07 09:58:39 +01:00
Beata Skiba 99b899bb74
Merge pull request #624 from hangyan/fix-typos
Fix various typos in clusterstate package
2018-02-07 09:58:07 +01:00
Wei Li 8a577b33ad Fix typo in code comment 2018-02-07 16:39:50 +08:00
Hang Yan d841d87d49 Fix various typos in proposals 2018-02-07 16:12:03 +08:00
fanyang e287652a07 some typo 2018-02-07 16:04:07 +08:00
Hang Yan b4713c22d5 Fix various typos in clusterstate package 2018-02-07 16:03:51 +08:00
Jamie Fang 2a9fe8bb81
Update README.md 2018-02-07 11:58:52 +08:00
Beata Skiba eb57b5bea4
Merge pull request #621 from yank1/fix-typo-in-main-file
fix typo in main file
2018-02-06 17:43:03 +01:00
Beata Skiba 4979d7375c
Merge pull request #620 from CoderAway28th/fix/typo
fix typos in balance_similar.md and pricing.md
2018-02-06 17:36:51 +01:00
yank1 ee3f3881b9 fix typo in main file 2018-02-07 00:27:10 +08:00
lmxia ea31397c64 fix typos in balance_similar.md and pricing.md 2018-02-06 22:50:22 +08:00
Beata Skiba a38c34217b
Merge pull request #603 from zparnold/rbac-changes
update docs with RBAC info
2018-02-06 11:01:07 +01:00
Hang Yan a742e2e52c Fix function name typo 2018-02-06 17:15:46 +08:00
Beata Skiba 831847d2ec
Merge pull request #616 from hangyan/fix-var-typo
Fix const string typo
2018-02-06 09:47:00 +01:00
Hang Yan d0b1279621 Fix const string typo 2018-02-06 14:12:35 +08:00
Lihua Tang 5e6f15707e
var name typo 2018-02-06 10:56:52 +08:00
Zach Arnold 4691f9f6b5 update docs with RBAC info 2018-02-01 14:06:42 -08:00
Beata Skiba 346a5c26a9 Remove old unregistered nodes before checking cluster healthiness 2018-02-01 16:34:50 +01:00
Hyeon Kim d59c1a09b0
Update documentation: AWS now supports ARNs for autoscaling groups
Closes #234
2018-02-01 16:58:01 +09:00
Marcin Wielgus 0f905669bb
Merge pull request #565 from rickard-von-essen/aws-tag-docs
CA AWS: Clarify that auto-discovery configuration
2018-01-23 20:40:30 +01:00
spencersugarman d65de7928a
Fix typos 2018-01-22 11:58:21 -08:00
Rickard von Essen 46db29803d CA AWS: Clarify that auto-discovery configuration
- Clarify that the only the tag key is used for auto-discovery
- Remove some obsolete information on how to obtain the code with this
feature.
2018-01-22 13:08:30 +01:00
Rickard von Essen 9953f6c3fe
CA AWS: Update README regarding scale-down-delay
63310ef41a replaced the `--scale-down-delay` flag with the `--scale-down-delay-after-add`, `--scale-down-delay-after-delete`, and `--scale-down-delay-after-failure` flags. This updates the README accordingly.
2018-01-18 16:26:41 +01:00
Tim Hockin 2c4477065c Pushes go to staging-k8s.gcr.io 2018-01-17 14:16:38 -08:00
Marcin Wielgus bdd668a214
Merge pull request #553 from feiskyer/etcd-key
Add support for configuring etcd private keys
2018-01-17 15:23:49 +01:00
Marcin Wielgus 93635e09fc
Merge pull request #552 from feiskyer/vmss-compatible
Reduce API calls and avoid touching Azure rate limits
2018-01-17 15:22:28 +01:00
Pengfei Ni b6076578f3 Update documentation 2018-01-17 14:07:34 +08:00
Pengfei Ni 81869f6109 Add support for configuring etcd private keys
Refer https://github.com/Azure/acs-engine/releases/tag/v0.12.0.
2018-01-17 14:06:56 +08:00
Aleksandra Malinowska b17b6c3ec5 Wait before publishing no nodes ready after start 2018-01-16 19:04:38 +01:00
Aleksandra Malinowska 3894ecb470 Export unregistered node count metric 2018-01-16 16:56:40 +01:00
Aleksandra Malinowska 27efa05b1d Publish ClusterUnhealthy events 2018-01-16 16:56:36 +01:00
Aleksandra Malinowska 1b728d411b Publish status and metrics for empty cluster 2018-01-16 16:07:29 +01:00
Aleksandra Malinowska 3d33b64599 Export long unregistered node count metric 2018-01-16 16:07:24 +01:00
Pengfei Ni 18827c1571 Reduce API calls for Azure VMAS 2018-01-16 22:13:05 +08:00
Pengfei Ni 18847169e7 Reduce API calls for Azure VMSS 2018-01-16 16:52:56 +08:00
Pengfei Ni c8a680239a Ensure azureRef consistent with providerID from kubernetes cloud provider 2018-01-16 12:46:16 +08:00
Pengfei Ni 0b5cabdaf9 Support multiple node groups on Azure (#542)
* Add azure node group caches

* Fix azure client fakes

* Wrap all clients to azClient

* Add support for multipe node groups in Azure

* Add unit tests
2018-01-15 11:33:41 +01:00
Pengfei Ni 8fc2d2f55a Trim spaces for user-specified configs 2018-01-11 22:48:26 +08:00
Marcin Wielgus 5239169e37
Merge pull request #520 from feiskyer/docker-push
Use docker push for non-gcr images
2018-01-03 19:30:22 +01:00
Pengfei Ni dd5a0e05fd Add operator and pod tolerations 2018-01-03 10:46:03 +08:00
Pengfei Ni f88a000e0f Use docker push for non-gcr images 2018-01-03 10:42:12 +08:00
Marcin Wielgus 30f4fabc15
Merge pull request #522 from mwieczorek/azure-patch1
Add operator and value to pod tolerations in azure example yaml
2018-01-02 19:45:42 +01:00
Beata Skiba 73641caef4 Add info about CA limitations in multi-zonal cluster with stateful sets 2018-01-02 18:48:17 +01:00