Commit Graph

161 Commits

Author SHA1 Message Date
Robbie Zhang
acf2871edd Update the ACI README.md about Tolerations
Add notice about adding tolerations to the pod which desires to be scheduled to the VK nodes.
2018-05-08 11:32:19 -07:00
Robbie Zhang
28f555e9ba Fix the anchors in the ACI README.md
Use lower-cases in the hash (#)
2018-05-08 11:25:56 -07:00
Onur Filiz
b96181afa8 Fargate: Handle describe failure and log failure reason 2018-05-03 14:22:42 -07:00
Onur Filiz
18adde2aca Merge pull request #181 from ewbankkit/issue-180
Make Fargate provider available in 3 additional AWS regions
2018-05-01 07:53:37 -07:00
Kit Ewbank
23a9d9954f Make Fargate provider in 3 additional AWS regions. 2018-05-01 09:02:32 -04:00
Onur Filiz
831ea837b9 Fargate: Refactor e2e tests and make the region configurable v0.2-rc-1 2018-04-30 17:58:29 -07:00
Onur Filiz
a9dd886840 Fargate: Fix default container memory resource limit 2018-04-30 17:58:29 -07:00
Onur Filiz
cf8af6b360 Fargate: Default to cluster name as virtual node name 2018-04-30 17:58:29 -07:00
Robbie Zhang
f6835d9e89 [Azure] Fix the Resource.Requests/Limits Parsing Issue (#183)
* Fix the Resource.Requests/Limits Parsing Issue

* Do not run test in docker build
2018-04-30 17:21:15 -07:00
Onur Filiz
2ffd18df9f Update Fargate maintainer info (#179) 2018-04-29 15:02:21 -04:00
Onur Filiz
8d67098d06 Vendor aws-sdk-go (dep ensure) (#178) 2018-04-27 18:18:36 -07:00
Robbie Zhang
228a1f7a5f [Azure] Make Resoures.Limits Optional (#175)
* Make Resources.Limits Optional

* Remove the accuracy check of the resources.limits
2018-04-27 10:27:40 -07:00
Onur Filiz
40f94991c3 Update Fargate provider to use the renamed NodeCondition type 2018-04-26 11:06:42 -07:00
Onur Filiz
7628b62bce Update documentation for initial Fargate release 2018-04-26 11:06:42 -07:00
Onur Filiz
22bafee6a8 Move container log definition to container class 2018-04-26 11:06:42 -07:00
Johannes Würbach
345b53d816 End-to-end tests
End-to-end test for the provider
2018-04-26 11:06:42 -07:00
Johannes Würbach
803b0218c8 Make container logs available
Store and retrieve container logs using Cloudwatch Logs
2018-04-26 11:06:42 -07:00
Johannes Würbach
0a1acbc78e Configurable task execution role
Configurable task execution role
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html
2018-04-26 11:06:42 -07:00
Johannes Würbach
bb5dbdbd6e Configurable task role
Configurable task role via `iam.amazonaws.com/role`, which is also used
by kube2iam.
2018-04-26 11:06:42 -07:00
Onur Filiz
e66d36308c Add unit tests for fargate package 2018-04-26 11:06:42 -07:00
Onur Filiz
fcbff0320c Implement Fargate pod and container objects 2018-04-26 11:06:42 -07:00
Onur Filiz
64864ffdab Implement Fargate cluster and client 2018-04-26 11:06:42 -07:00
Onur Filiz
20ceae03f7 Add sample config file and instructions 2018-04-26 11:06:42 -07:00
Onur Filiz
29d2c6295d Add Fargate provider config loader 2018-04-26 11:06:42 -07:00
Onur Filiz
cc25517c73 Implement provider node APIs 2018-04-26 11:06:42 -07:00
Onur Filiz
feb2366e60 Add skeleton Fargate provider 2018-04-26 11:06:42 -07:00
Amit Kumar
71ec511ba0 Adding northeurope as valid region for Azure. (#176)
Per the GA announcement of ACI, northerope is supported as well.
https://azure.microsoft.com/en-us/updates/aci-ga/
2018-04-26 10:22:24 -07:00
Robbie Zhang
16299ec867 Update the resources field in the exmaples (#155) 2018-04-24 09:40:10 -07:00
Eric Jadi
372451fa32 kubelet now returns PodConditions based on aciState (#147)
Fix for https://github.com/virtual-kubelet/virtual-kubelet/issues/136
2018-04-24 09:37:33 -07:00
Robbie Zhang
ff0a17f1c5 Update nginx-pod.yaml
Remove the resource request, and let the VK to give a default value.
2018-04-24 09:26:24 -07:00
Robbie Zhang
2e40c52e7b Add NodeSelector to the Helm Chart to Use Linux Node (#146) 2018-04-24 09:25:11 -07:00
sun
2ad284c98e same point Pod #131 (#150)
* fix same point Pod

* reduce copy
2018-04-24 09:22:58 -07:00
sun
821da1117a fix same point Pod (#131) 2018-04-20 10:27:41 -07:00
Jimmy Xu
38ed39448a [fix-hypercli-vendor] update hypercli dependency to github.com/Azure/go-ansiterm (#134) 2018-04-20 10:18:08 -07:00
Shane Peckham
350bc670a6 Package helm chart for RBAC clusters issue #137 (#138)
* Package helm chart issue #137

* Restoring default virtual-kubelet-0.1.0.tgz
v0.2-beta-11
2018-04-19 11:13:52 -07:00
sun
82e60f7c72 fix secret (#132) 2018-04-18 10:46:46 -07:00
Robbie Zhang
28c02d882a Update CONTRIBUTING.md
Update the CONTRIBUTING.md with the instructions to clone fork repository to local.
2018-04-17 13:24:27 -07:00
Eric Jadi
95f70c084f fix missing aci_region environment variable in Helm command line (#135)
The manual instructions for installation are missing the env.aciRegion variable and will default to "westus", which means it fails if your service principal cannot create container instances there.
2018-04-16 11:45:15 -07:00
Robbie Zhang
2b85b0d1df Fill in Default Values for CPU/Memory (#130)
Update k8s client and the dependencies
ACI client change for Mocking
Add ACI Provider Mock Tests
Add the Windows development environment
Add UT for Default Resource Requests
Enable the make test in Docker file
Update the vendors
2018-04-16 10:31:16 -07:00
Shane Peckham
88bafc701b Add RBAC support - issue 107 (#128)
* Add RBAC support

* RBAC support issue 107 changes requested
2018-04-13 12:45:25 -07:00
Robbie Zhang
f6bdcad085 Update the Helm Chart to Mount Directory from Host (#126)
* Update the Helm Chart to Mount Directory from Host

This is a workaround for the mounting file regression k8s 1.8.x

* Change to mount file
2018-04-12 10:22:45 -07:00
Robbie Zhang
e1b9475511 Add tolerations in the sample pod in README.md
Add the tolerations in the sample pod spec in the README.md
2018-03-29 17:06:14 -07:00
Ria Bhatia
c52369e985 Change azreadme (#121)
* readme update

* adding remove

* console change

* console change2

* structure change
2018-03-23 08:29:18 +08:00
Bhargav Nookala
a8036659e4 Handling dockerconfigjson format for image pull secrets (#120)
The test failure is not related to the change.
2018-03-22 12:04:19 -07:00
Robbie Zhang
91ebf2810c Fix the examples (#117) 2018-03-12 15:32:26 -07:00
Ria Bhatia
b35c50f7c5 change cla to cncf (#115) 2018-03-12 09:44:24 -07:00
Ria Bhatia
4a1778ba69 adding nano 2018-03-11 12:50:39 -07:00
Ria Bhatia
c2db856049 add nanoserver 2018-03-11 12:47:18 -07:00
Eddie Villalba
1431ad46fd Updated ACI Documentation (#109)
* Updated READ.me

Changed the instructions to use the createCertAndKey.sh file so the execute permissions are applied and added the / to run the shell script. Also commented out the ACI with DNS label instruction until a new version of virtual-kubelet is released that allows this feature.

* Update README.md

had to additional . in createCertAndKey.sh run command to allow for exported environment variables to pass into existing shell
2018-03-08 14:30:10 -08:00
fareszekri
4a6654e08a updated createCertAndKey.sh added -w0 in base64 (#108)
I had to add no wrapping in base64 when using bash on windows  (-w0 in base64) other wise commands fails and cert isn't properly formatted
2018-03-08 11:14:27 -08:00