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
Ria Bhatia
83a768bdb5
little edit
2017-12-20 11:54:52 -08:00
Ria Bhatia
9fec953077
Merge pull request #37 from virtual-kubelet/branchRia
...
add current features
2017-12-20 11:53:15 -08:00
Ria Bhatia
8626b012b8
add current features
2017-12-20 11:51:23 -08:00
Jimmy Xu
fb34a8c990
[hyper-provider] 1.add doc 2.support read hyper config file
2017-12-20 17:44:53 +08:00
Jimmy Xu
785d223eee
[hyper-provider] 1.fix start container 2.support DeletePod
2017-12-20 10:38:29 +08:00
Jimmy Xu
e588029086
[hyper-provider] fix for HostPort is 0
2017-12-18 17:14:39 +08:00
Jimmy Xu
b870ac2eaa
[hyper-provider] 1.fix hyper.NewClient 2.add instanceType 3.fix incrementRefCounters and decrementRefCounters
2017-12-17 22:51:24 +08:00
Rita Zhang
bcc5a33098
Mount secret for api server cert and key
2017-12-15 18:35:49 -08:00
Rita Zhang
105c9fdada
Remove some logging
2017-12-15 17:25:19 -08:00
Rita Zhang
2c1c925c01
Update chart for deployment
2017-12-15 17:25:19 -08:00
Rita Zhang
732ee66d87
Update hypersh provider
2017-12-15 17:25:19 -08:00
Rita Zhang
123863c1ae
Integrate apiserver with provider GetContainerLogs
2017-12-15 17:25:19 -08:00
Rita Zhang
b9b3bafb09
Undo update example pod
2017-12-15 17:25:18 -08:00
Rita Zhang
eb75dd5784
Update nginux-pod example
2017-12-15 17:25:18 -08:00
Rita Zhang
948f72096d
Correct typo
2017-12-15 17:25:18 -08:00
Rita Zhang
97ced5e4bf
Update chart deployment
2017-12-15 17:25:18 -08:00
Rita Zhang
e0c9da5d95
Enable kubectl logs po
2017-12-15 17:25:18 -08:00
Robbie Zhang
57996b44c4
Make build and make test in CircleCI ( #25 )
2017-12-14 20:49:11 +00:00
Robbie Zhang
0c10accf41
Configure KubeConfig from Script ( #24 )
...
* Configure KubeConfig from Script
2017-12-14 20:32:04 +00:00
Ria Bhatia
40128c288b
Merge pull request #23 from robbiezhang/master
...
[WIP] Get the Kube Config for CI
2017-12-14 10:44:56 -08:00
Robbie Zhang
932e770c40
Get the Kube Config for CI
2017-12-13 18:54:10 -08:00
Erik St. Martin
4224cd737c
Fix copy/paste error in configmap volumes, this is likely the cause of #20
2017-12-12 10:33:16 -05:00
listonb
28cd1d082b
Merge pull request #18 from kris-nova/clean-up-ux
...
Cleaning up program UX
2017-12-09 17:42:23 -08:00