You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/testings/builder/kubernetes/single-node.sh

10 lines
159 B
Bash

#!/bin/bash
set -eux;
export BUILDER_DRIVER=kubernetes
export KUBECONFIG=${KUBECONFIG:-~/.kube/config}
sh ./testings/builder/create_single_node_builder.sh