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

관련 정보