We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f18ccaa + a2e36cc commit 1ae3738Copy full SHA for 1ae3738
content/ja/docs/concepts/extend-kubernetes/operator.md
@@ -89,7 +89,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
89
* 自前のオペレーターを書くために既存のツールを使います、例:
90
* [KUDO](https://kudo.dev/)(Kubernetes Universal Declarative Operator)を使います
91
* [kubebuilder](https://book.kubebuilder.io/)を使います
92
- * [Metacontroller](https://metacontroller.app/)を自分で実装したWebHooksと一緒に使います
+ * [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)を自分で実装したWebHooksと一緒に使います
93
* [Operator Framework](https://operatorframework.io)を使います
94
* 自前のオペレーターを他のユーザーのために[公開](https://operatorhub.io/)します
95
* オペレーターパターンを紹介している[CoreOSオリジナル記事](https://coreos.com/blog/introducing-operators.html)を読みます
0 commit comments