Skip to content

Commit 1ae3738

Browse files
authored
Merge pull request #28686 from npu21/operator-ja
Update URL for Metacontroller
2 parents f18ccaa + a2e36cc commit 1ae3738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/extend-kubernetes/operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
8989
* 自前のオペレーターを書くために既存のツールを使います、例:
9090
* [KUDO](https://kudo.dev/)(Kubernetes Universal Declarative Operator)を使います
9191
* [kubebuilder](https://book.kubebuilder.io/)を使います
92-
* [Metacontroller](https://metacontroller.app/)を自分で実装したWebHooksと一緒に使います
92+
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)を自分で実装したWebHooksと一緒に使います
9393
* [Operator Framework](https://operatorframework.io)を使います
9494
* 自前のオペレーターを他のユーザーのために[公開](https://operatorhub.io/)します
9595
* オペレーターパターンを紹介している[CoreOSオリジナル記事](https://coreos.com/blog/introducing-operators.html)を読みます

0 commit comments

Comments
 (0)