Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _includes/values.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
{% assign clysoLink = '//clyso.com/en/' %}
{% assign cybozuLink = '//cybozu.com' %}
{% assign redHatLink = '//www.redhat.com/en/technologies/cloud-computing/openshift-data-foundation' %}
{% assign procedureLink = '//procedure.tech' %}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a link that talks about Rook support specifically on your website, similar to what you have for https://procedure.tech/services/crossplane-consulting?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, we need specific information to link for Rook users.

{% assign upboundLink = '//upbound.io' %}
14 changes: 14 additions & 0 deletions support.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@ <h2><a href="{{ redHatLink }}">Red Hat</a></h2>
</ul>
</p>
</section>
<section class="col-12_md-12">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you happen to have a screenshot of the updated site from your testing efforts using the instructions in https://github.com/rook/rook.github.io?tab=readme-ov-file#test? i thought we had live previews on PRs for this repo, but I don't see that set up actually 😇

<h2><a href="{{ procedureLink }}">Procedure</a></h2>
<p>
Procedure is a software engineering consultancy providing cloud-native infrastructure consulting and support for Rook and Ceph deployments on Kubernetes. We help engineering teams design, deploy, and operate storage infrastructure for production workloads.
<br />
Services include:
<ul>
<li>Rook-Ceph deployment, migration, and operational support on Kubernetes</li>
<li>Storage architecture consulting for cloud-native environments</li>
<li>Performance tuning and cluster optimization</li>
<li>Monitoring and observability integration with Prometheus and Grafana</li>
</ul>
</p>
</section>
</div>

<section class="grid-middle">
Expand Down
Loading