kubernetes: URLs für stabile Versionen des Mysql-Operators YAML

kubernetes: URLs für stabile Versionen des Mysql-Operators YAML

Installieren Sie den MySQL-Operator:

Gefolgthttps://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

Sie stammen aus dem Trunk. Was sind die URLs für die neuesten stabilen Versionen?

versucht:

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

Nicht erreichbar.

sollte Folgendes von GitHub verwenden?

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

verwandte Informationen