Matt Trower
0b475e8dce
Merge branch 'master' into patch-1
2018-08-06 10:32:56 -06:00
Brian Goff
3cde08b825
Merge pull request #298 from cpuguy83/ci_validate_vendor
...
Update dep validation to only check the vendor dir
2018-08-03 21:27:09 -07:00
Brian Goff
f31b8245e7
Update dep validation to only check the vendor dir
...
This helps make sure that different versions of dep don't give different
results.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2018-08-03 21:22:38 -07:00
Brian Goff
f8609cfadc
Merge pull request #294 from jeremyrickard/update-azure-go-sdk
...
Update dependencies to add service fabric mesh via new azure-sdk-go
2018-08-03 21:22:31 -07:00
Jeremy Rickard
a163bde2af
Updated with a new version of dep
2018-08-03 18:02:57 -06:00
Jeremy Rickard
bb9e7346c5
Merge branch 'master' into update-azure-go-sdk
2018-08-03 16:56:49 -06:00
Jeremy Rickard
7dafa29db9
Merge pull request #293 from cpuguy83/ci_validate_vendor
...
Validate deps in CI
2018-08-03 16:56:05 -06:00
Jeremy Rickard
6d089bcf11
Merge branch 'master' into ci_validate_vendor
2018-08-03 16:55:53 -06:00
Deep Kapur
7e7947cd3d
fixing a minor typo ( #290 )
...
* fixing a minor typo
* Update README.md
2018-08-03 15:13:36 -07:00
Brian Goff
a1f46e7f04
Validate deps in CI
2018-08-03 13:33:46 -07:00
Jeremy Rickard
e651e61f5b
Merge branch 'master' into update-azure-go-sdk
2018-08-03 14:14:00 -06:00
Onur Filiz
9e55d2ee98
Fargate: Add environment variable support
2018-08-03 12:00:41 -07:00
Onur Filiz
4efc61d1ae
Fargate: Add stubs for new provider APIs
2018-08-03 12:00:41 -07:00
Jeremy Rickard
636b4120f1
Update dependencies to add service fabric mesh via new azure-sdk-go
2018-08-03 11:57:00 -06:00
Matt Trower
3b1986c71f
Update README.md
...
Changed wording around Mesh to remove cluster which doesn't exist in SFM world.
2018-08-02 16:26:28 -07:00
Jeremy Rickard
bcea8b955b
Merge pull request #285 from yaron2/sfmesh-branch
...
Added Service Fabric Mesh provider
2018-08-02 16:06:45 -06:00
Yaron Schneider
1fee49eb06
Merge branch 'master' into sfmesh-branch
2018-08-01 17:24:45 -07:00
yaron2
fac77abdfa
added basic tests
2018-08-01 17:23:49 -07:00
Jeremy Rickard
bf014c1c7e
Add certificate generation to Helm charts ( #286 )
...
Signed-off-by: Jeremy Rickard <jeremy.rickard@microsoft.com >
2018-08-01 16:54:17 -07:00
yaron2
1ee747cb6f
assigned subscriptionID to provider
2018-08-01 16:25:47 -07:00
yaron2
fdb2c29ea3
removed redundant memory assignment
2018-08-01 16:23:22 -07:00
yaron2
ebdb9257a0
spaces fix
2018-08-01 15:17:00 -07:00
yaron2
36db5d9583
added Service Fabric Mesh provider
2018-07-31 16:00:56 -07:00
Robbie Zhang
3f83588e59
Reduce ACI API calls ( #282 )
...
* Reduce ACI API calls
Reduce reconcile calls and API calls in reconcile
* Fix the pod status update issue
* Revert a few unnecessary change
2018-07-31 13:31:00 -07:00
Liang Mingqiang
f9c7af5ec9
read a section of config ( #255 )
2018-07-31 13:28:42 -07:00
Jeremy Rickard
3e1beb3d92
Merge pull request #281 from jeremyrickard/aks-chart-rbac
...
Update VK AKS chart to have RBAC resources
2018-07-31 07:30:38 -06:00
Jeremy Rickard
0c51f2cffe
Merge branch 'master' into aks-chart-rbac
2018-07-30 15:26:20 -06:00
Jeremy Rickard
c3cb96d4d1
Update VK AKS chart to have RBAC. RBAC default = true
2018-07-30 15:25:40 -06:00
Jeremy Rickard
a4d8f74c7d
Enabling Liveness and Readiness Probes in ACI Provider ( #280 )
...
* Enabling Liveness and Readiness Probes in ACI Provider
* Adding a check to ensure both exec and httpGet are not provided
2018-07-30 13:38:36 -07:00
Rohan Chakravarthy
13fbd5c38e
use secure value in ACI for secrets ( #276 )
...
* use secure value in ACI for secrets
* add tests for env variable conversion
2018-07-30 11:44:41 -07:00
Rohan Chakravarthy
ef6ae9ecf4
Plumb through log analytics values ( #274 )
...
* plumb through log analytics values
* add option to specify a log analytics file as well
* use secret for log analytics
2018-07-25 12:37:26 -07:00
Jake Bjorke
28daffa96f
fix type-o in azure provider documentation ( #246 )
...
* fix type-o
* corrected type-o where "the" should have been "then"
2018-07-25 12:04:10 -07:00
Daniel Mueller
31a415c83a
Fix bug in exec command retrieval ( #265 )
...
The exec command as extracted from the query comprises only the first
part of the command and does not include potentially supplied
parameters. E.g.,
$ kubectl exec pod -- ls -t /usr
> command: ls
This change fixes the problem by moving away from the Query.Get API.
$ kubectl exec pod -- ls -t /usr
> command: [ls -t /usr]
2018-07-25 11:54:22 -07:00
Rohan Chakravarthy
b28bb7a070
Merge pull request #272 from rchakra3/log-analytics-aci
...
add support for log analytics in the ACI SDK
2018-07-25 10:07:20 -07:00
Rohan Chakravarthy
e41a352d63
add support for log analytics in the ACI SDK
2018-07-24 17:56:38 -07:00
Jeremy Rickard
9b06d18023
ACI Provider: Adding Liveness/Readiness probes to ACI sdk ( #267 )
...
* Adding Liveness/Readiness probes to ACI sdk
* Rename Secure to SecureValue
* Slightly modify failure test.
* Remove errant t.Fatal line
2018-07-24 15:08:25 -07:00
Jeremy Rickard
047e5f22db
Updating aci api version ( #264 )
...
The aci provider is using a quite old version of the
aci API. This PR updates it to the most recent version.
Fixes : #263
2018-07-23 12:12:05 -07:00
Alex Glikson
a3bd10ab5f
readme typo ( #262 )
2018-07-23 11:19:19 -07:00
Onur Filiz
ae79bb5216
Fargate: Add AWS open source blog post to README
2018-07-20 13:59:04 -07:00
Onur Filiz
db5675ac73
Fargate: Add new regions Singapore, Sydney, Frankfurt
2018-07-20 11:36:41 -07:00
Robbie Zhang
6723b0d719
Register the Node when GetNode Returns NotFound ( #254 )
v0.4.1
2018-07-11 14:57:09 -07:00
Eric Jadi
6543b0d410
Added missing providers to providers.go for build-time validation ( #253 )
...
* build all providers compile-time to validate interface implementation
* removed duplicate CRI provider initialization
2018-07-09 11:56:17 -07:00
Liang Mingqiang
32f996ab60
bug-fix ( #252 )
2018-07-09 11:36:32 -07:00
Eric Jadi
89921a08c1
Added clean exec functionality + ACI implementation - V2 ( #244 )
...
* Stubs and vkubelet changes
* added dependencies
* Azure provider exec implementation
* added missing dependencies
* added vkubelet imports
* added huawei exec stub
* Fixed exec tab functionality / stdin buffer length
* Removed unused import
* Added provider function GetPodFullName + ACI implementation
* Added error handling in ACI provider exec
2018-07-06 14:12:05 -07:00
Liang Mingqiang
3e8a1b9bb5
config files for mock provider ( #247 )
2018-07-06 14:07:33 -07:00
Onur Filiz
5d39a2c292
Fargate: Improve cluster API failure handling
2018-07-04 20:48:11 -07:00
Onur Filiz
06ef7afecf
Add AWS ap-northeast-1 (Tokyo) region to Fargate
2018-07-04 20:25:41 -07:00
Fei Xu
a30303035f
Huawei Cloud Provider implementation ( #241 )
...
* add huawei CCI provider
* add readme
* add vender
* add huawei provider mock test
2018-06-29 10:21:15 -07:00
lcastellano
df6a8750bb
Merge pull request #236 from lcastellano/ipaddr
...
Add support for displaying node and pod IP address + fix make clean
2018-06-26 15:33:57 -07:00
Robbie Zhang
e66dbef7fd
Merge branch 'master' into ipaddr
2018-06-26 11:30:47 -07:00