Skip to content

Commit c0ac1ef

Browse files
committed
WIP PR to get the ball rolling
1 parent eff5a2d commit c0ac1ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/what.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ <h2 class="of-heading of-heading--md">What is an Operator after all?</h2>
1919
<section class="of-section--largetext">
2020
<div class="of-section--largetext__item">
2121
<h2 class="of-heading of-heading--xl">Who's building Operators?</h2>
22-
<p class="of-section--largetext__content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nihil quia expedita, ea ipsum recusandae, consectetur tempora, fugit possimus autem suscipit laudantium. Fugit placeat eligendi iusto voluptate consequuntur ex consectetur. Alias? Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea quis mollitia est quas! Quasi ratione et culpa modi. Eligendi reprehenderit natus ducimus error pariatur eveniet incidunt earum iusto. Quasi, exercitationem!</p>
22+
<p class="of-section--largetext__content">Software and DevOps engineers work together to create an operator that encapsulates their shared knowledge, offering a kubernetes native way of managing the application.</p>
2323
<a href="https://sdk.operatorframework.io/" class="of-button of-button--tertiary">Go to Operator SDK
2424
<svg class="of-button__icon" enable-background="new 0 0 22 22" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
2525
<path d="M19.5,8l-7.3-7.6c-0.4-0.4-1.1-0.4-1.5,0L9.3,1.8c-0.4,0.4-0.4,1.1,0,1.6l5.2,5.5H1.1C0.5,8.9,0,9.3,0,10V12 c0,0.6,0.5,1.1,1.1,1.1h13.5l-5.2,5.5c-0.4,0.4-0.4,1.1,0,1.6l1.4,1.5c0.4,0.4,1.1,0.4,1.5,0l9.4-9.9c0.4-0.4,0.4-1.1,0-1.6L19.5,8z "/>
2626
</svg>
2727
</a>
28-
<p class="large-text"><span>Persona, </span>
29-
<span>persona, </span>
30-
<span>persona.</span></p>
28+
<p class="large-text"><span>Software Engineers, </span>
29+
<span>DevOps Engineers, </span>
30+
<span>Cluster Admins.</span></p>
3131
</div>
3232
<div class="of-section--largetext__item">
3333
<h2 class="of-heading of-heading--xl">Who's using Operators</h2>
34-
<p class="of-section--largetext__content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nihil quia expedita, ea ipsum recusandae, consectetur tempora, fugit possimus autem suscipit laudantium. Fugit placeat eligendi iusto voluptate consequuntur ex consectetur. Alias? Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea quis mollitia est quas! Quasi ratione et culpa modi. Eligendi reprehenderit natus ducimus error pariatur eveniet incidunt earum iusto. Quasi, exercitationem!</p>
34+
<p class="of-section--largetext__content">Cluster Admins are capable of extending the Kubernetes API by installing an operator. Kubernetes users may then interact with the operator to install software using a declarative format defined by the CustomResourceDefinitions introduced by the operator. Application Users can then interact directly with the applications installed by the operator.</p>
3535
<a href="https://www.operatorhub.io" class="of-button of-button--tertiary">Go to OperatorHub.io
3636
<svg class="of-button__icon" enable-background="new 0 0 22 22" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
3737
<path d="M19.5,8l-7.3-7.6c-0.4-0.4-1.1-0.4-1.5,0L9.3,1.8c-0.4,0.4-0.4,1.1,0,1.6l5.2,5.5H1.1C0.5,8.9,0,9.3,0,10V12 c0,0.6,0.5,1.1,1.1,1.1h13.5l-5.2,5.5c-0.4,0.4-0.4,1.1,0,1.6l1.4,1.5c0.4,0.4,1.1,0.4,1.5,0l9.4-9.9c0.4-0.4,0.4-1.1,0-1.6L19.5,8z "/>
3838
</svg>
3939
</a>
40-
<p class="large-text"><span>Persona, </span>
41-
<span>persona, </span>
42-
<span>persona.</span></p></div>
40+
<p class="large-text"><span>Cluster Admins, </span>
41+
<span>Kubernetes Users, </span>
42+
<span>Application Users.</span></p></div>
4343
</section>
4444

4545
<section class="of-capability-content">

0 commit comments

Comments
 (0)