Skip to content

Commit 4a97d1d

Browse files
ColdsteelRailshaofan-hs
authored andcommitted
update README
1 parent 25ff219 commit 4a97d1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Go Report Card](https://goreportcard.com/badge/github.com/KusionStack/operating)](https://goreportcard.com/report/github.com/KusionStack/operating)
77
[![codecov](https://codecov.io/gh/KusionStack/operating/graph/badge.svg?token=CEQX77G7UH)](https://codecov.io/gh/KusionStack/operating)
88

9-
KusionStack Operating ([official site](https://kusionstack.io/docs/operating/introduction/)) provides a set of workloads and operators
9+
KusionStack Operating ([official site](https://www.kusionstack.io/operating/introduction/)) provides a set of workloads and operators
1010
built on Kubernetes Custom Resource Definitions (CRDs), with a primary aim of bridging the gap
1111
between platform development and Kubernetes.
1212

@@ -17,23 +17,23 @@ streamlining application operations when developing platforms based on Kubernete
1717

1818
* Fine-grained operation
1919

20-
[**PodOpsLifecycle**](https://kusionstack.io/docs/operating/concepts/podopslifecycle)
20+
[**PodOpsLifecycle**](https://www.kusionstack.io/operating/concepts/podopslifecycle)
2121
extends native Pod lifecycle with more phase, like `PreCheck`, `Preparing`, `PostCheck`, to allow fine-grained operation management.
2222

2323
* Advanced workloads
2424

25-
[**CollaSet**](https://kusionstack.io/docs/operating/manuals/collaset) designed to manage Pods with respect to PodOpsLifecycle.
25+
[**CollaSet**](https://www.kusionstack.io/operating/manuals/collaset) designed to manage Pods with respect to PodOpsLifecycle.
2626

27-
[**PodDecoration**](https://kusionstack.io/docs/operating/manuals/poddecoration) provides secondary grouping and operational capabilities for Pods.
27+
[**PodDecoration**](https://www.kusionstack.io/operating/manuals/poddecoration) provides secondary grouping and operational capabilities for Pods.
2828

2929
* Streamlined pod operation
3030

31-
[**ResourceConsist**](https://kusionstack.io/docs/operating/manuals/resourceconsist) framework offers
31+
[**ResourceConsist**](https://www.kusionstack.io/operating/manuals/resourceconsist) framework offers
3232
a graceful way to integrate resource management around Pods, like traffic control, into PodOpsLifecycle.
3333

3434
* Risk management
3535

36-
[**PodTransitionRule**](https://kusionstack.io/docs/operating/manuals/podtransitionrule)
36+
[**PodTransitionRule**](https://www.kusionstack.io/operating/manuals/podtransitionrule)
3737
is responsible to keep Pod operation risks under control.
3838

3939
## Getting started

0 commit comments

Comments
 (0)