kubernetes: Mysql オペレーター YAML 安定バージョンの URL

kubernetes: Mysql オペレーター YAML 安定バージョンの URL

mysql オペレータをインストールします。

続くhttps://dev.mysql.com/doc/mysql-operator/en/mysql-operator-installation-kubectl.html

kubectl apply -f https://raw.githubusercontent.com/mysql/mysql-operator/trunk/deploy/deploy-crds.yaml
kubectl apply -f https://raw.githubusercontent.com/mysql/mysql-operator/trunk/deploy/deploy-operator.yaml

これらはトランクからのものです。最新の安定バージョンの URL は何ですか?

試しました:

https://raw.githubusercontent.com/mysql/mysql-operator/tags/8.0.33/deploy/deploy-crds.yaml

アクセスできません。

github から以下を使用すべきでしょうか?

https://github.com/mysql/mysql-operator/blob/8.0.33-2.0.10/deploy/deploy-crds.yaml

関連情報