From 0ce1735fdc480ccf73d4ab31e75a72e200a9133b Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 5 Nov 2024 17:06:38 -0800 Subject: [PATCH 1/2] Bump k8 example version --- examples/kubernetes/conda-store-server.yaml | 2 +- examples/kubernetes/conda-store-worker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kubernetes/conda-store-server.yaml b/examples/kubernetes/conda-store-server.yaml index 41482ecb5..adb385053 100644 --- a/examples/kubernetes/conda-store-server.yaml +++ b/examples/kubernetes/conda-store-server.yaml @@ -32,7 +32,7 @@ spec: spec: containers: - name: conda-store-server - image: quansight/conda-store-server:v0.4.5 + image: quansight/conda-store-server:2024.10.1 args: - "conda-store-server" - "--config" diff --git a/examples/kubernetes/conda-store-worker.yaml b/examples/kubernetes/conda-store-worker.yaml index 06906d758..424a8db98 100644 --- a/examples/kubernetes/conda-store-worker.yaml +++ b/examples/kubernetes/conda-store-worker.yaml @@ -31,7 +31,7 @@ spec: spec: containers: - name: conda-store-server - image: quansight/conda-store-server:v0.4.5 + image: quansight/conda-store-server:2024.10.1 args: - "conda-store-worker" - "--config" From c64e765e306adb3a368bcaa65994572121d177ec Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 5 Nov 2024 17:09:40 -0800 Subject: [PATCH 2/2] Add note to enable viewing build logs in minio --- docusaurus-docs/conda-store/how-tos/install-kubernetes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docusaurus-docs/conda-store/how-tos/install-kubernetes.md b/docusaurus-docs/conda-store/how-tos/install-kubernetes.md index 6686fe126..a43bb7029 100644 --- a/docusaurus-docs/conda-store/how-tos/install-kubernetes.md +++ b/docusaurus-docs/conda-store/how-tos/install-kubernetes.md @@ -51,6 +51,12 @@ kubectl port-forward service/conda-store-server 8080:8080 Then visit via your web browser [http://localhost:8080](http://localhost:8080) +To enable viewing logs, make sure to also port forward the minio service + +```shell +kubectl port-forward service/minio 30900:9000 +``` + For additional configuration options see the [reference guide](../references/configuration-options.md) A good test that conda-store is functioning properly is to apply the