starrocks
starrocks copied to clipboard
[computer node K8S]operator deployment failure
Steps to reproduce the behavior (Required)
Deploying K8S successfully
- git clone https://github.com/StarRocks/starrocks
- cd $your_code_path/starrocks-kubernetes-operator
- cd deploy
- kubectl apply -f starrocks.com_computenodegroups.yaml
- kubectl apply -f namespace.yaml
- kubectl apply -f leader_election_role.yaml
- kubectl apply -f role.yaml
- kubectl apply -f role_binding.yaml
- kubectl apply -f leader_election_role_binding.yaml
- kubectl apply -f service_account.yaml
- update the image in manager.yaml to an Operator image
- kubectl apply -f manager.yaml
- kubectl get pod -n starrocks
Expected behavior (Required)
Running
Real behavior (Required)
ErrImagePull

image pull timeout, cn-operrator image is not pushed to dockerhub.io. ignore the issue, please write to the operator depository. please close it.