You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
I'm trying to follow the directions to get rid of the debug message:
(17:31:25) DEBUG: /cache/bazel/6fadd30f776596320f945376fa05bc65/external/io_bazel_rules_k8s/toolchains/kubectl/kubectl_toolchain.bzl:28:14: No kubectl tool was found or built, executing run for rules_k8s targets might not work.
$ bazel build @io_kubernetes//...
INFO: Invocation ID: 3657c8df-3d63-4e15-9ce9-daf082813d8d
ERROR: Skipping '@io_kubernetes//...': error loading package under directory '': error loading package '@io_kubernetes//cluster/gce': Unable to find package for @io_kubernetes_build//defs:pkg.bzl: The repository '@io_kubernetes_build' could not be resolved: Repository '@io_kubernetes_build' is not defined.
WARNING: Target pattern parsing failed.
ERROR: error loading package under directory '': error loading package '@io_kubernetes//cluster/gce': Unable to find package for @io_kubernetes_build//defs:pkg.bzl: The repository '@io_kubernetes_build' could not be resolved: Repository '@io_kubernetes_build' is not defined.
INFO: Elapsed time: 0.904s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
currently loading: @io_kubernetes//cluster/gce ... (7 packages)
I already have rules_k8s working using the simple:
I'm trying to follow the directions to get rid of the debug message:
By adding this before:
but then when I run this I get:
I see a reference in the readme
rules_k8s/toolchains/kubectl/README.md
Line 93 in ab522ec
WORKSPACE
file.Can we update the docs for how to do this please?
The text was updated successfully, but these errors were encountered: