Commit Graph

41 Commits

Author SHA1 Message Date
Ria Bhatia
6d8b865848 Merge pull request #96 from arapulido/improve_azure_docs
Improve ACI provider documentation
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
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
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
dadd97de8d Update README.md
changed release notes and added helm init to documentation
2018-01-29 09:58:58 -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
Ria Bhatia
7d47eb1409 Update README.md 2018-01-22 15:26:23 -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
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
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
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
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
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
Ara Pulido
8ba9150da2 If the hyper config file is not set, the AuthConfig should be empty 2017-12-28 12:38:28 +01:00
Jimmy Xu
eaba0f3b60 [hyper-provider] 1.support pull image with RegistryAuth 2.optimize code 2017-12-25 11:11:53 +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
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
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
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
e0c9da5d95 Enable kubectl logs po 2017-12-15 17:25:18 -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
neilpeterson
6c63d30ccc AKS / ACI Readme 2017-12-05 17:54:12 -06:00
Erik St. Martin
41bfc1855c providers/azure - Ensure IP Address is set to public if containers expose ports 2017-12-05 17:54:11 -06:00
Erik St. Martin
0dadbd7898 Prefix ACI container groups with namespace name, also fix for container ports in ACI provider 2017-12-05 17:54:07 -06:00
Ria Bhatia
0075e5b0f3 Initial commit 2017-12-05 17:53:58 -06:00