Commit Graph

125 Commits

Author SHA1 Message Date
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
Robbie Zhang
3670d9fa20 Update virtual-kubelet-for-aks Helm Chart to Use 'latest' Image (#104) v0.2-beta-9 2018-02-27 10:57:48 -08:00
Ria Bhatia
7e74e9c844 Merge pull request #94 from avranju/add-readme
Add readme for web provider
2018-02-26 18:40:13 -08:00
Bhargav Nookala
6f748f4375 Adding support for ACI DNS name labels (#97) 2018-02-23 14:06:23 -08:00
lcastellano
d80dbbe561 Provide method to correctly build Pod Key from names in the mock provider (#99) 2018-02-23 11:31:00 -08:00
Ria Bhatia
6d8b865848 Merge pull request #96 from arapulido/improve_azure_docs
Improve ACI provider documentation
v0.2-beta-8
2018-02-21 14:07:30 -08:00
Ara Pulido
3c87000b71 Improve ACI provider documentation based on my experience trying to set it up 2018-02-15 13:32:36 +01:00
Bhargav Nookala
a99f2d08c1 Adding supported regions for Azure Provider (#92) 2018-02-14 11:14:20 -08:00
Robbie Zhang
f4ebbfc7a3 [Azure] Optimize VK Setup in ACS/AKS (#85)
* Read ACS Credentials for Azure Authentication

Supprt a new environment variable: ACS_CREDENTIAL_LOCATION
Expect the value to be the ACS credential filepath, which is the
/etc/kubernetes/azure.json file generated on the ACS nodes.

If the ACS_CREDENTIAL_LOCATION is specified and loaded,
create the Azure Authentication class from its values.

If the AZURE_AUTHENTICATION_LOCATION is specified and loaded,
its values will overwrite the value above.

Refactor the ACI provider and ACI client to be able to override the SPN by environment variable
2018-02-13 19:07:27 -08:00
Rajasekharan Vengalil
2abccb0257 Add readme for web provider
Also rename sample web provider implemented in Rust to `web-rust`.
2018-02-11 15:20:44 +05:30
chshou
d23ac6679c append args (#89)
LGTM.
2018-02-08 14:20:35 -08:00
Nick Schuch
cf30854bb1 Provider: Mock (#72)
* Provider: Mock

* Add pod conditions

* Mock: Convert pod list to a map and allow 'internalIP' to be configurable
2018-02-01 09:48:42 -08:00
Robbie Zhang
6b6d71b5b9 Create the Issue Template 2018-01-31 21:07:11 -08:00
Patrick Lang
077263af25 Fix scheduling for Windows example (#83)
There shouldn't be a nodename selector. That prevents it from working in recent builds configured with `az aks install-connector`
2018-01-31 12:07:37 -08:00
Ria Bhatia
6486f65166 Merge pull request #75 from robbiezhang/imagepullsecrets
Fix the ImagePullSecret for ACI Provider
2018-01-29 10:07:39 -08:00
Ria Bhatia
ac90d3ab13 Merge pull request #79 from virtual-kubelet/rbitia-patch-4
Update README.md
2018-01-29 09:59:12 -08:00
Ria Bhatia
dadd97de8d Update README.md
changed release notes and added helm init to documentation
2018-01-29 09:58:58 -08:00
Ria Bhatia
35acb384e1 Merge pull request #77 from bnookala/node-exclusion-label-41
Node exclusion to labels, adding README section
2018-01-29 09:41:44 -08:00
Bhargav Nookala
5f9c46a80c Updating README 2018-01-26 00:45:57 -08:00
Bhargav Nookala
a48f9866f2 Adding node exclusion label 2018-01-26 00:16:32 -08:00
Ria Bhatia
c686fdffcb Update README.md 2018-01-25 21:27:31 -08:00
Ria Bhatia
4554635194 Merge pull request #76 from virtual-kubelet/rbitia-patch-3
Update README.md
2018-01-25 20:28:25 -08:00
Ria Bhatia
45630ed369 Update README.md
adding connector release notes
2018-01-25 20:28:14 -08:00
robbiezhang
4a8d43f736 Fix the ImagePullSecret for ACI Provider 2018-01-26 02:19:25 +00:00
Robbie Zhang
3668b0d6b9 Update the virtual-kubelet helm chart package (#70)
* Update the virtual-kubelet helm chart to use 0.2-beta-3 image

* Update the default secret values

* Update the helm package
2018-01-22 15:58:14 -08:00
Ria Bhatia
7d47eb1409 Update README.md 2018-01-22 15:26:23 -08:00
Ria Bhatia
f78a8e9522 Merge pull request #67 from virtual-kubelet/rbitia-patch-2
Update README.md
2018-01-22 13:44:36 -08:00
Ria Bhatia
980cea6a07 Update README.md
add wg slack channel
2018-01-22 13:44:12 -08:00
chshou
8c0345edcf [Azure] Filters service account secret volume mount for Windows (#60)
* filters the SA secret volume for windows

* make it a map

* bettern go convention
2018-01-22 11:19:53 -08:00
Ria Bhatia
9eb0cf535f Merge pull request #65 from robbiezhang/master
Fix the EmptyDir Volume Error in ACI Provider
2018-01-22 10:58:32 -08:00
Ria Bhatia
61d5440dc3 Merge pull request #66 from virtual-kubelet/rbitia-patch-1
Create README.md
2018-01-22 10:57:34 -08:00
Ria Bhatia
f9d1805ba0 Create README.md
add steps to be accepted as a provider
2018-01-22 10:57:23 -08:00
robbiezhang
909819c69d [Azure] Fix the EmptyDir Volume issue for ACI Provider 2018-01-20 02:32:38 +00:00
robbiezhang
d27616776c Fix the dep on cenkalti 2018-01-20 02:31:58 +00:00
Ria Bhatia
2ca933fe27 Update README.md
added a warning
2018-01-18 18:27:00 -08:00
Ria Bhatia
b92c7320ca Update README.md
adding a way to update your connector
2018-01-18 18:26:08 -08:00
Ria Bhatia
4fb11ecd87 Merge pull request #62 from virtual-kubelet/azureReadMe
updating azure readme
2018-01-18 14:43:16 -08:00