mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-22 07:01:12 +02:00
4 lines
187 B
Bash
Executable File
4 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run --rm -i --network dev_talosbr -v "${PWD}/kubeconfig":/root/.kube/config -v "${PWD}/manifests":/manifests k8s.gcr.io/hyperkube:${HYPERKUBE_TAG:-v1.14.1} kubectl $@
|