Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolchain configuration support #56

Open
kzadorozhny opened this issue Feb 2, 2021 · 0 comments
Open

Toolchain configuration support #56

kzadorozhny opened this issue Feb 2, 2021 · 0 comments

Comments

@kzadorozhny
Copy link
Member

Description of the problem / feature request:

Right now platform specific kubectl and kustomize are downloaded within repository rule. This method makes support of additional operation systems or execution environments very time

Feature requests: what underlying problem are you trying to solve with this feature?

Proposed design

K8sInfo = provider(
    doc = "Information about how to invoke the Kubernetes tools.",
    fields = {
        "kubectl_path": "Path to the kubectl executable.",
        "kubectl_target": "A kubectl executable target.",
        "kustomize_path": "Path to the kustomize executable.",
        "kustomize_target": "A kustomize executable target.",
        "kubeconfig_path": "Path to kubeconfig file.",
        "kubeconfig_target": "A kubeconfig file target.",
        "kubeconfig_cluster": "Kubernetes cluster name.",
        "kubeconfig_namespace": "Kubernetes namespace.",
        "kubeconfig_user": "Kubernetes user name.",
    },
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant