-
Notifications
You must be signed in to change notification settings - Fork 558
Conversation
@lachie83, |
Can one of the admins verify this patch? Say "@acs-bot test this please" to start tests. |
@acs-bot test this please |
@lachie83 is there a reason why the resizer was rolled back to 1.7 when 2.0 is used with 1.7.1? Looking forward to seeing this merged because https://github.com/kubernetes/kubernetes/pull/46360/files |
hey @martell. It seems it has caused a regression because some options have been removed in 2.0. I've currently opted to go back to 1.7 then we can raise another PR to go to 2.0 across the board later. #1075 How does that sound? I couldn't actually see any compelling reason to bounce this version as part of any of these PR. Do you know of one. Is there a changelog somewhere for the resizer? |
hey @lachie83 :) hmm, the versioning for that contrib project is not immediately obvious. Are there other options where it is causing trouble for you? |
That sounds good to me. |
@acs-bot test this please |
Also, do we need to add to tests for 1.7.2 (except Windows, which I will add)? |
Nothing specific to this release |
Jingtao's #1108 is not in yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@acs-bot test this please |
Let's get this in first. I Will resolve on my. Lgtm. You can consider approved from me. Don't know How to hit approve button on phone :( |
@rjtsdl @JiangtianLi how do I get CI running? |
1 remove in progress label |
@acs-bot test this please |
1 similar comment
@acs-bot test this please |
@lachie83 can you try deploying a k8s 1.5.7 cluster from your branch? e2e tests keep failing on v1.5.7 tests due to some error in the provisioning process:
|
@seanknox sure thing |
@seanknox please retest. |
@acs-bot test this please |
* [API] use validate tag for vlab version as well (Azure#1096) * use validate tag for vlab version as well * move handleValidationErrors function into a common place * Added retries for apt-get install and systemctl enable commands for kubernetes custom script. (Azure#1104) * added retries to apt-get in runcmd for kubernetes cloudinit * Added retries for systemctl enable commands as part of kubernetes custom script. (Azure#853) * Change exit to different number. * Build Linux, Mac, and Windows binaries (Azure#1077) * chore(Makefile): improve bootstrap command * ref(Makefile): refactor `make build`, use go install * chore(release): support building windows, linux, macos binaries * ref(Makefile): change name order of bins (project-ver-platform-arch) * fix(ci): fix path of acs-engine binary * fix(Makefile): fix wrong argument in go install * added metrics for deployment and validation durations (Azure#1111) * added metrics for deployment and validation durations * fix(deploy): Change SP creation logging to debug (Azure#1121) * remove StorageProfile defaults in v20170701 (Azure#1119) * remove StorageProfile defaults in v20170701 * fix v20170701 test * remove comments * acs-engine test housekeeping (Azure#1125) - added label to resource group, to enable auto-removal in case of unexpected job termination (performed by another scheduled job) - set the default for metrics sending to false * add script to add admin to docker group (Azure#1113) * Enable k8s 1.7.2 release (Azure#1072) * Enable k8s 1.7.2 release * remove version specific pieces of the heapster deployment. Rollback reziser to 1.7 * rollback resizer to 1.7 * fixed typo in version * Add new storageclasses for managed disk types * add storagetier label to nodes * add newlines * Add error handling to getStorageAccountType function Remove toLower from storage tier name * fixed indentation * add StorageClass resources to 1.5 * remove version specific pieces of the heapster deployment. Rollback reziser to 1.7 (Azure#1076) * Removing the requirement for same vNet (Azure#850) As per Azure#272 - this is no longer necessary. * docs(large-clusters): add docs for building large k8s clusters (Azure#1001) * docs(large-clusters): add docs for building large k8s clusters * doc(large-clusters): mention 100 pod/node limit in k8s v1.7 * Obvious Makefile typo and documentation update (Azure#1126) * fix Makefile typo * fix documentation with new acs-engine path * Added minimal rbac setup for k8s. * Make heapster rolebinding. * Add kube-dns rolebindings. * Smaller fixes, * Conditionalize enabling of RBAC Add rbac cluster definition example Update kube addon manager to support clusterrolebinding creation Update kube-addon-manager to use service account Update API server with RBAC parameter Update Controller Manager to use separate accounts per controller Update heapster to support RBAC Update dashboard to support RBAC Add enableRbac field to ClusterConfig and add docs * remove service account from addon manager * Make heapster rolebinding. * Add kube-dns rolebindings. * Smaller fixes, * Conditionalize enabling of RBAC Add rbac cluster definition example Update kube addon manager to support clusterrolebinding creation Update kube-addon-manager to use service account Update API server with RBAC parameter Update Controller Manager to use separate accounts per controller Update heapster to support RBAC Update dashboard to support RBAC Add enableRbac field to ClusterConfig and add docs * remove service account from addon manager * update heapster deployment * Fix some merge conflicts. * update CR and CRB to support heapster nanny rather than use the bootstrapped CR * removed unrelated modifications to addons * Added test for certificate creation with and without organisation. * re-add resource limits and remove quotes * rebase master heapster updates, add 1.5 rbac apis * manifest updates * update addon-manager version across all releases, update kube-dns 1.5 * fixed dup field defs * remove templates.go * cleaned up more rebase dups
Fixes #1071
This change is