Tariq Ibrahim
fb000cb840
Installing vendored go-bindata binaries ( #3527 )
...
* Installing vendored go-bindata binaries
* Updating deis go-dev image
2018-07-23 15:36:48 -07:00
Brian Goff
03e6909daa
Get sub from azure CLI when not provided ( #3519 )
...
thanks @cpuguy83!
2018-07-23 11:56:35 -07:00
Yongli Chen
d67883ca2d
sync Azure NPM version with Azure CNI version ( #3525 )
2018-07-23 11:32:59 -07:00
Juan-Lee Pang
31f02b3829
Replace Glide with Golang Dep ( #3522 )
2018-07-20 13:47:59 -07:00
kkmsft
fdcd8cb5be
AAD pod identity add on changes. ( #3475 )
2018-07-20 09:47:18 -07:00
Jack Francis
4d815d2e65
Revert "Commit minor changes to generated code ( #3520 )" ( #3524 )
...
This reverts commit 1aa27a2d97
.
2018-07-20 06:59:57 -07:00
Brian Goff
1aa27a2d97
Commit minor changes to generated code ( #3520 )
2018-07-19 17:51:16 -07:00
Cecile Robert-Michon
3533266da7
update prereqs ( #3521 )
2018-07-19 17:49:21 -07:00
Tariq Ibrahim
12a050a936
Parallelizing a few tests ( #3512 )
2018-07-19 17:39:00 -07:00
Jack Francis
85f5cc3eb9
Kubernetes GPU: ensure nvidia drivers install after docker is installed ( #3517 )
2018-07-19 17:28:53 -07:00
Jack Francis
85e98a1c73
allows AKS clusters to stick around ( #3518 )
2018-07-19 16:20:45 -07:00
Rita Zhang
b4730290e0
Add keyvault-flexvolume addon ( #3498 )
2018-07-19 10:40:42 -07:00
Jack Francis
6cd2a0fe9b
s/aC/nC ( #3509 )
2018-07-18 16:37:55 -07:00
Jack Francis
886101c94a
check for nil node InternalIP ( #3504 )
2018-07-18 15:08:50 -07:00
Sertaç Özercan
d1ce4e3f7e
added nvidia device plugin limits and requests ( #3497 )
2018-07-18 14:59:07 -07:00
Jack Francis
2c7deef959
add support for k8s v1.11.1 ( #3495 )
2018-07-18 12:37:00 -07:00
Patrick Lang
f4470e9e8d
Starting winrm enabler ( #3485 )
2018-07-17 16:43:53 -07:00
Dong Liu
0706073588
Remove FQDNSuffix ( #3486 )
2018-07-17 13:21:37 -07:00
Andy Zhang
7cf1887016
install blobfuse & smb flexvol drivers in provision time ( #3455 )
2018-07-17 12:33:13 -07:00
Cecile Robert-Michon
4b9c004677
Do not enable accelerated networking for scale ( #3490 )
2018-07-17 11:58:09 -07:00
Jack Francis
ef72687af0
retry modprobe, and specific error ( #3491 )
2018-07-17 11:33:23 -07:00
Michalis Kargakis
f668eb73b9
Fix oreg_url to work for our CI tests ( #3480 )
2018-07-17 09:20:50 -07:00
Taylor Thomas
016ac18974
fix(cni-networking): Enables `br_netfilter` kernel module ( #3484 )
...
Without this module, iptables rules to not apply to bridges.
2018-07-17 09:03:34 -07:00
Tariq Ibrahim
1b62476a64
Cleaning up error usage #2 ( #3476 )
2018-07-16 21:54:56 -07:00
Cecile Robert-Michon
fd97afd1c3
Do not enable AcceleratedNetworkingEnabled by default on upgrade ( #3483 )
2018-07-16 21:48:49 -07:00
Julien Stroheker
bc738c6ab1
Activate Accelerated Networking per default ( #3449 )
2018-07-16 16:20:06 -07:00
Gerardo Saca
d9a4c62cfd
Update go-autorest to v9.10.0 ( #3095 )
2018-07-16 14:10:08 -07:00
Tariq Ibrahim
9e2e66d51d
Commiting the latest code gen files so that circle-ci builds pass. ( #3477 )
2018-07-16 09:48:17 -07:00
Patrick Lang
2f13599c81
Adding more descriptions and clarifications to Windows tests ( #3470 )
...
* Updating output in ValidateHostPort
* Add more descriptions to test cases
* Fixing bug number for hostport
2018-07-13 15:31:30 -07:00
Tariq Ibrahim
cc53e77c84
Unit tests and minor code cleanup for GetTenantID. ( #3467 )
2018-07-13 13:44:05 -07:00
Kim Christensen
bdebc29964
Mount audit log file to disk ( #3335 )
2018-07-13 10:01:18 -07:00
Eric Ernst
81cf27c10b
Introduce kata container support ( #3465 )
...
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2018-07-13 10:00:05 -07:00
Patrick Lang
111226b729
Add manual steps for powershell remoting. Workaround for #3460 ( #3461 )
2018-07-12 15:20:17 -07:00
Aaron Peschel
a4ec151a8d
Add TLS Certificates to Docker Image ( #3457 )
...
The Docker image is missing TLS root certificates, and as a result the
acs-engine commands fail on TLS when connecting to Azure services via
HTTPS. This commit adds the root certificates to the image.
2018-07-12 13:49:17 -07:00
Gerardo Saca
8688be3488
Do not deploy AKS Billing extension for national clouds ( #3417 )
...
* Add UseAksExtension condition
* Add UseAksExtension config
* Remove UseAksExtension from autoscaler
* Auto disable AKS extension for national clouds
2018-07-12 13:43:14 -07:00
Cecile Robert-Michon
7cc5f1863d
Add support for k8s 1.8.15 ( #3464 )
2018-07-12 10:06:40 -07:00
Gerardo Saca
455b4e8005
Pass ARM_CLOUD to autoscaler ( #3446 )
2018-07-11 13:51:31 -07:00
Rita Zhang
cbafafb256
Update kms plugin image tag ( #3459 )
2018-07-11 13:40:58 -07:00
Tariq Ibrahim
280c94b0a3
Using Fatalf instead of Fatalln when formatting characters are present in the string. ( #3450 )
2018-07-10 10:46:27 -07:00
Madhan Raj Mookkandy
904db6a6f1
Fix the network blip caused during network creation/deletion ( #3438 )
2018-07-06 21:34:22 -07:00
Patrick Lang
4d70c902cf
Adding e2e sample for kubenet+wincni and adding DNS back to e2e tests ( #3429 )
...
* Reenable external connectivity test
* Adding WinCNI sample
2018-07-06 16:02:48 -07:00
Jim Minter
6d1127d4af
openshift: quote all values going into yaml files and shell scripts ( #3443 )
2018-07-06 15:25:02 -07:00
Rita Zhang
326220266f
Update clusterKeyVaultName for kv and sa ( #3440 )
2018-07-06 15:14:06 -07:00
Jack Francis
82d13c6b7e
Kubernetes: Azure CNI v1.0.7 ( #3433 )
2018-07-06 15:13:12 -07:00
Jack Francis
88f276fdd2
account for nil ( #3442 )
2018-07-06 14:05:33 -07:00
Jack Francis
6c532b835d
higher timeout, more retries for dpkg -i ( #3441 )
2018-07-06 13:42:15 -07:00
Patrick Lang
677ae56021
Reenable azurefile test ( #3402 )
...
* Reenable azurefile test
* goimports
* Skipping Azure file tests for v1.11+ for now
* fix gofmt
2018-07-06 11:39:27 -07:00
Jack Francis
a3906cb284
triage non-working KMS test implementation ( #3437 )
2018-07-06 11:35:10 -07:00
Jack Francis
3562dd29ef
Kubernetes: install blobfuse during CSE ( #3401 )
2018-07-06 09:05:18 -07:00
Rita Zhang
d4567131d1
Fix KMS in multi api-server ( #3430 )
2018-07-05 17:30:07 -07:00