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
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?
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.",
},
)
The text was updated successfully, but these errors were encountered:
Description of the problem / feature request:
Right now platform specific
kubectl
andkustomize
are downloaded within repository rule. This method makes support of additional operation systems or execution environments very timeFeature requests: what underlying problem are you trying to solve with this feature?
kubeconfig
Symlink config #22Proposed design
The text was updated successfully, but these errors were encountered: