mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-08 07:38:41 -05:00
as announced in https://twitter.com/yacy_search/status/1414608643241152516 because of lack of community support for these kind of distributions. We will still support tarball, Windows, Mac and Docker releases.
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
|
|
kubectl create -f yacy-deployment.yaml
|
|
kubectl create -f yacy-service.yaml
|
|
|
|
kubectl get pods -l app=yacy-pod -o yaml | grep podIP
|
|
|
|
kubectl get nodes -o wide
|
|
minikube service yacy-service
|
|
|
|
kubectl delete -n default deployment yacy-deployment
|
|
|