Граф коммитов

393 Коммитов

Автор SHA1 Сообщение Дата
Matt Boersma 0842b4bef6
chore: update Moby version to 3.0.4 (#480)
* chore: update Moby version to 3.0.4

* chore: regenerate go-bindata file

* hack: hard-code moby-cli to 3.0.3

No newer package has been published.
2019-02-11 17:26:54 -07:00
Matthew Fisher 82d1f90b47
docs: new quickstart guide (#301)
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-02-07 10:06:13 -08:00
vyta babf708743 feat: Add ability to enable windows ssh with open ssh install on node (#433) 2019-02-07 09:21:14 -08:00
Jack Francis 6bf7a03c2e docs: minor rewording/clarification of upgrade documentation (#425) 2019-02-05 11:29:06 -08:00
Tommy Falgout 130ed3a5a2 Fix CLI parameters (#441) 2019-02-05 08:49:03 -08:00
dmitsh df0d348f33 docs: SGX support with Kubernetes (#438) 2019-02-04 16:48:53 -08:00
Matt Boersma e250a6c506 docs: refer to the project as "AKS Engine" consistently (#436) 2019-02-04 15:50:32 -08:00
Cecile Robert-Michon b96163c15e feat: make Moby version configurable (#407)
* feat: make Moby version configurable

* remove extra comma

* mobyVersion should be a parameter

* removeMoby before install, specify version in packer script

* Add default version in doc

* convert api/vlabs types
2019-02-04 18:47:40 -05:00
Jack Francis 1a58ba3202
docs: upgrade + cluster-autoscaler notes (#381) 2019-01-31 10:54:29 -08:00
Matthew Fisher ee49afb90c
docs: fix all broken links (#395)
Using markdown-link-check I was able to find all of the broken links in the documentation. I also fixed up any linting errors I could find in the process.

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-01-29 13:03:18 -08:00
Vilvaramadurai Samidurai (vilva) 43b8a9fd6f docs: deploy.md broken links fix (#393) 2019-01-29 09:28:57 -08:00
Jack Francis f6a406bff0
docs: don’t use upgrade if IaaS has been changed (#387) 2019-01-25 16:48:03 -08:00
rashmichandrashekar 0aaa147103 docs: update documentation for container monitoring addon (#368) 2019-01-25 14:46:01 -08:00
Adelina Tuvenie dc37161ff3 docs: Update kubernetes-developers.md (#370)
Update kubernetes-developers.md to reflect the fact that "distro"
needs to be set for master and agent nodes in order to get the
kubelet binary from the custom hyperkube image passed.

Fixes issue https://github.com/Azure/aks-engine/issues/342
2019-01-25 11:03:37 -08:00
Cecile Robert-Michon e26c18c8e3
docs: fix formatting of bash command in upgrade doc 2019-01-24 13:40:56 -08:00
Cecile Robert-Michon d46004dbc3
docs: rewrite upgrade documentation (#356) 2019-01-23 18:04:37 -08:00
Khaled Henidak (Kal) b35205b014 feat: enable kube-proxy ipvs 2019-01-23 13:41:51 -08:00
Bin Xia 7fce2eed06 docs: fix a broken link and rename ACS to AKS (#348) 2019-01-23 12:37:45 -08:00
Zhiwei Liu 521478f423 docs: fix broken link in clusterdefinitions.md (#338)
* fix https://github.com/Azure/aks-engine/issues/322

* fix broken link in clusterdefinitions.md
2019-01-21 10:17:08 -08:00
Zhiwei Liu 721764739b docs: update default value of smb-flexvolume in clusterdefinitions.md (#334) 2019-01-18 11:06:57 -08:00
Rita Zhang 4b78556bd9 docs: fix broken links (#332) 2019-01-17 14:27:53 -08:00
brysonshepherd a0a62243ad docs: Fix docs link to howto/README.md (#309) 2019-01-14 09:13:08 -07:00
Cecile Robert-Michon 6429de926c fix: replace some leftover acsengine by aksengine (#268) 2019-01-11 11:22:33 -08:00
Matthew Fisher 077f396b69
docs: restructure the documentation (#253)
This PR restructures the documentation to make it more clear to the
reader where to find relevant information.

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-01-11 08:56:31 -08:00
Dennis Benzinger | SAP Hybris 87605e1cb6 docs: fix link to Azure Active Directory integration (#267) 2019-01-10 09:14:55 -07:00
Cecile Robert-Michon 982adabc00 fix: rename acsengineVersion tag to aksEngineVersion (#264) 2019-01-10 11:12:26 -05:00
Juan Manuel Rey 59290e67fb docs: fix Kubernetes release notes broken link (#260) 2019-01-09 08:41:47 -07:00
Pengfei Ni 62c302affd Make maximumLoadBalancerRuleCount configurable (#241) 2019-01-07 14:37:24 -05:00
Tariq Ibrahim 7966f8f452
fix: change default auth method for deploy,scale and upgrade (#231)
* fix:change default auth method for deploy,scale and upgrade

* fix failing unit tests

* fix linting issues

* revert rename of client_secret to service_principal

* doc fixes
2019-01-04 17:54:21 -08:00
Jack Francis 8172106505
fixed in https://github.com/kubernetes/kubernetes/pull/63492 (#225) 2019-01-03 13:46:35 -08:00
Tariq Ibrahim fe4333c150
docs: update some docs with the right information (#217) 2019-01-03 09:59:26 -08:00
Vincenzo Mauro 8098dfad16 Docs: Added auth-method in scale.md and Removed a typo. (#174)
* Added parameters on Scale.md documentation

* Update scale.md

* Update scale.md

* Update scale.md
2018-12-19 08:13:46 -07:00
Rita Zhang 9f531f989a Update doc for Standard LB (#163) 2018-12-17 18:27:18 -08:00
Rita Zhang 925490100c Add HSM support for kms encryption (#157)
* Add hsm support for kms plugin

* Update install dependencies script
2018-12-17 18:15:47 -08:00
Patrick Lang bc2ef1439e Docs: Update version strings and make examples match Windows version (#158) 2018-12-17 14:10:29 -08:00
Jack Francis 552b6ebe42
Quick documentation rationalization (#152) 2018-12-14 15:52:32 -08:00
Cecile Robert-Michon 5170c3b221
Update FAQ to account for 0.27.0 release (#146) 2018-12-14 14:06:26 -08:00
Tariq Ibrahim 5ccdd91016 Revert "Add hsm support for kms plugin (#128)" (#139)
This reverts commit 9aad13a8
2018-12-13 12:01:45 -08:00
Rita Zhang 9aad13a818 Add hsm support for kms plugin (#128) 2018-12-12 11:24:07 -08:00
Tariq Ibrahim b8809a2d3f improve documentation for testing custom hyperkube images on aks-engine (#125) 2018-12-07 14:36:40 -08:00
Matt Boersma 7788751a56
Add a FAQ and link to it from the README (#123)
* Added a FAQ and linked to it from the README

* Address review comments
2018-12-07 14:47:33 -07:00
ganga1980 01dda6ec8e Gangams/monitoring doc changes (#102) 2018-12-06 09:36:28 -08:00
Matt Boersma fd95a09bcc cosmosdb etcd (#89) 2018-12-05 16:43:01 -08:00
Matt Boersma c9b815515e Remove DCOS and Swarm support (#92) 2018-12-05 15:20:16 -08:00
Matt Boersma 49ed37bef3
Remove OpenShift support (#80) 2018-12-05 08:53:58 -07:00
Matt Boersma b1ffc7545c Rename to aks-engine 2018-12-03 16:17:32 -07:00
Patrick Lang 51c9c95b8d Support Windows Server 2019 and make it default (#4299) 2018-11-29 13:07:51 -08:00
Patrick Lang f897033b81 Adding doc on how to set Azure CNI versions (#4293) 2018-11-29 12:53:42 -08:00
Cecile Robert-Michon 8122aeb50d [docs] Add documentation for GPU w/ docker-engine (#4268) 2018-11-21 11:54:07 -08:00
Tariq Ibrahim 615de60f47 consistent use of kubernetes image base (#4233) 2018-11-14 13:51:11 -08:00