-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: xuezhaojun <[email protected]>
- Loading branch information
1 parent
a81a9ae
commit c6cd625
Showing
236 changed files
with
1,856 additions
and
11,626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Website | ||
This repo host the website code of open-cluster-management project. After the PR is merged, the compiled website page will be published to gh-page branch in this repo. | ||
|
||
The open-cluster-management website is based on the [Hugo framework](https://github.com/gohugoio/hugo), with the [hugo-geekdoc theme](https://github.com/thegeeklab/hugo-geekdoc) applied, and is written in Markdown format. | ||
The open-cluster-management website is based on the [Hugo framework](https://github.com/gohugoio/hugo), with the [Docsy](https://www.docsy.dev/) applied, and is written in Markdown format. | ||
|
||
You can always click the Edit this page link at the top right of each page, but if you want to test your changes locally before submitting you can: | ||
|
||
|
@@ -12,7 +12,7 @@ Check out your copy locally: | |
``` | ||
git clone ssh://[email protected]/<your-user>/open-cluster-management-io.github.io.git | ||
cd open-cluster-management-io.github.io | ||
make server | ||
hugo server | ||
``` | ||
|
||
An instance of the website is now running locally on your machine and is accessible at http://localhost:1313. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: "{{ replace .Name "-" " " | title }}" | ||
date: {{ .Date }} | ||
draft: true | ||
--- | ||
|
||
+++ | ||
title = '{{ replace .File.ContentBaseName "-" " " | title }}' | ||
date = {{ .Date }} | ||
draft = true | ||
+++ |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.td-footer { | ||
background-color: #0e0f45; | ||
} | ||
|
||
// Change font size of "Open Cluster Management" and make it not wrap | ||
.display-1 { | ||
font-weight: bold; | ||
white-space: nowrap; | ||
font-size: clamp(1rem, 5vw, 5rem); | ||
} | ||
|
||
.github-link { | ||
text-decoration: none; | ||
|
||
&:hover { | ||
color: #ffffff !important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
Add styles or override the theme's variables here. | ||
*/ | ||
|
||
html.smooth-scroll { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
// Theme colors | ||
$primary: #0e0f45; | ||
$secondary: #fff; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Open Cluster Management | ||
--- | ||
|
||
{{< blocks/cover title="Open Cluster Management" image_anchor="right" height="max" color="primary" >}} | ||
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/docs/"> | ||
Get Started | ||
</a> | ||
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://kubernetes.slack.com/channels/open-cluster-mgmt"> | ||
Join Our Slack | ||
</a> | ||
<p class="lead mb-6"></p> <!-- To create space between the buttons and the text below --> | ||
<p class="lead mb-6"> | ||
Make working with many Kubernetes clusters super easy regardless of where they are deployed | ||
</p> | ||
<p class="lead mb-6"> | ||
Open Cluster Management is a community-driven project focused on multicluster and multicloud scenarios for Kubernetes apps. Open APIs are evolving within this project for cluster registration, work distribution, dynamic placement of policies and workloads, and much more. | ||
</p> | ||
<p> | ||
If you like Open Cluster Management, give it a star on <a href="https://github.com/open-cluster-management-io/ocm" class="github-link">GitHub</a>! | ||
</p> | ||
{{< /blocks/cover >}} | ||
|
||
{{% blocks/section color="secondary" type="row" title="Features Overview" %}} | ||
{{% blocks/feature icon="fa-server" title="Cluster Inventory" %}} | ||
Registration of multiple clusters to a hub cluster to place them for management. | ||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fa-tasks" title="Work Distribution" %}} | ||
The work API that enables resources to be applied to managed clusters from a hub cluster. | ||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fa-random" title="Content placement" %}} | ||
Dynamic placement of content and behavior across multiple clusters. | ||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fa-cloud" title="Vendor neutral APIs" %}} | ||
Avoid vendor lock-in by using APIs that are not tied to any cloud providers or proprietary platforms. | ||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fa-rocket" title="Launch apps everywhere" url="docs/getting-started/integration/app-lifecycle/" %}} | ||
Use application lifecycle to create your application and deliver hybrid apps across one or more clusters, while you keep up with changes. | ||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fa-cog" title="Configure, secure, and manage your resources." url="docs/concepts/policy" %}} | ||
Policy and configuration management uses labels to help you deploy policies and control consistently across your resources. Keep your resources secure by using access control and manage for your quota and cost. | ||
{{% /blocks/feature %}} | ||
{{% /blocks/section %}} | ||
|
||
|
||
{{% blocks/section color="primary" %}} | ||
Open Cluster Management is a Cloud Native Computing Foundation sandbox project | ||
{.h3 .text-center} | ||
<div class="text-center"> | ||
<img src="https://raw.githubusercontent.com/cncf/artwork/master/other/cncf/horizontal/white/cncf-white.svg" alt="CNCF logo" style="max-width: 300px; margin-top: 20px;"> | ||
</div> | ||
{{% /blocks/section %}} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,6 @@ | ||
--- | ||
title: Blog | ||
weight: 6 | ||
menu: | ||
main: | ||
weight: 30 | ||
--- | ||
|
||
---- | ||
### [The HA Hub clusters solution -- MultipleHubs]({{< ref "/blog/multiplehubs" >}}) | ||
- Authors: [Zhao Xue](https://github.com/xuezhaojun) | ||
- Date: Aug 26, 2024 | ||
---- | ||
---- | ||
### [Using the GitOps way to deal with the upgrade challenges of multi-cluster tool chains]({{< ref "/blog/addon-rollout" >}}) | ||
- Authors: [郝青](https://github.com/haoqing0110) | ||
- Date: 2024年01月19日 | ||
---- | ||
---- | ||
### [Open Cluster Management - Configuring Your Kubernetes Fleet With the Policy Addon](https://www.youtube.com/watch?v=ZZH654t5YpI) | ||
- Authors: [Matt Prahl](https://github.com/mprahl) | ||
- Date: Nov 22, 2023 | ||
---- | ||
### [How to distribute workloads using Open Cluster Management](https://developers.redhat.com/articles/2023/01/19/how-distribute-workloads-using-open-cluster-management) | ||
- Authors: [Tomer Figenblat](https://github.com/TomerFi) | ||
- Date: Jan 19, 2023 | ||
---- | ||
### [KubeCon NA 2022 - OCM Workload distribution with Placement API](/kubecon-na-2022-ocm-workload-distribution-with-placement-api.pdf) | ||
- Authors: [Qing Hao](https://github.com/haoqing0110), [Jian Qiu](https://github.com/qiujian16) and [Le Yang](https://github.com/elgnay) | ||
- Date: Oct 26, 2022 | ||
---- | ||
### [KubeCon NA 2022 - OCM Multicluster App & Config Management](/kubecon-na-2022-ocm-multicluster-app-and-config-management.pdf) | ||
- Authors: [Maggie Chen](https://github.com/chenz4027) and [Matt Prahl](https://github.com/mprahl) | ||
- Date: Oct 26, 2022 | ||
---- | ||
### [Karmada and Open Cluster Management: two new approaches to the multicluster fleet management challenge](https://www.cncf.io/blog/2022/09/26/karmada-and-open-cluster-management-two-new-approaches-to-the-multicluster-fleet-management-challenge/) | ||
- Authors: [David Eads](https://github.com/deads2k) and [Kevin Wang](https://github.com/kevin-wangzefeng) | ||
- Date: Sep 26, 2022 | ||
---- | ||
### [Extending the Multicluster Scheduling Capabilities with Open Cluster Management Placement](https://cloud.redhat.com/blog/extending-the-multicluster-scheduling-capabilities-with-open-cluster-management-placement) | ||
- Authors: [Qing Hao](https://github.com/haoqing0110) | ||
- Date: Sep 15, 2022 | ||
---- | ||
### [Using the Open Cluster Management Placement for Multicluster Scheduling](https://cloud.redhat.com/blog/using-the-open-cluster-management-placement-for-multicluster-scheduling) | ||
- Authors: [Jian Qiu](https://github.com/qiujian16), [Le Yang](https://github.com/elgnay) and [Qing Hao](https://github.com/haoqing0110) | ||
- Date: Jan 12, 2022 | ||
---- | ||
### [Using the Open Cluster Management Add-on Framework to Develop a Managed Cluster Add-on](https://cloud.redhat.com/blog/using-the-open-cluster-management-add-on-framework-to-develop-a-managed-cluster-add-on) | ||
- Authors: [Jian Qiu](https://github.com/qiujian16), [Le Yang](https://github.com/elgnay) and [Wei Liu](https://github.com/skeeey) | ||
- Date: Oct 12, 2021 | ||
---- | ||
### [The Next Kubernetes Frontier: Multicluster Management](https://containerjournal.com/features/the-next-kubernetes-frontier-multicluster-management/) | ||
- Authors: [Min Kim](https://github.com/yue9944882) and [Jian Qiu](https://github.com/qiujian16) | ||
- Date: Sep 22, 2021 | ||
---- | ||
### [Put together a user walk through for the basic Open Cluster Management API using `kind`, `olm`, and other open source technologies](https://github.com/mdelder/open-cluster-management-getting-started) | ||
- Authors: [Michael Elder](https://github.com/mdelder) | ||
- Date: May 24, 2021 | ||
---- | ||
### [Setting up Open Cluster Management the hard way](https://github.com/sdminonne/ocm-the-hard-way) | ||
- Authors: [Dario Minonne](https://github.com/sdminonne) | ||
- Date: April 22, 2021 |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
Oops, something went wrong.