summaryrefslogtreecommitdiff
path: root/kubernetes
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2021-07-19 20:33:52 +0200
committerMichael Peter Christen <mc@yacy.net>2021-07-19 20:33:52 +0200
commitc4659f0fb01be0f68ce3dcccc1955c8662a5345f (patch)
treec868ae3e7433f492cd0af478d786c8b35bceb904 /kubernetes
parent73360ed52b9d946bfb6e1852346e9f307002b8bc (diff)
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.
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/history.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/kubernetes/history.txt b/kubernetes/history.txt
new file mode 100644
index 000000000..e37cb1e35
--- /dev/null
+++ b/kubernetes/history.txt
@@ -0,0 +1,11 @@
+
+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
+