Skip to content

Commit 457729a

Browse files
authored
Remove stale k8s configuration (#203)
We no longer maintain or support this.
1 parent f4a5ac3 commit 457729a

10 files changed

+0
-2216
lines changed

.github/workflows/create-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
env:
4242
TAG: ${{ github.event.inputs.tag }}
4343
run: |
44-
find ./k8s -iname "*.yaml" -exec sed -i -E -e "s#temporalio/(auto-setup|admin-tools):[^ ]+#temporalio/\1:$TAG#g" {} \;
4544
sed -i -e "s/^TEMPORAL_VERSION=.*$/TEMPORAL_VERSION=$TAG/g" .env
4645
if [ -n "$(git diff --stat)" ]; then
4746
git add .

KUBERNETES.md

-70
This file was deleted.

Makefile

-9
This file was deleted.

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This repository provides docker-compose files that enable you to run a local ins
44
There are a variety of docker-compose files, each utilizing a different set of dependencies.
55
Every major or minor release of the Temporal Server has a corresponding docker-compose release.
66

7-
Alongside the docker compose files you can find Kubernetes manifests suitable for setting up a development version of Temporal in a Kubernetes cluster. These files can be found in [k8s](./k8s) directory, each directory holds the manifests related to one of the docker compose files. Details of using these manifests can be found in [KUBERNETES](./KUBERNETES.md).
8-
97
## Prerequisites
108

119
To use these files, you must first have the following installed:

0 commit comments

Comments
 (0)