yacy_search_server/kubernetes/history.txt
Michael Peter Christen c4659f0fb0 removed Debian and Red Hat build process
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.
2021-07-19 20:33:52 +02:00

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