Skip to content

Commit a82498b

Browse files
committed
Merge master into release-1.10
2 parents dbbd826 + 770440d commit a82498b

File tree

17 files changed

+50
-1457
lines changed

17 files changed

+50
-1457
lines changed

OWNERS

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ reviewers:
55
- bradtopol
66
approvers:
77
- heckj
8-
- a-mccarthy
9-
- abiogenesis-now
108
- bradamant3
119
- bradtopol
1210
- steveperry-53

OWNERS_ALIASES

+1-3
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,11 @@ aliases:
8787
- grodrigues3
8888
- spxtr
8989
sig-docs: #Team: documentation; GH: sig-docs-pr-reviews
90-
- a-mccarthy
91-
- abiogenesis-now
9290
- bradamant3
9391
- steveperry-53
9492
- zacharysarah
9593
- bradtopol
94+
- heckj
9695
sig-federation: #Team: Federation; e.g. Federated Clusters
9796
- csbell
9897
sig-gcp: #Google Cloud Platform; GH: sig-gcp-pr-reviews
@@ -204,4 +203,3 @@ aliases:
204203
- floreks
205204
sig-windows:
206205
- michmike
207-

_data/setup.yml

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ toc:
7575

7676
- title: Bare Metal
7777
section:
78-
- docs/getting-started-guides/coreos/bare_metal_offline.md
7978
- docs/getting-started-guides/fedora/fedora_manual_config.md
8079
- docs/getting-started-guides/fedora/flannel_multi_node_cluster.md
8180
- docs/getting-started-guides/coreos/index.md

_includes/partner-script.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,13 @@
490490
link: 'https://tenxcloud.com',
491491
blurb: 'TenxCloud - TenxCloud Container Engine (TCE)'
492492
},
493+
{
494+
type: 2,
495+
name: 'TenxCloud',
496+
logo: 'tenxcloud',
497+
link: 'https://www.tenxcloud.com/',
498+
blurb: 'Founded in October 2014, TenxCloud is a leading enterprise container cloud computing service provider in China, covering the areas such as container PaaS cloud platform, micro-service management, DevOps, development test, AIOps and so on. Provide private cloud PaaS products and solutions for financial, energy, operator, manufacturing, education and other industry customers.'
499+
},
493500
{
494501
type: 0,
495502
name: 'Twistlock',
@@ -1410,7 +1417,7 @@
14101417
{
14111418
type: 0,
14121419
name: 'Hedvig',
1413-
logo: 'hevig',
1420+
logo: 'hedvig',
14141421
link: 'https://www.hedviginc.com/blog/provisioning-hedvig-storage-with-kubernetes',
14151422
blurb: 'Hedvig is software-defined storage that uses NFS or iSCSI for persistent volumes for provisioning shared storage for pods and containers.'
14161423
},

case-studies/index.html

+7-13
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ <h5>A collection of users running Kubernetes in production.</h5>
1414
<main>
1515
<div class="content">
1616
<div class="case-studies">
17+
<div class="case-study">
18+
<img src="/images/case_studies/amadeus_feature.png" alt="amadeus">
19+
<p class="quote">"We didn’t think that we could achieve them with our existing system. We need new automation, things that Kubernetes and OpenShift bring."</p>
20+
<!--<p class="attrib">— Eric Mountain, Senior Expert, Distributed Systems at Amadeus IT Group</p>-->
21+
<a href="/case-studies/amadeus/">Read about Amadeus</a>
22+
</div>
1723
<div class="case-study">
1824
<img src="/images/case_studies/huawei_feature.png" alt="huawei">
1925
<p class="quote">"Kubernetes basically solved most of our problems. Before, the time of deployment took about a week, now it only takes minutes."</p>
@@ -32,18 +38,6 @@ <h5>A collection of users running Kubernetes in production.</h5>
3238
<!--<p class="attrib">— Michael Francis, Managing Director at BlackRock</p>-->
3339
<a href="/case-studies/blackrock/">Read about BlackRock</a>
3440
</div>
35-
<div class="case-study">
36-
<img src="/images/case_studies/blablacar-logo.png" alt="blablacar">
37-
<p class="quote">"[With Kubernetes] our infrastructure is much more resilient and we have better availability than before."</p>
38-
<!--<p class="attrib">— Simon Lallemand, Infrastructure Engineer at BlaBlaCar</p>-->
39-
<a href="/case-studies/blablacar/">Read about BlaBlaCar</a>
40-
</div>
41-
<div class="case-study">
42-
<img src="/images/case_studies/peardeck.png" alt="peardeck">
43-
<p class="quote">"In terms of the cloud, Kubernetes and Prometheus have so much to offer."</p>
44-
<!--<p class="attrib">— Riley Eynon-Lynch, CEO of Pear Deck</p>-->
45-
<a href="/case-studies/peardeck/">Read about Pear Deck</a>
46-
</div>
4741
</div>
4842
</div>
4943
</main>
@@ -65,7 +59,7 @@ <h4><i>"Kubernetes has the opportunity to be the new cloud platform. The amount
6559
<main>
6660
<h3>Kubernetes Users</h3>
6761
<div id="usersGrid">
68-
<a target="_blank" href="http://www.nextplatform.com/2015/08/04/amadeus-takes-off-with-containers-and-clouds/"><img src="/images/case_studies/amadeus.png" alt="Amadeus"></a>
62+
<a target="_blank" href="/case-studies/amadeus/"><img src="/images/case_studies/amadeus.png" alt="Amadeus"></a>
6963
<a target="_blank" href="/case-studies/ancestry/"><img src="/images/case_studies/ancestry.png" alt="Ancestry.com"></a>
7064
<a target="_blank" href="/case-studies/blablacar/"><img src="/images/case_studies/blablacar.png" alt="BlaBlaCar"></a>
7165
<a target="_blank" href="/case-studies/blackrock/"><img src="/images/case_studies/blackrock2.png" alt="BlackRock"></a>

0 commit comments

Comments
 (0)