Matt Boersma
0d63cdf67a
refactor: remove storage type from SKU lookup table ( #4316 )
2021-03-05 12:32:26 -08:00
Jack Francis
b3aa75c463
chore: deprecate kube-dashboard addon ( #4268 )
2021-02-19 10:52:45 -08:00
Jack Francis
6726888b83
chore: deprecate aci-connector addon ( #4276 )
2021-02-19 10:12:03 -08:00
Jack Francis
5c1707dcc9
chore: deprecate rescheduler addon ( #4275 )
2021-02-19 09:56:06 -08:00
Jack Francis
6a8a5af4a6
chore: deprecate support for creating new 1.16 clusters ( #4256 )
2021-02-11 10:30:09 -08:00
Javier Darsie
b9178286da
feat: rotate-certs fails faster if invalid ssh params ( #4252 )
2021-02-10 17:56:55 -08:00
Javier Darsie
82b865cde3
fix: rotate-certs on custom clouds ( #4248 )
...
* fix: rotate-certs on custom clouds
2021-02-09 15:12:05 -08:00
Jack Francis
b4f9c42a7f
feat: deprecate flannel addon ( #4238 )
2021-02-09 12:30:19 -08:00
Jack Francis
5a687710da
chore: add new Azure VM SKUs, brazilsoutheast, westus3 regions ( #4224 )
2021-02-03 15:47:51 -08:00
Javier Darsie
eaf298872f
feat: reworked rotate-certs command ( #4214 )
2021-02-03 15:07:22 -08:00
Matt Boersma
1cd06c645c
feat: add support for Kubernetes v1.21.0-alpha.1 ( #4178 )
...
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#changelog-since-v1200
2021-01-20 11:29:12 -08:00
Jack Francis
4fbfc78538
chore: reinforce upgrade warnings/errors ( #4074 )
2021-01-05 15:40:23 -08:00
Jack Francis
c3d524d8c2
fix: cleanup VMSSName + addpool ( #4067 )
2020-11-30 16:08:53 -08:00
Javier Darsie
f66817c39f
chore: validate VHD availability before upgrade/scale on Azure Stack Hub ( #4062 )
...
* chore: validate VHD availability on before upgrade
* add scale operations as well
* move if AzureStack condition
2020-11-30 15:36:32 -08:00
Jack Francis
cc2e826def
fix: persist VMSS name in API model ( #4051 )
2020-11-20 10:14:49 -08:00
Jack Francis
71de031fe9
chore: remove deprecated AKS code paths ( #4040 )
2020-11-17 17:32:44 -08:00
Jack Francis
acf7eaa977
chore: deprecate orchestratorType ( #4038 )
2020-11-17 11:35:22 -08:00
Matt Boersma
def9ecb7a9
test: fix two UTs to work with "cli" auth ( #3995 )
2020-11-02 16:01:23 -07:00
Javier Darsie
59ce365cfa
refactor: move ssh-related funcs to its own package ( #3990 )
2020-11-02 11:28:57 -08:00
Matt Boersma
b7a0d5a6db
feat: add support for Kubernetes v1.20.0-alpha.3 ( #3934 )
...
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#changelog-since-v1200-alpha2
2020-10-29 13:44:34 -07:00
haofan-ms
06108099d0
feat: upload collected logs to storage account container ( #3944 )
2020-10-29 11:57:28 -07:00
Jiaxun Song
be11befaff
chore: longer default cordonDrainTimeout for Azure Stack Cloud ( #3969 )
...
Co-authored-by: Jiaxun Song <jiaxsong@microsoft.com>
2020-10-27 12:44:55 -07:00
haofan-ms
50bc01d283
feat: custom Windows log collection script ( #3940 )
...
* feat: custom Windows log collection script
* update
* update code logic
* address comments
* remove unused
* fix linting
* address comments
* revert versions
* add tests
2020-10-26 15:44:08 -07:00
Javier Darsie
79de20bd76
refactor: delete Azure Stack's KubernetesClient implementation ( #3957 )
2020-10-23 13:54:51 -07:00
haofan-ms
9d0bb9c8f2
fix: get-logs command collects control plane logs even if apiserver is down ( #3939 )
...
* fix: get-logs command collects control plane logs even if apiserver is down
* update
* update message
* update
* update format
* update typos
2020-10-21 13:18:20 -07:00
Matt Boersma
8a323827f2
chore: remove support for Kubernetes 1.15 ( #3751 )
2020-10-14 09:34:13 -07:00
Jack Francis
0b6b43b72c
feat: enable system-assigned identity by default ( #3856 )
2020-10-13 12:17:51 -07:00
Jack Francis
1539189bf8
docs: CLI operations ( #3837 )
2020-09-25 12:18:49 -07:00
Jack Francis
190444dc03
docs: mark rotate-certs command as experimental ( #3869 )
2020-09-25 09:31:35 -07:00
Javier Darsie
a949b0379b
chore: distribute apiserver.crt to control plane nodes only ( #3860 )
2020-09-24 15:37:39 -07:00
Jack Francis
4f4b8e72b2
feat: update VMSS node pools ( #3830 )
2020-09-17 09:36:41 -07:00
Anish Ramasekar
759e5b0ce7
fix: check if windows profile exists in upgrade ( #3820 )
2020-09-14 10:26:30 -07:00
haofan-ms
2a2df33626
fix: Enable Windows VHD version update in aks-engine upgrade scenario ( #3774 )
2020-09-09 16:30:59 -07:00
Matt Boersma
28f403f41e
chore: add new Azure VM SKUs ( #3744 )
2020-08-24 16:00:06 -07:00
Jack Francis
b764e74a46
fix: use correct VMSS name comparison during Windows scale ( #3590 )
2020-07-10 17:05:18 -07:00
Javier Darsie
4521ec4f84
fix: kube-proxy upgrade from v1.15 to v1.16 ( #3570 )
...
* fix: kube-proxy upgrade from v1.15 to v1.16
* fixed style
* skip e2e if testing custom kube-proxy
* change log leve
* feedback
2020-07-02 12:26:43 -07:00
James Sturtevant
c54b4146a9
chore: Updates the pause image to 1.4.0 ( #3516 )
...
* update pause image references to 1.4.0
* 1803 service ended. remove references
* updates based on feedback
* also remove the unit test for windows update example
2020-06-22 14:51:33 -07:00
Jack Francis
76e45d4c81
fix: scale + AvailabilitySet errata ( #3490 )
2020-06-16 17:16:49 -07:00
Jack Francis
ff0b7b685f
chore: triage "k8s-master" references for eventual removal ( #3474 )
2020-06-16 09:44:03 -07:00
Jack Francis
87e89f67d2
feat: flatcar nodes ( #3380 )
2020-06-10 16:35:22 -07:00
Jack Francis
8e6c485be7
fix: validate that --upgrade-version is semver-compatible during upgrade ( #3442 )
2020-06-10 12:30:31 -07:00
haofan-ms
aa2973a22d
feat: add "get-versions --azure-env" flag to list custom clouds supported versions ( #3394 )
2020-06-04 16:46:35 -07:00
Jack Francis
d47adfbe4b
chore: remove support for Kubernetes 1.14 ( #3310 )
2020-05-20 14:38:52 -07:00
Jack Francis
8983323744
fix: prevent panic in Windows scale if no tags ( #3308 )
2020-05-20 14:01:50 -07:00
Javier Darsie
ceb035c5a1
chore: get-logs command on Azure Stack ( #3216 )
2020-05-11 12:22:14 -07:00
Matt Boersma
163129cdab
chore: add new M-series SKUs ( #3190 )
2020-05-05 11:03:42 -06:00
Matt Boersma
fce292453c
chore: check all error returns in main code ( #3184 )
...
* chore: check all error returns in main code
* refactor: return named error from defer in DeepCopy()
* refactor: log sp.Refresh() errors instead of returning them
* ci: enforce errcheck linter
2020-05-04 15:45:13 -06:00
Jack Francis
b357dc45fa
docs: refresh documentation store ( #3177 )
2020-05-04 10:59:22 -07:00
Matt Boersma
e679416f4b
chore: check all error returns in tests ( #3183 )
2020-05-04 09:12:16 -07:00
Mark Rossetti
b74f691ac6
feat: Enabling SSH on windows nodes by default ( #2759 )
2020-04-22 12:01:06 -07:00