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
Ria Bhatia
a21cfff420
updating azure readme
2018-01-18 14:07:21 -08:00
Chen Shou
d690131565
add quotes
2018-01-18 11:26:06 -08:00
Rita Zhang
2c47b6b573
Update README
2018-01-11 12:37:35 -08:00
Sam J Sharpe
922364ee5f
Correct typo kuberentes->kubernetes ( #58 )
...
This seems to be a common typo, possibly exacerbated by copy-paste
of comment strings. I spotted it in the README.md at first, so I fixed
that and then checked the rest of the code and fixed a few more. They
are all in comments or documentation, so there's no code issue.
FYI, there's still some in the vendor directory, but I haven't fixed
those as they'd get replaced by any new `go get` I think:
$ ack uberentes
vendor/k8s.io/apimachinery/hack/godep-deps.sh
20:# 2. godep restore based on k8s.io/kuberentes provided manifest
vendor/k8s.io/client-go/CHANGELOG.md
120:* Included bug fixes in k8s.io/kuberentes release-1.5 branch, up to
vendor/k8s.io/client-go/kubernetes/fake/register.go
64:// clientsetscheme "k8s.io/client-go/kuberentes/scheme"
vendor/k8s.io/client-go/kubernetes/scheme/register.go
64:// clientsetscheme "k8s.io/client-go/kuberentes/scheme"
Sorry, this isn't the most exciting commit in the world :-(
2018-01-11 12:37:04 -08:00
Ria Bhatia
87011f266e
Merge pull request #55 from avranju/web
...
Implement web broker provider and a sample provider in Rust
2018-01-08 10:48:39 -08:00
Robbie Zhang
77d0687688
Update the vendor folder ( #53 )
...
* Update the vendor folder
* Update the Gopkg.lock by running dep ensure
v0.2-beta
2018-01-05 11:22:17 -08:00
Jimmy Xu
0e123c783b
[fix-hyper-vendor] update hypercli in vendor
2018-01-05 10:46:11 -08:00
Rajasekharan Vengalil
a4e99c2133
Implement web broker provider and a sample provider in Rust
2018-01-04 16:48:58 -08:00
Erik St. Martin
e050fea889
Merge pull request #21 from ritazh/feat-logs
...
Enable kubectl logs
2018-01-04 10:56:35 -05:00
Harry Zhang
1ab4aa5d10
Merge pull request #47 from arapulido/fix_crash_when_config_file_is_empty
...
If the hyper config file is not set, the AuthConfig should be empty
2018-01-01 19:55:58 +08:00
Ara Pulido
c002241e76
Fixed small typo in arg description
2017-12-29 11:40:36 -08:00
Ara Pulido
8ba9150da2
If the hyper config file is not set, the AuthConfig should be empty
2017-12-28 12:38:28 +01:00
Robbie Zhang
2b68da36ea
Add an example for Windows pod
...
Add iis-pod.yaml to start a Windows pod in ACI
2017-12-27 15:32:05 -08:00
Harry Zhang
04e49c5162
Merge pull request #35 from hyperhq/hyper-provider
...
Implemented Hyper provider
2017-12-24 23:42:21 -06:00
Jimmy Xu
eaba0f3b60
[hyper-provider] 1.support pull image with RegistryAuth 2.optimize code
2017-12-25 11:11:53 +08:00
Robbie Zhang
bf32a40668
Update the example to include the tolerations
2017-12-22 14:19:00 -08:00
Rita Zhang
9354966e34
Update unit test
2017-12-22 00:12:00 -08:00
Rita Zhang
8b59becf35
Return error to kubectl logs; use http statuscode
2017-12-22 00:08:10 -08:00
Rita Zhang
43137d09f7
Use mux to handle req; get tail from req
2017-12-21 21:42:05 -08:00
Jimmy Xu
a6a6267863
[hyper-provider] update hypercli in vendor
2017-12-22 00:30:03 +08:00
Jimmy Xu
1b3d6eae82
[hyper-provider] 1. support pull image 2. improve containerJSONToPod()
2017-12-21 22:38:51 +08:00
Rita Zhang
04db926faa
Set Status.DaemonEndpoints.KubeletEndpoint.Port to KUBELET_PORT
2017-12-20 19:13:56 -08:00
Rita Zhang
4aeb63892e
Add script to generate cert and key pem and update README
2017-12-20 18:19:38 -08:00
Rita Zhang
75af445a29
Update deployment
2017-12-20 17:46:29 -08:00
Rita Zhang
f047137819
Add env var for kubelet port and ensure kubelet works without logs
2017-12-20 17:35:10 -08:00
Rita Zhang
b877b56d64
Update deployment and secret
2017-12-20 16:33:12 -08:00
Ria Bhatia
6e7931f74d
Merge pull request #38 from virtual-kubelet/branchRia
...
little edit
2017-12-20 11:55:32 -08:00