Skip to content

Commit 55720d8

Browse files
committed
[bazel] Remove k8s targets
`rules_k8s` was archived and is no longer supported. Instead of trying to make it work again, deleting so we can make the move from `rules_docker` to `rules_oci`, and then try and pick things up again.
1 parent 8e44099 commit 55720d8

File tree

10 files changed

+0
-588
lines changed

10 files changed

+0
-588
lines changed

WORKSPACE

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -288,35 +288,6 @@ container_pull(
288288
repository = "selenium/standalone-chrome-debug",
289289
)
290290

291-
http_archive(
292-
name = "io_bazel_rules_k8s",
293-
sha256 = "ce5b9bc0926681e2e7f2147b49096f143e6cbc783e71bc1d4f36ca76b00e6f4a",
294-
strip_prefix = "rules_k8s-0.7",
295-
urls = ["https://github.com/bazelbuild/rules_k8s/archive/refs/tags/v0.7.tar.gz"],
296-
)
297-
298-
load("@io_bazel_rules_k8s//k8s:k8s.bzl", "k8s_defaults", "k8s_repositories")
299-
300-
k8s_repositories()
301-
302-
load(
303-
"@io_bazel_rules_go//go:deps.bzl",
304-
"go_register_toolchains",
305-
"go_rules_dependencies",
306-
)
307-
308-
go_rules_dependencies()
309-
310-
go_register_toolchains()
311-
312-
k8s_defaults(
313-
name = "k8s_dev",
314-
cluster = "docker-desktop",
315-
image_chroot = "localhost:5000",
316-
kind = "deployment",
317-
namespace = "selenium",
318-
)
319-
320291
load("//common:repositories.bzl", "pin_browsers")
321292

322293
pin_browsers()

deploys/k8s/BUILD.bazel

Lines changed: 0 additions & 72 deletions
This file was deleted.

deploys/k8s/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

deploys/k8s/chrome-node.yaml

Lines changed: 0 additions & 85 deletions
This file was deleted.

deploys/k8s/distributor.yaml

Lines changed: 0 additions & 63 deletions
This file was deleted.

deploys/k8s/event-bus.yaml

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)