Skip to content

Commit 4f98362

Browse files
committed
describe issue with minikube
1 parent e1ea344 commit 4f98362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ chmod +x ./protos/generate.sh
1515
run apps in debug
1616

1717
## Minikube
18+
A long with have codes to create gRPC services on many languages I build them and deploy to K8S (minikube) in my case
1819

1920
### Issue: Couldn't pull image from ghcr.io
21+
apparently `minikube start` did work very well to me as I spent dissent amount of time authenticating to `ghcr.io` using guides like [this](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). All of a sudden, seems like the issue was in the network, not in the auth. [simple trick](https://github.com/kubernetes/minikube/issues/8902#issuecomment-697834355) helped me a lot.

0 commit comments

Comments
 (0)